trigger_blanks: Add acknowledgement fields at end of each question group to...

Description Usage Arguments Examples

View source: R/trigger_blanks.R

Description

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

Usage

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")

Arguments

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

Examples

1
2
#Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% trigger_blanks()

sdumble1/ODKTools documentation built on July 6, 2020, 6:36 p.m.