.
This commit is contained in:
@@ -65,6 +65,12 @@
|
|||||||
{{form}}
|
{{form}}
|
||||||
{% if collection.publish_results %}</fieldset>{% endif %}
|
{% if collection.publish_results %}</fieldset>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<p>
|
||||||
|
{% if collection.publish_results %}
|
||||||
|
<h4>Answer score: {{answer.score}}</h4>
|
||||||
|
Answer feedback: {{answer.feedback|safe}}
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
{% if previous > -1 %}
|
{% if previous > -1 %}
|
||||||
<button type="submit" name="previous" class="save btn btn-default">Previous</button>
|
<button type="submit" name="previous" class="save btn btn-default">Previous</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -76,14 +82,15 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if collection.publish_results %}
|
|
||||||
Answer score: {{answer.score}}<br />
|
|
||||||
Answer feedback: {{answer.feedback|safe}}
|
|
||||||
{% endif %}
|
|
||||||
<br />
|
<br />
|
||||||
<button type="submit" name="finish" class="save btn btn-default">Overview</button>
|
<button type="submit" name="finish" class="save btn btn-default">Overview</button>
|
||||||
<button type="submit" id="goto-button" value="test" name="goto" class="hide">goto</button>
|
<button type="submit" id="goto-button" value="test" name="goto" class="hide">goto</button>
|
||||||
</form>
|
</form>
|
||||||
|
<style>
|
||||||
|
label {
|
||||||
|
vertical-align: top;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block js %}
|
{% block js %}
|
||||||
|
|||||||
@@ -23,8 +23,6 @@
|
|||||||
This exam is not associated with any user groups. Edit and add a group to enable user management.
|
This exam is not associated with any user groups. Edit and add a group to enable user management.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="{% url 'generic:manage_cids' %}">Manage CIDs here</a>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$(".toggle-btn").click((el) => {
|
$(".toggle-btn").click((el) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user