summaryrefslogtreecommitdiff
path: root/tpl/study/batch_review.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/study/batch_review.php')
-rw-r--r--tpl/study/batch_review.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/study/batch_review.php b/tpl/study/batch_review.php
index ed81b75..abe1944 100644
--- a/tpl/study/batch_review.php
+++ b/tpl/study/batch_review.php
@@ -2,7 +2,9 @@
$title = "Testing " . $info['uname'] . ':' . $info['lname'] . ' - ' . $info['bname'];
-$javascript = "\n\nconst batchid = " . $info['batchid'] . "\nconst batch_data = " . $info['json_data'] . ";\n\n";
+$javascript = "\n\nconst batchid = " . $info['batchid'] . "\n".
+ "const batch_data = " . $info['json_data'] . ";\n\n".
+ "var notes = " . $info['notes'] . ";\n\n";
$js_include = array("js/prototype.js", "js/reviewdesu.js");
$onload_js = 'start_review();';