remove old readme
[atutor.git] / themes / default / test_questions / header.tmpl.php
1 <div class="test_instruction">
2         <?php if ($this->weight): ?>
3                 <div class="test_points">
4                         <?php if ($this->score=='' && $this->score !== FALSE) echo '<span style="color:red">'._AT('unmarked').'</span>'; ?>
5                         <?php if ($this->score !== FALSE && $this->question_id): ?>
6                                 <input type="text" name="scores[<?php echo $this->question_id; ?>]" value="<?php echo $this->score; ?>" size="5" style="font-weight: bold; text-align: right" maxlength="5"/> / 
7                         <?php elseif ($this->score !== FALSE): ?>
8                                 <?php echo $this->score; ?> /
9                         <?php endif; ?>
10                         <?php echo $this->weight; ?> <?php echo _AT('points'); ?>
11                 </div>
12         <?php endif; ?>
13
14         <h3 style="color: black"><?php echo _AT('question'); ?> <?php echo $this->number; ?>: <span style="padding-left: 10px"><?php echo $this->type; ?></span></h3>
15 </div>
16 <div class="row" style="padding-bottom: 20px">