Read and score questionnaire data
read_quest_data(rawquestpath, metapath, raw = FALSE)
The path that contains the questionnaires raw data files
The path that contains the meta data. This must contain the following 2 csv files: participants_excluded.csv, ppid_map.csv
(by default = FALSE) Determines the output. Read "Value" for more information.
By default (when raw = FALSE): data frame containing the scored data of all the questionnaires. Each row is a participant and each column is the score or subscore of a questionnaire
If raw = TRUE: data frame containing the raw data of all the questionnaires. Each row is a participant and each column is the raw answer to a questionnaire item