Merge branch 'override-buttons' of github.com:h5p/h5p-question-set into override-buttons

d3summaryChart
Svein-Tore Griff With 2014-11-28 14:55:59 +01:00
commit e465c08953
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ H5P.QuestionSet = function (options, contentId) {
if (params.override.overrideButtons) {
// Extend subcontent with the overrided settings.
$.extend(question.params, {
enableRetryButton: params.override.overrideRetryButton,
enableRetry: params.override.overrideRetryButton,
enableSolutionsButton: params.override.overrideShowSolutionButton
});
}