Skip to content

Commit

Permalink
Merge pull request #1 from sivashanmugam-funtoot/master
Browse files Browse the repository at this point in the history
Merged from Siva's master
  • Loading branch information
ramj-funtoot authored Jul 28, 2018
2 parents 95e2f08 + 8b88daf commit 0b23303
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 1 deletion.
9 changes: 9 additions & 0 deletions editor/question.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ <h3 class="ui left floated previewHeading">Configuration</h3>
<div class="preview-heading">
<h3 class="ui left floated previewHeading">Configuration</h3>
</div>
<div class="pull-left" ng-show="$ctrl.selectedTemplatePluginData.plugin.id == 'org.ekstep.questionunit.mtf'">
<label class="qcMetadateFormLbl">
Select layout <span class="star">&nbsp;*</span>
</label>
<select class="ui dropdown form-control" name="templateType"
ng-model="$ctrl.questionData.templateType" ng-change="$ctrl.updatePreview();" ng-click="$ctrl.generateTelemetry({type: 'TOUCH', id: 'select', target: {id: 'question-layout', ver: '', type: 'select'}})" required>
<option ng-repeat="tem in $ctrl.templatesType" value="{{tem}}">{{tem}}</option>
</select>
</div>
<div class="ui label qb-toggle-label">Partial Scoring</div>
<div class="ui fluid toggle checkbox verticalcenter">
<input type="checkbox" ng-model="questionData.isPartialScore">
Expand Down
Loading

0 comments on commit 0b23303

Please sign in to comment.