Remove ability to manually get results

This commit is contained in:
Vik Paruchuri
2013-02-07 18:02:48 -05:00
parent c4bf9a0be4
commit 9fa16b07d6
5 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
.rubric {
margin: 0px 0px;
color: #3C3C3C;
tr {
margin:0px 0px;
height: 100%;

View File

@@ -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>

View File

@@ -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>

View File

@@ -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']}