From 1e94289d70b38ed165338d248f6356e792e4e3ae Mon Sep 17 00:00:00 2001 From: jusax23 Date: Thu, 1 Jun 2023 16:16:35 +0200 Subject: [PATCH] readme.md --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ea937db..3b461c9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,21 @@ # ju_learn -A new Flutter project. - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +Import json Files and start: +Schema: +```json +{ + "name": "some name", + "questions": [ + { + "quest": "Some Question", + "answers": [ + "Some possible answer", + // or mode + ], + "correct": 0, // index of correct answer + "explanation": "Some extra Text" + }, + ], + // ... +} +``` \ No newline at end of file