diff --git a/BUGS.md b/BUGS.md index 0297c6e..a27db7c 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,6 +1,7 @@ # BUGS +- permitir eliminar teste a decorrer de modo a que o aluno possa recomeçar (e.g. noutro browser) - servidor nao esta a lidar com eventos scroll/resize. ignorar? # TODO diff --git a/MANUAL.md b/MANUAL.md index 2a889f2..45367f4 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -99,4 +99,6 @@ To review the tests: The grades are stored in the sqlite3 file specified in the test. We can get the results from the command line: - sqlite3 demo/students.db "select student_id,grade from tests where ref='my-test-reference'" > test_grades.csv +```.bash + $ sqlite3 demo/students.db "select student_id,grade from tests where ref='my-test-reference'" > test_grades.csv +``` \ No newline at end of file diff --git a/templates/test.html b/templates/test.html index eb12ed7..ff6306c 100644 --- a/templates/test.html +++ b/templates/test.html @@ -34,6 +34,18 @@ + + -- libgit2 0.21.2