mirror of
https://github.com/moodle/moodle.git
synced 2025-01-26 01:58:26 +01:00
24 lines
1.4 KiB
HTML
24 lines
1.4 KiB
HTML
<P align=center><B>Uusien kysymysten tuominen</B></P>
|
|
<P>Tämän toiminnon avulla voit tuoda kysymyksiä ulkopuolisista tekstitiedostoista.
|
|
<P>Järjestelmä tukee useita tavallisia tiedostomuotoja:
|
|
<P><B>Missing word format</B></P>
|
|
<UL>
|
|
<P>Tämä muoto tukee vain monivalintakysymyksiä. Vastaukset erotetaan toisistaan tildellä (~), oikean vastauksen edessä on yhtäläisyysmerkki (=). Esimerkiksi:
|
|
<BLOCKQUOTE>Heti kun alamme vauvana tutkia ruumiinosiamme meistä tulee {=anatomian ja fysiologian ~refleksologian ~luonnontieteen}opiskelijoita, ja tässä mielessä me pysymme opiskelijoina koko ikämme. </BLOCKQUOTE>
|
|
<P>Lisätietoja: <? helpbutton("formatmissingword", "", "quiz") ?></P></UL>
|
|
<P><B>IMS QTI format</B></P>
|
|
<UL>
|
|
<P>Kysymysten ja testien yhteensopivuuden standardimuoto, IMS:ltä.
|
|
<P>Not yet implemented
|
|
<P>More info: <? helpbutton("formatqti", "", "quiz") ?></P></UL>
|
|
<P><B>WebCT format</B></P>
|
|
<UL>
|
|
<P>The format of files exported from WebCT.
|
|
<P>Not yet implemented
|
|
<P>More info: <? helpbutton("formatwebct", "", "quiz") ?></P></UL>
|
|
<P><B>Custom format</B></P>
|
|
<UL>
|
|
<P>If you have your own format that you need to import, you can implement it yourself by editing mod/quiz/format/custom.php
|
|
<P>The amount of new code needed is quite small - just enough to parse a single question from given text.
|
|
<P>More info: <? helpbutton("formatcustom", "", "quiz") ?></P></UL>
|