readme.md

This commit is contained in:
jusax23 2023-06-01 16:16:35 +02:00
parent ab22b2e938
commit 1e94289d70
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -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"
},
],
// ...
}
```