Merge branch 'override-buttons' of github.com:h5p/h5p-question-set into override-buttons
commit
82898e6fac
|
@ -117,11 +117,9 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
// override content parameters.
|
// override content parameters.
|
||||||
if (params.override.overrideButtons) {
|
if (params.override.overrideButtons) {
|
||||||
// Extend subcontent with the overrided settings.
|
// Extend subcontent with the overrided settings.
|
||||||
$.extend(question.params, {
|
$.extend(question.params.behaviour, {
|
||||||
behaviour: {
|
enableRetry: params.override.overrideRetry,
|
||||||
enableRetry: params.override.overrideRetry,
|
enableSolutionsButton: params.override.overrideShowSolutionButton
|
||||||
enableSolutionsButton: params.override.overrideShowSolutionButton
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue