Qformat simplecsv

From Learnit docs
Revision as of 14:52, 11 June 2021 by Docsadmin (talk | contribs) (Created page with "{{Infobox plugin |type = Question format, CSV format |entry = https://moodle.org/plugins/qformat_simplecsv |tracker = https://github.com/PawelSuwinski/moodle-qformat_simplecs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Infobox plugin

The Simple CSV format is a very simple way of creating multiple choice questions using a CSV (Comma separated value) file. The format looks like this:

 "Category","Question text","CA 1",...,"CA n","","WA 1", ... ,"WA m"

That is,

+ CA - Correct Answer, WA - Wrong Answer
+ one question - one row
+ en empty cell sepparates correct answers from wrong ones
+ category column is optional and it is used when selected during import
+ numbers of CAs and WAs may differ from each other inside the row and between rows 

Qformat simplecsv1.jpg

IMPORTANT NOTES:

  • You have to save the file in a CSV format. Don't save it as an Excel document or anything like that.
  • Non-ASCII characters like 'quotes' can cause import errors. To avoid this, always save your text file in UTF-8 encoding (most text editors, even Libre Office, will ask you).

See also

es:qformat/simplecsv