demo.yaml 521 Bytes
---

title: Example
database: students.db


# values applie to each topic, if undefined there
file: questions.yaml
shuffle_questions: true
choose: 6
max_tries: 2
forgetting_factor: 0.97
min_level: 0.01
append_wrong: true

# ----------------------------------------------------------------------------
topics:
  # topic without dependencies
  math:
    name: Matemática
    file: questions.yaml
    choose: 6
    shuffle: true

  # topic with one dependency
  solar_system:
    name: Sistema solar
    deps:
      - math