made a copy
[atutor.git] / themes / default / test_questions / wrapper.tmpl.php
1 <<?php echo '?'; ?>xml version="1.0" encoding="<?php echo $this->encoding; ?>"<?php echo '?'; ?>>
2
3 <questestinterop 
4         xmlns="http://www.imsglobal.org/xsd/ims_qtiasiv1p2"
5         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 >
7         <assessment title="<?php echo $this->title; ?>" ident="<?php echo md5($this->tid); ?>">
8                 <section ident="ATUTOR-<?php echo $this->row['question_id']; ?>" title="<?php echo $this->title; ?>">
9
10                 <?php echo $this->xml_content; ?>
11
12                 </section>
13         </assessment>
14
15 </questestinterop>