ZedDist Interactivity XForms / QTI Controls
From zedwiki
| Control Type | XForms | QTI |
|---|---|---|
| Input (Text entry) | Y | Y |
| Password | Y | N |
| Text Area (Multi-line text entry) | Y | Y |
| Output (Rendering of additional content based on input) | Y1 | Y |
| Upload (File upload dialog) | Y1 | N |
| Range (Select from sequential range of values) | Y | Y |
| Select One (Select one item from a list) | Y | Y |
| Select (Select multiple from a list) | Y | Y |
| Trigger (Input button) | Y1 | Y |
| Submit (Submit button) | Y | N3 |
| Order Interaction (Sorting items into a specific order) | N2 | Y |
| Association Interaction (Create pairs of items) | N2 | Y |
| Hot Spot Interaction (Select from regions of an image | N2 | Y |
- 1 Available, but currently not included in ZedAI
- 2 This could theoretically be emulated in XForms, but it's not a built-in control type.
- 3 Submit is a built-in part of the QTI framework and not specifically a separate control. Since questions are meant to be served as individual units, the act of continuing to the next question is a submission.
Notes
QTI offers a number of additional controls that, while enumerated as separate controls, are merely combinations of other controls (e.g. graphicOrderInteraction, which is a combination of the Hot Spot and Order Interactions). These are not listed above, but information and example renderings of these can be found at Question and Test Interoperability Implementation Guide
The ZedAI information on XForms and QTI can be found at ZedAI_XForms_QTI, which lists out current implementation information for ZedAI's form module.
