davemckain / qtiworks

**This project will be closed in early 2023!** IMS QTI 2.1 assessment delivery engine and Java development library (JQTI+). Supports the MathAssess extensions. Replacement for QTIEngine/JQTI and MathAssessEngine/JQTI. Note that this project has now ended and no further work is currently planned.
Other
67 stars 55 forks source link

Bug in rendering XSLT #46

Closed davemckain closed 10 years ago

davemckain commented 10 years ago

The following XHTML-in-QTI snippet is tripping up the XSLT rendering stylesheets:

<object height="50" width="100" data="../resources/ES_6_Q_0001.mp3" type="audio/mp3">
  <param name="autoplay" valuetype="DATA" value="false"/>audio not supported
</object>

Thanks for Christopher Winestock for reporting this!

davemckain commented 10 years ago

This is fixed in commit dab8e14 (see above). Will be included in next release, which will either be beta8 or 1.0.0 final.