Diferencia entre revisiones de «qformat/csv»

De MoodleDocs
(tidy up)
(update as per English 3.5)
Línea 9: Línea 9:
}}
}}
The CSV format is a very simple way of creating multiple choice questions using a '''[[CSV]]''' (Comma separated value) file. The first line of CSV file must contain the headers separated with commas.
The CSV format is a very simple way of creating multiple choice questions using a '''[[CSV]]''' (Comma separated value) file. The first line of CSV file must contain the headers separated with commas.
Following all the other (except Header) rows/lines contain details about the one question ie question text, four option, and answer. Each line will contain the details about the one question.
All the other (except Header) following rows/lines contain details about the question: the question text, four options, and answer(s). Each line will contain all the details about only one question.


IMPORTANT NOTES:
IMPORTANT NOTES:


* You have to save the file in a csv format. Don't save it as an Excel document or anything like that.
* 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]] format (most text editors, even libre office, will ask you).
* Non-ASCII characters like 'quotes' can cause import errors. To avoid this, always save your text file in [[UTF-8]] format (most text editors, even [https://www.libreoffice.org/ Libre Office], will ask you).
* The Header must be as it is shown in the example everything is case sensitive as shown below otherwise, the import will fail.
* The Header must be as it is shown in the example below. Everything is case sensitive as shown below; otherwise, the import will fail.
* '''"Answer 2"''' is optional, as of now there can be maximum of two right answers of a question.
* '''"Answer 2"''' is optional, as of now there can be a maximum of two right answers for one question.
* If you want have comm(,) between the text may be in '''question text''' or in '''options text''' then you must include that text between the double quotes(") like below in the 3rd question where entire question is included between the double quotes like this '''"3, 4, 7, 8, 11, 12, ... What number should come next?"'''
* If you want to have a comma character (,) inside the '''question text''' or in '''options text'''then you must enclose that text between double quotes (") like the example below in the 3rd question, where the entire question is enclosed between double quotes like this '''"3, 4, 7, 8, 11, 12, ... What number should come next?"'''


<code>
<code>
Línea 26: Línea 26:
</code>
</code>


You can also see the 'Answer 2' is optional as 1st and the 3rd question has only '''one answer''' whereas 2nd question has '''two answers'''.
You can also see that the 'Answer 2' is optional as the first and third questions have only '''one answer''', whereas the second question has '''two answers'''.


==Vea también==
==Vea también==

Revisión del 16:18 15 sep 2018


The CSV format is a very simple way of creating multiple choice questions using a CSV (Comma separated value) file. The first line of CSV file must contain the headers separated with commas. All the other (except Header) following rows/lines contain details about the question: the question text, four options, and answer(s). Each line will contain all the details about only one question.

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 format (most text editors, even Libre Office, will ask you).
  • The Header must be as it is shown in the example below. Everything is case sensitive as shown below; otherwise, the import will fail.
  • "Answer 2" is optional, as of now there can be a maximum of two right answers for one question.
  • If you want to have a comma character (,) inside the question text or in options text, then you must enclose that text between double quotes (") like the example below in the 3rd question, where the entire question is enclosed between double quotes like this "3, 4, 7, 8, 11, 12, ... What number should come next?"

questiontext,A,B,C,D,Answer 1,Answer 2 Which command is used to print a file,print,ptr,lpr,none of the mentioned,C, The command “mknod myfifo b 4 16”,Will create a block device if user is root,Will create a block device for all users,Will create a FIFO if user is not root,"None ,of the mentioned",A,B "3, 4, 7, 8, 11, 12, ... What number should come next?",7,10,14,15,D,

You can also see that the 'Answer 2' is optional as the first and third questions have only one answer, whereas the second question has two answers.

Vea también

Importar preguntas