Skip to contents

This function prints some informative messages about a participants progress through the BVQ, and returns a vector of logical values indicating the surveys that the participant has completed.

Usage

track_progress(response_id, participants = NULL, ...)

Arguments

participants

Participants data frame, as generated by bvq_participants().

...

Arguments passed to download_surveys.

respose_id

a character string identifying a single response to the questionnaire. This value is always unique for each response to the questionnaire, even for responses from the same participant.

Value

A logical vector indicating the surveys that the participant has completed.

Author

Gonzalo Garcia-Castro

Examples

if (FALSE) { # \dontrun{
track_progress("1911", participants, verbose = FALSE)
} # }