Version bump
parent
8ca94b1079
commit
e734db1769
|
@ -3,7 +3,7 @@
|
||||||
"description": "Put together a set of different questions that has to be solved. (Quiz)",
|
"description": "Put together a set of different questions that has to be solved. (Quiz)",
|
||||||
"contentType": "question",
|
"contentType": "question",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 13,
|
"minorVersion": 15,
|
||||||
"patchVersion": 0,
|
"patchVersion": 0,
|
||||||
"embedTypes": [
|
"embedTypes": [
|
||||||
"iframe"
|
"iframe"
|
||||||
|
@ -59,6 +59,11 @@
|
||||||
"machineName": "H5PEditor.QuestionSetTextualEditor",
|
"machineName": "H5PEditor.QuestionSetTextualEditor",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 2
|
"minorVersion": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"machineName": "H5PEditor.RangeList",
|
||||||
|
"majorVersion": 1,
|
||||||
|
"minorVersion": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -121,11 +121,11 @@
|
||||||
"importance": "high",
|
"importance": "high",
|
||||||
"description": "Library for this question.",
|
"description": "Library for this question.",
|
||||||
"options": [
|
"options": [
|
||||||
"H5P.MultiChoice 1.9",
|
"H5P.MultiChoice 1.10",
|
||||||
"H5P.DragQuestion 1.10",
|
"H5P.DragQuestion 1.11",
|
||||||
"H5P.Blanks 1.7",
|
"H5P.Blanks 1.8",
|
||||||
"H5P.MarkTheWords 1.6",
|
"H5P.MarkTheWords 1.7",
|
||||||
"H5P.DragText 1.5",
|
"H5P.DragText 1.6",
|
||||||
"H5P.TrueFalse 1.1"
|
"H5P.TrueFalse 1.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue