From 92e09a91caf025328eacedf72e92dcd4f5d1f388 Mon Sep 17 00:00:00 2001 From: Anastasia Diseth <58883418+anadis504@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:02:49 +0200 Subject: [PATCH] Update README.md --- data-parser/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data-parser/README.md b/data-parser/README.md index 9c24553..2f879f5 100644 --- a/data-parser/README.md +++ b/data-parser/README.md @@ -18,6 +18,7 @@ The parser chooses the latest version of each of the files containing 'Submissio ! 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 +! At this point exercises in different modules might overwrite each other --> no way to link the answers to the correct pet! ```