Remove ability to manually get results
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.rubric {
|
||||
margin: 0px 0px;
|
||||
color: #3C3C3C;
|
||||
tr {
|
||||
margin:0px 0px;
|
||||
height: 100%;
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
<input type="button" value="Next Step" class="next-step-button" name="reset"/>
|
||||
</div>
|
||||
|
||||
<a name="results" />
|
||||
<div class="combined-rubric-container">
|
||||
</div>
|
||||
|
||||
<div class="result-container">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
%endif
|
||||
|
||||
${status['human_task']} (${status['human_state']}) ${status['score']} / ${status['max_score']}
|
||||
%if status['type']=="openended" and status['state'] in ['done', 'post_assessment']:
|
||||
<a href="#results" class="show-results-button"> Show results</a>
|
||||
%endif
|
||||
</div>
|
||||
%endfor
|
||||
</section>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
% elif combined_rubric == True:
|
||||
<div class="rubric-label">
|
||||
%for grader_type in category['grader_types'][j]:
|
||||
%for grader_type in category['options'][j]['grader_types']:
|
||||
${grader_type}
|
||||
%endfor
|
||||
${option['points']} points : ${option['text']}
|
||||
|
||||
Reference in New Issue
Block a user