2 /* This template determines the overall layout of a question. It is included by the
3 * print_question() method.
6 <div id=
"q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
8 <span
class="no"><span
class="accesshide">Question
</span
><?php
echo $number; ?></span>
9 <?php if ($editlink) { ?>
10 <span class=
"edit"><?php echo $editlink; ?></span>
14 <?php echo get_string('marks', 'quiz').': '.$grade; ?>
19 <?php $this->print_question_formulation_and_controls($question, $state, $cmoptions, $options);
20 if ($generalfeedback) { ?>
21 <div class=
"generalfeedback">
22 <?php echo $generalfeedback ?>
28 echo get_string('comment', 'quiz').': ';
35 <?php $this->print_question_grading_details($question, $state, $cmoptions, $options); ?>
40 print_string('history', 'quiz');