BUGFIX: Flatten Questionset questions array

pull/1/head
Frank Ronny Larsen 2013-07-08 11:37:33 +02:00
parent 89b74e7839
commit 52659a52f7
2 changed files with 8 additions and 15 deletions

View File

@ -3,7 +3,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 19,
"patchVersion": 20,
"runnable": 1,
"machineName": "H5P.QuestionSet",
"author": "Amendor AS",

View File

@ -41,20 +41,13 @@
"entity": "question",
"field": {
"name": "question",
"type": "group",
"label": "Question",
"fields": [
{
"name": "library",
"type": "library",
"label": "Question type",
"description": "Library for this question.",
"options": [
"H5P.MultiChoice 1.0",
"H5P.DragQuestion 1.0",
"H5P.Blanks 1.0"
]
}
"type": "library",
"label": "Question type",
"description": "Library for this question.",
"options": [
"H5P.MultiChoice 1.0",
"H5P.DragQuestion 1.0",
"H5P.Blanks 1.0"
]
}
},