No description
Find a file
2023-06-08 15:07:02 +02:00
android changed pkg name 2023-06-08 15:07:02 +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 browse and test Mode 2023-06-08 15:05:56 +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 init 2023-06-01 16:11:03 +02:00
.metadata init 2023-06-01 16:11:03 +02:00
.woodpecker.yml fix 2023-06-04 20:48:20 +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"
    },
  ],
  // ...
}