No description
Find a file
jusax23 c33f4469bb
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
woodpecker fix
2023-06-24 20:42:07 +02:00
android signing 2023-06-08 16:01:09 +02:00
icon new icon 2023-06-07 20:52:12 +02:00
ios new icon 2023-06-07 20:52:12 +02:00
js example vault 2023-06-01 20:14:22 +02:00
lib nameing misstake 2023-06-09 10:14:46 +02:00
linux init 2023-06-01 16:11:03 +02:00
macos new icon 2023-06-07 20:52:12 +02:00
test init 2023-06-01 16:11:03 +02:00
web new icon 2023-06-07 20:52:12 +02:00
windows new icon 2023-06-07 20:52:12 +02:00
.gitignore signing 2023-06-08 16:01:09 +02:00
.metadata init 2023-06-01 16:11:03 +02:00
.woodpecker.yml woodpecker fix 2023-06-24 20:42:07 +02:00
analysis_options.yaml init 2023-06-01 16:11:03 +02:00
pubspec.lock browse and test Mode 2023-06-08 15:05:56 +02:00
pubspec.yaml browse and test Mode 2023-06-08 15:05:56 +02:00
README.md readme.md 2023-06-01 16:16:35 +02:00

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