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

Apip Accessibility data model and de/serialization #34

Open ZackPierce opened 11 years ago

ZackPierce commented 11 years ago

The addition of all of the data structures within the apipAccessibility element introduced in QTI 2.1 Final. A related capability that is also included is the ability to control the output namespace-profiles used for serialized QTI/APIP documents via the new QtiProfile enum.

This is a semi-duplicate of previous pull request #32, though now on a non-changing branch to keep the pull a stationary target. If github had allowed me to simply alter the previous request, I would have done so.