diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html b/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html index 579233411..3185830d4 100644 --- a/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html +++ b/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html @@ -1705,10 +1705,10 @@ if (score >= lowerBound && score <= upperBound) { $("#" + escapeUrl(url, type, interactionIndex) + " .message").prepend('\n' + - '
' + block.getAttribute("adaptiveContent") + '
'); + '
' + block.getAttribute("adaptiveContent") + '
'); } else if (showOtherBlockContent == 'true'){ $("#" + escapeUrl(url, type, interactionIndex) + " .message").append('\n' + - '
' + block.getAttribute("adaptiveContent") + '
'); + '
' + block.getAttribute("adaptiveContent") + '
'); $("#" + escapeUrl(url, type, interactionIndex) + " .message").children("button").slice(-1).on('click', function () { this.classList.toggle("active");