File tree Expand file tree Collapse file tree
cms/server/admin/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ <h3>Testcases</h3>
7272 Scored ({{ sr.score }} / {{ max_score }})
7373 < div id ="evaluation_{{ s.id }} " class ="score_details " style ="display: none; ">
7474 {% if score_type is defined %}
75- {{ score_type.get_html_details(sr.score_details)|safe }}
75+ {{ score_type.get_html_details(sr.score_details, FEEDBACK_LEVEL_FULL )|safe }}
7676 {% else %}
7777 [Cannot get score type - see logs]
7878 {% endif %}
Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ <h2 id="title_evaluation_user" class="toggling_on">Evaluation (as seen by the us
185185
186186 < div class ="score_details " id ="evaluation_{{ s.id }} ">
187187 {% if s.tokened() %}
188- {{ st.get_html_details(sr.score_details)|safe }}
188+ {{ st.get_html_details(sr.score_details, s.task.feedback_level )|safe }}
189189 {% else %}
190- {{ st.get_html_details(sr.public_score_details)|safe }}
190+ {{ st.get_html_details(sr.public_score_details, s.task.feedback_level )|safe }}
191191 {% endif %}
192192 </ div >
193193</ div >
You can’t perform that action at this time.
0 commit comments