readme.md
This commit is contained in:
parent
ab22b2e938
commit
1e94289d70
1 changed files with 19 additions and 14 deletions
33
README.md
33
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"
|
||||
},
|
||||
],
|
||||
// ...
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue