diff --git a/public/js/clinicalAssistant.js b/public/js/clinicalAssistant.js index 71f4e9ba..f088da96 100644 --- a/public/js/clinicalAssistant.js +++ b/public/js/clinicalAssistant.js @@ -2629,9 +2629,9 @@ import { '

Answers built only from your indexed library

' + '
' + examples.map(function (item) { var source = item.sourceTitle ? (' title="Available from: ' + escapeAttr(item.sourceTitle + (item.page ? ', page ' + item.page : '')) + '"') : ''; - // The question itself, not a two-word label: "Status asthma escalation" - // says nothing about what will be asked; the question does. - return ''; + // The short label, as it always was: the user asked for the earlier + // look back after seeing four full questions stacked here. + return ''; }).join('') + '
'; } @@ -2643,7 +2643,7 @@ import { examples[i] = examples[j]; examples[j] = tmp; } - return examples.slice(0, 4); + return examples.slice(0, 3); } function bindExampleButtons(root) {