JQTI

From QTITools Wiki

(Redirected from JQTI:Main)
Jump to: navigation, search

Contents

[edit] Links

[edit] Introduction

JQTI library is Java implementation of QTI v2.1 specification.

[edit] Goal

Our goal was to produce general usage library for handling QTI v2.1 in Java language.

[edit] Current state

For our needs JQTI library is almost finished. We need only to finish item flow for assessmentTest. We don't use assessmentItem in our current iphone photography projects so implementation of this is not important for us right now. We believe that implementation of assessmentItem should not be difficult, because everything important for it was already done when implementing assessmentTest and assessmentResult.

  • assessmentItem - started (on beginning; not planed to finish soon)
  • assessmentTest - almost finished
    • validation - very minor issues (not necessary to be fixed/improved)
    • item flow - started (in middle; this will be finished in near future)
  • assessmentReport - finished

[edit] Usage

JQTI library can be used to:

  • load XML file with QTI into graph of Java objects
  • save graph of Java objects into QTI XML file
  • validate XML file with QTI
  • default implementation of item flow

[edit] Load QTI into Java

[edit] Save Java into QTI

[edit] Validate QTI

====Item flow====

Personal tools