Add a new setting to don't count same responses in scores
This commit is contained in:
parent
8dc460b507
commit
910ec94fd8
8 changed files with 44 additions and 5 deletions
|
|
@ -116,6 +116,13 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input class="custom-control-input" type="checkbox" ng-model="config.submissionUniqueness">
|
||||
<span class="custom-control-label">Ne pas comptabiliser les tentatives identiques dans le score</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Reference in a new issue