Commit 48a5c9f0 by Vik Paruchuri

Remove score display from status bar

parent 02b0bc29
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
%else: %else:
${status['human_task']} ${status['human_task']}
%endif %endif
(${status['human_state']}) ${status['score']} / ${status['max_score']} (${status['human_state']})
</div> </div>
%endfor %endfor
</section> </section>
......
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
<textarea name="feedback" placeholder="Feedback for student (optional)" <textarea name="feedback" placeholder="Feedback for student (optional)"
class="feedback-area" cols="70" ></textarea> class="feedback-area" cols="70" ></textarea>
</div> </div>
<div class="submission"> <div class="submission">
<input type="button" value="Submit" class="submit-button" name="show"/> <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