~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/en/help/lesson/import.html

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<p align="center"><b>Importing new questions</b></p>
2
2
 
3
3
<p>This function allows you to import questions from 
4
 
   external text files, uploaded through a form.  
 
4
   external text files, uploaded through a form.  </p>
5
5
 
6
 
<p>A number of file formats are supported:
 
6
<p>A number of file formats are supported:</p>
7
7
 
8
8
<p><b>GIFT format</b></p>
9
9
<ul>
49
49
<ul>
50
50
<p>This format only supports multiple choice questions.
51
51
Each answer is separated with a tilde (~), and the correct answer is 
52
 
prefixed with an equals sign (=).  Here is an example:
 
52
prefixed with an equals sign (=).  Here is an example:</p>
53
53
 
54
54
<blockquote>As soon as we begin to explore our body parts as infants
55
55
we become students of {=anatomy and physiology ~reflexology 
66
66
   the questions all Short-Answer questions are converted four at a time
67
67
   into Matching Questions.</p>
68
68
<p>Additionally, the answers of multiple-choice questions are randomly 
69
 
   shuffled during the import.
 
69
   shuffled during the import.</p>
70
70
<p>It's named after an organisation that sponsored the development of many 
71
71
   quiz features</p>
72
72
</ul>
88
88
<p>On Windows it lets you upload the access database just like any other data import file.</p>
89
89
<p>On Linux, you must set up a windows machine on the same network with the Course Test
90
90
Manager database and a piece of software called the ODBC Socket Server, which uses XML
91
 
to transfer data to moodle on the Linux server.</p>  <p>Please read the full help file below before
 
91
to transfer data to moodle on the Linux server.</p>  
 
92
 
 
93
<p>Please read the full help file below before
92
94
using this import class.</p>
93
95
 
94
96
 
98
100
<p><b>Custom</b></p>
99
101
<ul>
100
102
<p>If you have your own format that you need to import, you can 
101
 
   implement it yourself by editing mod/quiz/format/custom.php
 
103
   implement it yourself by editing mod/quiz/format/custom.php</p>
102
104
 
103
105
<p>The amount of new code needed is quite small - just enough
104
 
   to parse a single question from given text.
 
106
   to parse a single question from given text.</p>
105
107
 
106
108
<p align="right"><a href="help.php?file=formatcustom.html&module=quiz">More info about the "Custom" format</a></p>
107
109
</ul>