Merge branch 'master' of intern.amendor.com:h5plibs/questionset

d3summaryChart
Frank Ronny Larsen 2013-02-07 19:08:59 +01:00
commit 069314313f
1 changed files with 16 additions and 11 deletions

View File

@ -53,17 +53,22 @@
"name": "questions", "name": "questions",
"type": "list", "type": "list",
"entity": "question", "entity": "question",
"fields": [ "field": {
{ "name": "question",
"name": "library", "type": "group",
"type": "library", "label": "Question",
"label": "Question library", "fields": [
"description": "Library for this question.", {
"options": [ "name": "library",
"H5P.MultiChoice" "type": "library",
] "label": "Question library",
} "description": "Library for this question.",
] "options": [
"H5P.MultiChoice"
]
}
]
}
}, },
{ {
"name": "introPage", "name": "introPage",