Increased minor version and dependency to JoubelUI. [HFJ-1088]
parent
e0f8afb3f9
commit
2e307e8e55
|
@ -3,8 +3,8 @@
|
||||||
"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": 4,
|
"minorVersion": 5,
|
||||||
"patchVersion": 3,
|
"patchVersion": 0,
|
||||||
"embedTypes": [
|
"embedTypes": [
|
||||||
"iframe"
|
"iframe"
|
||||||
],
|
],
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
{
|
{
|
||||||
"machineName": "H5P.JoubelUI",
|
"machineName": "H5P.JoubelUI",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 1
|
"minorVersion": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editorDependencies": [
|
"editorDependencies": [
|
||||||
|
@ -61,4 +61,4 @@
|
||||||
"minorVersion": 0
|
"minorVersion": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,11 +110,11 @@
|
||||||
"label": "Question type",
|
"label": "Question type",
|
||||||
"description": "Library for this question.",
|
"description": "Library for this question.",
|
||||||
"options": [
|
"options": [
|
||||||
"H5P.MultiChoice 1.3",
|
"H5P.MultiChoice 1.4",
|
||||||
"H5P.DragQuestion 1.4",
|
"H5P.DragQuestion 1.5",
|
||||||
"H5P.Blanks 1.3",
|
"H5P.Blanks 1.4",
|
||||||
"H5P.MarkTheWords 1.3",
|
"H5P.MarkTheWords 1.4",
|
||||||
"H5P.DragText 1.3"
|
"H5P.DragText 1.4"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue