From fd1229c8f34547c81d60b2677ef3d7d0d71f97ac Mon Sep 17 00:00:00 2001 From: Stijnvandenbroek Date: Sun, 29 Jun 2025 11:28:13 +0200 Subject: [PATCH] docs: add example.csv reference to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57ac5dd..6c96a17 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Question,Answer "What is the capital of France?","[{\"text\": \"Paris\", \"is_correct\": true}, {\"text\": \"Lyon\", \"is_correct\": false}]" "Name two primary colors (select all that apply)","[{\"text\": \"Red\", \"is_correct\": true}, {\"text\": \"Blue\", \"is_correct\": true}, {\"text\": \"Green\", \"is_correct\": false}]" ``` +`example.csv` in the root of the repository can be loaded in the app as an example. ## Running with Docker (Recommended)