Add binoculars theme, auto reformat everything
This commit is contained in:
parent
38dea806c5
commit
78d6482c88
586 changed files with 115573 additions and 111842 deletions
|
@ -36,13 +36,14 @@ function run(file, protojson) {
|
|||
|
||||
// We add a second time for any amount to trigger a visualisation; but this is not an answer option
|
||||
const no_ask_json = {
|
||||
if: {and: [`${key}~*`,`${key}!=1`]
|
||||
if: {
|
||||
and: [`${key}~*`, `${key}!=1`]
|
||||
},
|
||||
then: txt,
|
||||
hideInAnswer: true
|
||||
}
|
||||
overview_question_answers.push(no_ask_json)
|
||||
|
||||
|
||||
const indivQ = {
|
||||
|
||||
question: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue