cosysoft-ru/qtiworks


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 now ended and no further work is currently planned. https://webapps.ph.ed.ac.uk/qtiworks

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    
	dependencies {
		implementation 'com.github.cosysoft-ru:qtiworks:1.0-beta12'
	}
	dependencies {
		implementation("com.github.cosysoft-ru:qtiworks:1.0-beta12")
	}
	<dependency>
	    <groupId>com.github.cosysoft-ru</groupId>
	    <artifactId>qtiworks</artifactId>
	    <version>1.0-beta12</version>
	</dependency>

                            
    libraryDependencies += "com.github.cosysoft-ru" % "qtiworks" % "1.0-beta12"
        
        

                            
    :dependencies [[com.github.cosysoft-ru/qtiworks "1.0-beta12"]]
        
        

Readme


Welcome to QTIWorks

QTIWorks is a software suite for standards-based assessment delivery, supporting a large subset of the IMS QTI 2.1 specification. It contains:

  • QTIWorks Engine: a QTI 2.1 assessment delivery and rendering engine
  • JQTI+: a Java library for reading, writing, modeling and manipulating QTI 2.1 assessment items and tests.
  • MathAssess Extensions: an implementation of the MathAssess QTI extensions for advanced mathematical assessment.

Find out more: