Update to bootstrap 4.0
This commit is contained in:
parent
bbaf0ed9d9
commit
cef37673fa
12
frontend/static/css/bootstrap.min.css
vendored
12
frontend/static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
6
frontend/static/js/bootstrap.min.js
vendored
6
frontend/static/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
2
frontend/static/js/popper.min.js
vendored
2
frontend/static/js/popper.min.js
vendored
File diff suppressed because one or more lines are too long
@ -72,10 +72,9 @@
|
||||
|
||||
<div class="form-check" ng-repeat="(k,mcq) in mcqs">
|
||||
<p ng-if="mcq.title" ng-bind="mcq.title"></p>
|
||||
<label class="custom-control custom-checkbox" ng-repeat="(cid,choice) in mcq.choices" style="display: block">
|
||||
<input class="custom-control-input" type="checkbox" name="mcq_{{k}}_{{cid}}" ng-model="choice.value">
|
||||
<span class="custom-control-indicator"></span>
|
||||
<span class="custom-control-description" ng-bind="mcq.label"></span>
|
||||
<div class="custom-control custom-checkbox" ng-repeat="(cid,choice) in mcq.choices" style="display: block">
|
||||
<input class="custom-control-input" type="checkbox" id="mcq_{{k}}_{{cid}}" name="mcq_{{k}}_{{cid}}" ng-model="choice.value">
|
||||
<label class="custom-control-label" for="mcq_{{k}}_{{cid}}" ng-bind="choice.label"></label>
|
||||
</label>
|
||||
<hr>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user