Merge branch 'override-buttons' of github.com:h5p/h5p-question-set into override-buttons
commit
e465c08953
|
@ -120,7 +120,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
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, {
|
||||||
enableRetryButton: params.override.overrideRetryButton,
|
enableRetry: params.override.overrideRetryButton,
|
||||||
enableSolutionsButton: params.override.overrideShowSolutionButton
|
enableSolutionsButton: params.override.overrideShowSolutionButton
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue