diff --git a/library.json b/library.json index 0c46467..95fe57e 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "Put together a set of different questions that has to be solved. (Quiz)", "contentType": "question", "majorVersion": 1, - "minorVersion": 13, + "minorVersion": 15, "patchVersion": 0, "embedTypes": [ "iframe" @@ -64,6 +64,11 @@ "machineName": "H5PEditor.QuestionSetTextualEditor", "majorVersion": 1, "minorVersion": 2 + }, + { + "machineName": "H5PEditor.RangeList", + "majorVersion": 1, + "minorVersion": 0 } ] } diff --git a/semantics.json b/semantics.json index 2720be7..33d59eb 100644 --- a/semantics.json +++ b/semantics.json @@ -121,11 +121,11 @@ "importance": "high", "description": "Library for this question.", "options": [ - "H5P.MultiChoice 1.9", + "H5P.MultiChoice 1.10", "H5P.DragQuestion 1.11", - "H5P.Blanks 1.7", - "H5P.MarkTheWords 1.6", - "H5P.DragText 1.5", + "H5P.Blanks 1.8", + "H5P.MarkTheWords 1.7", + "H5P.DragText 1.6", "H5P.TrueFalse 1.1" ] }