Commit 48a5c9f0 by Vik Paruchuri

Remove score display from status bar

parent 02b0bc29
......@@ -16,7 +16,7 @@
%else:
${status['human_task']}
%endif
(${status['human_state']}) ${status['score']} / ${status['max_score']}
(${status['human_state']})
</div>
%endfor
</section>
......
......@@ -76,7 +76,6 @@
<textarea name="feedback" placeholder="Feedback for student (optional)"
class="feedback-area" cols="70" ></textarea>
</div>
<div class="submission">
<input type="button" value="Submit" class="submit-button" name="show"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment