From 5605a196b0caa3046a8d4fbc0485225e0598a570 Mon Sep 17 00:00:00 2001 From: Anastasia Diseth <58883418+anadis504@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:01:36 +0200 Subject: [PATCH] Update README.md --- data-parser/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data-parser/README.md b/data-parser/README.md index bd69776..9c24553 100644 --- a/data-parser/README.md +++ b/data-parser/README.md @@ -13,6 +13,11 @@ are added as new columns to the final output .csv file. (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. + +! TODO: parser does not work correctly now that there are several modules containing identical questionLabels +! Need to extract information about which exercises belong to which module and parse accordingly: +row1: user_id_x, module_a, answers +row2: user_id_x, module_b, answers ```