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

I built this as a way to build and deploy locally really easily using Docker. You just need to provide a `qtiworks-deployment.properties` and `qtiworks.xml` in the root directory and it...

If I upload a QTI package containing: ```xml largest biggest ``` QTIworks outputs the following: ``` Severity | Node | Line number | Column number | Message -- | --...

jqti+ is an impressive and powerful library. Could you publish Javadoc and sources to the maven repository? Thank you!

Are there any plans to publish JQTI+ to the Maven Central repository so other applications can easily import it as a library?

Would it be possible (or sensible) to add some sort of annotation or interface to the XHTML-derived nodes so that users of JQTI+ can determine the QTI elements that can...

The rendering for textEntryInteraction and extendedTextInteraction is currently ignoring any response default values. (This is a regression introduced while trying to make these interactions handle bad/invalid responses better.)

bug

The XML parsing code currently rejects schema locations that are not explicitly supported either natively, or by a registered extension. This doesn't play nicely if the XML explicitly declares any...

bug

The server logs show a NullPointerException in SingleValueAttribute.parseDomAttributeValue(). This could happen if baseType is null. There seems to be some odd mutation of baseTypes happening in LookupTable. I suspect this...

bug

The rendering XSLT for `printedVariable` is currently expecting `@index` to be an integer, rather than `integerOrVariableRef`, and is consequently blowing up if the attribute is a variable reference.

bug