Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed Mar 29, 2024
1 parent c2a9c93 commit a763615
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a763615

Please sign in to comment.