qtiworks icon indicating copy to clipboard operation
qtiworks copied to clipboard

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 no...

Results 29 qtiworks issues
Sort by recently updated
recently updated
newest added

RuntimeExceptions thrown during assessment rendering should probably set the 'exploded' flag on the CandidateSession, as there's nothing the candidate can do to fix things at this point and the candidate...

bug
enhancement

The implementation of `printedVariable` is delegating to Java's String formatting classes, which does not support of all of the specified formats. The rendering XSLT is falling over when it encounters...

bug

I am running into the following error with QTIWorks. ![qti-works](https://cloud.githubusercontent.com/assets/4549682/5000018/43848eb8-69b5-11e4-8b31-79f97c2fc401.png) My XML is as follows: ``` xml ``` If I am understanding correctly, according to QTI 2.1, `` is a...

The 'view' attribute (e.g. rubricBlock) has never been used in the rendering as far as I can tell. This probably needs added in.

enhancement

The QTI specification doesn't mention what should happen if multiple interactions are bound to the same response variable. For example: ``` xml ... ``` Currently JQTI+ is not testing for...

enhancement

Sue Milne has requested the ability for candidates to download the final feedback for a test in certain circumstances.

enhancement

The information model for prompt says that it must contain inlineStatics. However the (final version of the) schema appears to have a more relaxed content model. I will need to...

bug
question

Dick Bacon has submitted a question that uses the special float handling to populate response variables with record cardinality. This is causing the XSLT to go down an unexpected logic...

bug

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...

It would be useful to for instructors to put a limit on the number of times a candidate may launch a Candidate Session on a particular Delivery.

enhancement