No description
|
|
||
|---|---|---|
| android | ||
| icon | ||
| ios | ||
| js | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| .woodpecker.yml | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
ju_learn
Import json Files and start: Schema:
{
"name": "some name",
"questions": [
{
"quest": "Some Question",
"answers": [
"Some possible answer",
// or mode
],
"correct": 0, // index of correct answer
"explanation": "Some extra Text"
},
],
// ...
}