.
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<div>
|
||||
<h4>Answers</h4>
|
||||
<ul class="long-answer">{% for a,b,c,d,e in answer_text %}
|
||||
<li class="user-answer-li"><b>Question {{forloop.counter}}</b></li>
|
||||
<span class="view-question-link" data-qn={{forloop.counter0}}>View</span>
|
||||
<li class="user-answer-li"><b>Question {{forloop.counter}}</b> <span class="view-question-link" data-qn={{forloop.counter0}}>View</span></li>
|
||||
|
||||
<ul>
|
||||
<li class="user-answer-li">Observation</br>
|
||||
<pre>{{a}}</pre>
|
||||
@@ -58,7 +58,7 @@
|
||||
question_number = e.currentTarget.dataset.qn;
|
||||
$("#single-dicom-viewer").empty();
|
||||
$.ajax({
|
||||
url: `{% url 'rapids:question_review' pk=exam.pk %}`,
|
||||
url: `{% url 'longs:question_review' pk=exam.pk %}`,
|
||||
data: {
|
||||
csrfmiddlewaretoken: "{{ csrf_token }}",
|
||||
question_number: question_number
|
||||
|
||||
Reference in New Issue
Block a user