Importing quiz questions with answers

Importing quiz questions with answers

by Duncan Higgons -
Number of replies: 1

Hi guys


I'm trying to import some quiz questions in Spanish but every time it comes across an accent it throws up an error message.

How can I import questions with accents? Is there a setting I need to change?


Thanks


Debug info: Incorrect string value: '\xF3n' for column 'questiontext' at row 1

INSERT INTO mdl_question (defaultmark,questiontextformat,generalfeedback,generalfeedbackformat,penalty,length,name,questiontext,qtype,category,stamp,createdby,timecreated,modifiedby,timemodified) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

[array (

0 => 1,

1 => '0',

2 => '',

3 => '0',

4 => 0.3333333,

5 => 1,

6 => 'Nombre de la pregunta',

7 => 'coraz�n',

8 => 'shortanswer',

9 => '23',

10 => 'localhost+180316145133+oyHdNs',

11 => '2',

12 => 1521211893,

13 => '2',

14 => 1521211893,

)] 

Error code: dmlwriteexception

Average of ratings: -