From a76361500f171b174c29380c56786e2668e44a6e Mon Sep 17 00:00:00 2001 From: Anastasia Diseth <58883418+anadis504@users.noreply.github.com> Date: Fri, 29 Mar 2024 11:07:05 +0200 Subject: [PATCH] Update README.md --- data-parser/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data-parser/README.md b/data-parser/README.md index 5fa6ab4..7bec441 100644 --- a/data-parser/README.md +++ b/data-parser/README.md @@ -2,6 +2,19 @@ The output of the data-parser is a .csv file containing only answers to the `DOGS FACTORIAL ANALYSIS SURVEY` exercise types. The file will contain answers submitted **after** 22.05.2023 due to the latest format. The separator used in the .csv file is the semicolon `;`. +```diff ++ Update Macrh 2014: + ++ Support for parsing 'User Consents' files: +columns named by the 'question' field, containing true or false indicating whether a user checked the acceptance box, +are added as new columns to the final output .csv file. + ++ Output .csv file will contain the course name in question +(if your 'data' file is contaminated with files from different courses, this will show in the file name) +The parser chooses the latest version of each of the files containing 'Submissions', 'User Details', 'Exercise tasks' and 'User Consents' in the file name, no matter the course name. +``` + + ## Dataset layout The file contains columns `user_id, name, email`, followed by a column per `questionLabel` existing in the course. Empty submissions (not answered questions) have empty entry-points.