cosmetics
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 5 Feb 2018 14:27:37 +0000 (15:27 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 5 Feb 2018 14:27:37 +0000 (15:27 +0100)
public/javascripts/components/statements.js

index 8cfbde3..67aaf12 100644 (file)
@@ -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",
                                {