From c5398ae7a2ea530653e8ac13a06e4cdda1f8d16e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 27 Jan 2013 12:52:18 +0100 Subject: Add link to view all results --- sqlbox/report.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sqlbox/report.php') diff --git a/sqlbox/report.php b/sqlbox/report.php index a3e0e08..d67a6a0 100644 --- a/sqlbox/report.php +++ b/sqlbox/report.php @@ -27,6 +27,11 @@ $PAGE->set_context($context); echo $OUTPUT->header(); +echo ''; + + $sql = "SELECT u.id, translate(to_char(s.correct, 'FM9'), '01', '☒☑'), -- cgit