Compare commits

..

3 Commits

Author SHA1 Message Date
TEC 017335f1bf
Adjust the survey index text 2022-10-18 01:35:23 +08:00
TEC 25224c547b
Style: use h6 for survey page description 2022-10-18 01:35:23 +08:00
TEC 968de55f96
Questions: more tweaks 2022-10-18 01:35:20 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ This takes most people 515 minutes to complete.",
:other])),
SurveyPart("Demographics",
"All of these questions are <em style=\"color: var(--primary)\">optional</em>, " *
"respond to whichever questions you feel like answering"
"respond to whichever questions you feel like answering",
IntegerInput(:respondent_age,
"How old are you?",
validators = n -> if ismissing(n) # This is fine, the question is optional.