Known bugs

Bugs

Most of the bugs or "misbehavior" of the transformation are due to the way that the OpenDocument Format handle the quizzes implementation.

Indeed, in this format all the quizzes elements are graphic elements connected to macros. A gap in a cloze exercice is a graphic element (input text) connected to a macro which checks the word entered in this element.

This way is not compatible with the Opale format and very difficult (almost impossible) to handle with a generic solution which is 100% reliable and stable.

Cases (in the source file) which can provoke bad transformations :

  • If a special space <text:s> (see the OpenDocument Format) is not in the question paragraph.

  • If more than one special space <text:s> (see the OpenDocument Format) are present in the question paragraph.

  • If the <draw:control> graphic element (see the OpenDocument Format) representing the gap to fill, is not in the question paragraph.