From e49ec3e4b6e8211edb96928d225c23fd05ab548d Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Mon, 5 Feb 2018 15:27:37 +0100 Subject: [PATCH] cosmetics --- public/javascripts/components/statements.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/javascripts/components/statements.js b/public/javascripts/components/statements.js index 8cfbde3..67aaf12 100644 --- a/public/javascripts/components/statements.js +++ b/public/javascripts/components/statements.js @@ -1,7 +1,7 @@ Vue.component("statements", { // 'answers' is an object containing // 'inputs'(array), - // 'displayAll'(bool), + // 'displayAll'(bool), //TODO: should be in questions! // 'showSolution'(bool), // 'indices': order of appearance // 'index': current integer index (focused question) @@ -88,6 +88,8 @@ Vue.component("statements", { optionList ) ); + if (this.answers.displayAll && i < this.questions.length-1) + questionContent.push( h("hr") ); return h( "div", { -- 2.44.0