Numbas exam schema v7.1
The line for the current version should look like this:
// Numbas version: exam_results_page_options
The rest of the file should consist of a single JSON object, matching the following schema.
- +diff --git a/Makefile b/Makefile index 00ba06f37..5d2ca710b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ everything: update_tests docs -VERSION=7.1 +VERSION=7.2 NUMBAS_EDITOR_PATH ?= ../editor JSDOC_TEMPLATE_PATH ?= ../numbas-jsdoc-template diff --git a/bin/numbas.py b/bin/numbas.py index 566a15958..bb11f7fb8 100755 --- a/bin/numbas.py +++ b/bin/numbas.py @@ -35,7 +35,7 @@ from zipfile import ZipFile, ZipInfo -NUMBAS_VERSION = '7.1' +NUMBAS_VERSION = '7.2' namespaces = { diff --git a/schema/exam_schema.7.1.json b/schema/exam_schema.7.2.json similarity index 100% rename from schema/exam_schema.7.1.json rename to schema/exam_schema.7.2.json diff --git a/schema/index.html b/schema/index.html index aaf37cdfd..bb1fcd1ee 100644 --- a/schema/index.html +++ b/schema/index.html @@ -8,11 +8,11 @@ -
The line for the current version should look like this:
// Numbas version: exam_results_page_options
The rest of the file should consist of a single JSON object, matching the following schema.
- +