Dave McKain

Results 21 issues of Dave McKain

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

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

QTIWorks has a memory leak somewhere that prevents it from being unloaded when the webapp is restarted. (This is a common issue with Java webapps. The memory leak only occurs...

bug

The Glasgow folks have been trying out the LTI result return with their institutional Moodle, which has brought up some issues that we're currently working on. Points so far: 1....

bug

The semantic enrichment process that attempts to convert raw ASCIIMath into vaguely meaningful Content MathML sometimes hits on unplanned corner cases and ends up throwing a logic exception. It would...

enhancement

The last paragraph of the spec for `timeLimits` says: > The time spent on the test is recorded as if it were a built-in response variable called duration delcared at...

bug

The xsd:anyURI schema type allows for non-encoded URIs, and there's a description of how to handle these buried in the XLink spec. Currently we are treating these as errors, and...

enhancement

I've had a request to allow QTI model building to succeed rather than fail when an unsupported element is found. In this case, we'd log a model build error, then...

enhancement

QTI defines very specific behaviour for certain corner cases in certain mathOperators. For example, asin(2) is NULL in QTI, but would be NaN in standard double precision arithmetic. JQTI+ tends...

bug

The current implementations of customOperator and customInteraction in JQTI+ have never supported arbitrary content, which is now permitted in both of these in later versions of the schema. Support ultimately...

enhancement