Merge branch 'master' of intern.amendor.com:h5plibs/questionset
commit
069314313f
|
@ -53,17 +53,22 @@
|
|||
"name": "questions",
|
||||
"type": "list",
|
||||
"entity": "question",
|
||||
"fields": [
|
||||
{
|
||||
"name": "library",
|
||||
"type": "library",
|
||||
"label": "Question library",
|
||||
"description": "Library for this question.",
|
||||
"options": [
|
||||
"H5P.MultiChoice"
|
||||
]
|
||||
}
|
||||
]
|
||||
"field": {
|
||||
"name": "question",
|
||||
"type": "group",
|
||||
"label": "Question",
|
||||
"fields": [
|
||||
{
|
||||
"name": "library",
|
||||
"type": "library",
|
||||
"label": "Question library",
|
||||
"description": "Library for this question.",
|
||||
"options": [
|
||||
"H5P.MultiChoice"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "introPage",
|
||||
|
|
Loading…
Reference in New Issue