qformat/csv

De MoodleDocs


El formato CSV es una forma muy sencilla de crear múltiples preguntas de opción múltiple usando un archivo CSV (Comma Separated Value). La primera línea del archivo CSV debe contener los encabezados separados por comas. Todas las otras (exceptuando el encabezado) líneas/filas siguientes contendrán detalles sobre la pregunta: el texto de la pregunta, cuatro opciones y respuesta(s). Cada línea tendrá los detalles de una sola pregunta.

NOTAS IMPORTANTES:

  • Usted tiene que guardar el archivo en un formato CSV. No intente guardarlo como documento de Excel o algo parecido .
  • Los caracteres no alfabéticos ASCII como las 'comas' pueden causar errores de importación. Para evitarlos, siempre guarde sus textos en el formato UTF-8 (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