Compare commits
2 Commits
95cea46a8f
...
850c2b13b7
Author | SHA1 | Date | |
---|---|---|---|
850c2b13b7 | |||
eb69979f59 |
@ -14,6 +14,9 @@
|
||||
<div class="container quiz-start-text">
|
||||
You can use this panel to adjust the display settings for the exam. Please use the menu below to select the font face and font size. Below is a sample question so you can see how the exam will render with your chosen settings.
|
||||
</div>
|
||||
<div class="container quiz-start-text">
|
||||
These settings will be stored locally on your browser window. No information about your preferences below will be collected by the app.
|
||||
</div>
|
||||
<div class="alert alert-primary quiz-start-text" role="alert">
|
||||
<strong>Note</strong>: Some fonts may not be available depending on your device and/or operating system.
|
||||
</div>
|
||||
|
@ -25,6 +25,10 @@
|
||||
<div class="form-label-group">
|
||||
{{ form.club(class_="form-control", placeholder="Enter Affiliated Club") }}
|
||||
{{ form.club.label }}
|
||||
<p>
|
||||
Please ensure the spelling is consistent.
|
||||
The field will prompt you with suggested matches.
|
||||
</p>
|
||||
</div>
|
||||
<div class="form-label-group">
|
||||
{{ form.test_code(class_="form-control test-code-input", placeholder="Enter Exam Code") }}
|
||||
|
Loading…
Reference in New Issue
Block a user