diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html b/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html index 4d7675cd0..ee95472ba 100644 --- a/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html +++ b/modules/xerte/parent_templates/Nottingham/models_html5/adaptiveContent.html @@ -1135,7 +1135,9 @@ ""; } let adviceHeader = ""; - if (interaction.children.length !== 0 && adaptiveContent.dashboardMode !== 'true') { + if (interaction.children.length !== 0 + && adaptiveContent.dashboardMode !== 'true' + && interaction.getAttribute("AdviceText") != null) { adviceHeader = `

${interaction.getAttribute("AdviceText")}

`; }