瀏覽代碼

Explain which scores are shown

raylu 14 年之前
父節點
當前提交
74749354f5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pyc/templates/lab.html

+ 4 - 0
pyc/templates/lab.html

@@ -19,6 +19,10 @@ Lab {{ lab.id }} due {{ lab.due }} at 11:59:59 PDT (UTC-7):
 {% endfor %}
 {% endfor %}
 </table>
 </table>
 
 
+<p>
+Users' highest scores and earliest time with that score are displayed.
+</p>
+
 <p>
 <p>
 <a href="/submit/{{ lab.id }}/">Submit</a> your solution
 <a href="/submit/{{ lab.id }}/">Submit</a> your solution
 </p>
 </p>