@@ -67,7 +67,7 @@ You can use special rules in Freemind to personnalize your Scenari Module :
***#question** : a MCQ
***#singlechoicequestion** : a QCU
***#choice-qcu** : an answer within a QCU
***#list** : a list inside a paragraph, first node being the title and children being the content.
***#list** : a list, first node being the title and children being the content.
***#solution** : a solution associated to a single choice within a QCU (matches an integer)
***#choice-correct** : a correct answer within a MCQ
***#choice-incorrect** : an incorrect answer within a MCQ
...
...
@@ -83,6 +83,8 @@ You can use special rules in Freemind to personnalize your Scenari Module :
## Known bugs
* Current xsl cant handle anything else than a hierarchy of nodes. It should be investigated in order to be able to use other types of children, in order to work with native mindmap formatting, as bold or italic.
## TODO
* Develop new hashtags to create other type of Opale contents (such as QCM, self-evaluation etc.)
...
...
@@ -98,7 +100,7 @@ This converter is using standard NF29 conversion project structure : a main ANT
This ant file is called by a script (run.sh or run.bat), with ou without parameters.
### Hdoc files
During the conversion process, the converter is using the converter mindmapping_to_hodc. The result of this conversion is also available in the folder output.
During the conversion process, the converter is using the converter mindmapping_to_hdoc. The result of this conversion is also available in the folder output.