summaryrefslogtreecommitdiff
path: root/sqlbox/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox/report.php')
-rw-r--r--sqlbox/report.php5
1 files changed, 5 insertions, 0 deletions
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 '<div class="reportlink">';
+echo "<a href=\"reportall.php?id=$cm->id\">View all results</a>";
+echo '</div>';
+
+
$sql = "SELECT
u.id,
translate(to_char(s.correct, 'FM9'), '01', '☒☑'),