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", "contentType": "question",
"majorVersion": 1, "majorVersion": 1,
"minorVersion": 0, "minorVersion": 0,
"patchVersion": 19, "patchVersion": 20,
"runnable": 1, "runnable": 1,
"machineName": "H5P.QuestionSet", "machineName": "H5P.QuestionSet",
"author": "Amendor AS", "author": "Amendor AS",

View File

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