jdgaudreau / word-moodle-quiz

Automatically exported from code.google.com/p/word-moodle-quiz
0 stars 0 forks source link

How can I write formatted text in the question ? #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using the word-moodle-quiz module we need to enter a number of lines 
describing the question. Sample question:

-------------------------------------------------------------
A 7 year old boy comes to the office with a fever over 39.

Vital signs are:
  Pulse rate: 130
  BP: 80/60

He looks pale and has constricted breathing. What is your primary diagnosis:

A. Measles
B. Gastroenteritis
C. Rubella

----------------------------------------------------------------
When using "enter" while typing the text a new question is opened. When using 
"shift-enter" this looks ok in Word, but in the process of converting to XML 
the "new-line" (linefeed) chars disappear and the text looks like:
------------------------------------------------------------------------
A 7 year old boy comes to the office with a fever over 39. Vital signs are:  
Pulse rate: 130  BP: 80/60 He looks pale and has constricted breathing. What is 
your primary diagnosis:
------------------------------------------------------------------------

This issue is of vital importance to me, as we would like to use the 
word-moodle template in our medical school. Maybe it is possible to "embed" 
pieces of text with CDATA before having it processed at the XML level.

Thanks

David

Original issue reported on code.google.com by daviddel...@gmail.com on 10 Jun 2014 at 2:29

GoogleCodeExporter commented 9 years ago
Thanks for this bug report. There should be some help in August and I'm putting 
this on the list.

Original comment by christop...@gmail.com on 30 Jun 2014 at 11:49