remove old readme
[atutor.git] / themes / default / test_questions / long_stats.tmpl.php
1 <br/>
2 <table class="data static" summary="" style="width: 95%" rules="cols">
3 <thead>
4 <tr>
5         <th scope="col"><?php echo _AT('question'); ?></th>
6         <th scope="col"><?php echo _AT('left_blank'); ?></th>
7         <th scope="col"><?php echo _AT('results'); ?></th>
8 </tr>
9 </thead>
10 <tr>
11         <td><?php echo $this->row['question']; ?></td>
12         <td align="center" width="70" valign="top"><?php echo $this->num_blanks; ?> / <?php echo $this->num_results; ?></td>
13         <td align="center" valign="top">
14                 <?php if ((count($this->answers) - (isset($this->answers[''])?1:0)) > 0): ?>
15                         <a href="mods/_standard/tests/results_quest_long.php?tid=<?php echo intval($_GET['tid']).SEP; ?>qid=<?php echo $this->row['question_id'].SEP.'q='.urlencode($this->row['question']); ?>"><?php echo _AT('view_responses'); ?> (<?php echo (count($this->answers) - (isset($this->answers[''])?1:0)); ?>)</a>
16                 <?php else: ?>
17                         <?php echo _AT('none'); ?>              
18                 <?php endif; ?>
19         </td>
20 </tr>
21 </table>