Description Usage Arguments Examples
View source: R/trigger_blanks.R
This is useful if you do not want to force all questions to be required, but still want to make sure that all questions are being addressed and not left blank accidentally
1 2 | trigger_blanks(ODKFile, groups = "all", language = NULL,
hinttext = "At least one question within this section has been left blank. Select OK if this has been skipped intentionally; otherwise please check responses")
|
ODKFile |
ODK form read in using read.odk |
groups |
add triggers to "all" groups (default) or to user specified list of groups |
language |
language of hint column to add trigger hint |
hinttext |
text that will appear in trigger messages |
1 2 | #Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% trigger_blanks()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.