1 <div id=
"q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
3 <span
class="edit"><?php
echo $editlink; ?></span>
7 <?php echo $questiontext; ?>
10 <?php if ($image) { ?>
11 <img class=
"qimage" src=
"<?php echo $image; ?>" alt
="" />