Skip to content
Snippets Groups Projects
Commit 953d2877 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Add question name to the testing page.

parent f459d585
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ $renderquestion = $quba->render_question($slot, $options); ...@@ -105,6 +105,7 @@ $renderquestion = $quba->render_question($slot, $options);
// Start output. // Start output.
echo $OUTPUT->header(); echo $OUTPUT->header();
$renderer = $PAGE->get_renderer('qtype_stack'); $renderer = $PAGE->get_renderer('qtype_stack');
echo $OUTPUT->heading($question->name, 2);
flush(); flush();
// Load the list of test cases. // Load the list of test cases.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment