From 1ceb17d4dc7d4d5972a30a52876992858c04e7dd Mon Sep 17 00:00:00 2001 From: Stuart Eggerton Date: Sun, 3 Sep 2023 21:45:43 +1000 Subject: [PATCH] add note on how quiz is built --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 907ffa8..558cf4b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Custom attributes was added for `helpURL` and `helpURLTitle` which are used to l Scoring is based upon if the answer matches the correctAnswer column next to each question in the CSV. +For the **quiz** example - this defines more complex question structure directly in the `survey.json` file. + ## To update questions 1. Edit questions.csv - avoid commas at this stage since this may break things 2. Test locally