--- # ---------------------------------------------------------------------------- # optional values applied to each topic, if undefined there # ---------------------------------------------------------------------------- # defaults: # file: questions.yaml # shuffle_questions: true # choose: 6 # max_tries: 2 # forgetting_factor: 0.97 # min_level: 0.01 # append_wrong: true # ---------------------------------------------------------------------------- # topics and their dependencies # ---------------------------------------------------------------------------- topics: math/addition: name: Adição math/multiplication: name: Multiplicação deps: - math/addition math/learn-prime-numbers: name: O que são números primos? type: learn file: learn.yaml deps: - math/multiplication math/prime-numbers: name: Números primos deps: - math/learn-prime-numbers math: name: Números e operações aritméticas type: chapter deps: - math/addition - math/multiplication - math/learn-prime-numbers - math/prime-numbers