feat: initial commit

This commit is contained in:
Stijnvandenbroek
2025-06-29 11:26:13 +02:00
parent e6be7e7fbf
commit 672d3d1cfc
34 changed files with 19962 additions and 0 deletions

4
example.csv Normal file
View File

@@ -0,0 +1,4 @@
question,answer
"What is the capital of France?","[{""text"": ""Paris"", ""is_correct"": true}, {""text"": ""Berlin"", ""is_correct"": false}, {""text"": ""Madrid"", ""is_correct"": false}]"
"What are the colors in the French flag?","[{""text"": ""Blue"", ""is_correct"": true}, {""text"": ""Red"", ""is_correct"": true}, {""text"": ""Green"", ""is_correct"": false}]"
"Is this application good?","[{""text"": ""Yes"", ""is_correct"": true}]"
1 question answer
2 What is the capital of France? [{"text": "Paris", "is_correct": true}, {"text": "Berlin", "is_correct": false}, {"text": "Madrid", "is_correct": false}]
3 What are the colors in the French flag? [{"text": "Blue", "is_correct": true}, {"text": "Red", "is_correct": true}, {"text": "Green", "is_correct": false}]
4 Is this application good? [{"text": "Yes", "is_correct": true}]