mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Changed comment about encoding (must be utf-8)
This commit is contained in:
parent
8a6f231b50
commit
2bcbc88d0a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
mixed in a single text file, and the format also supports line comments,
|
mixed in a single text file, and the format also supports line comments,
|
||||||
question names, feedback and percentage-weight grades.</p>
|
question names, feedback and percentage-weight grades.</p>
|
||||||
|
|
||||||
<p>The text encoding of your text file must be the same as your Moodle installation.
|
<p>The text encoding of your text file must be utf-8 (unless you only use ascii characters).
|
||||||
An example questions text file can be found here: <a href="../../../../mod/quiz/format/gift/examples.txt">gift/examples.txt</a>.</p>
|
An example questions text file can be found here: <a href="../../../../mod/quiz/format/gift/examples.txt">gift/examples.txt</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue