changed semantics enableRetryButton to enableRetry.

d3summaryChart
Thomas Marstrander 2014-11-28 13:51:26 +01:00
parent 02589ff35a
commit 587c593474
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
});
}