demo.yaml
545 Bytes
---
title: Example
database: students.db
# values applie to each topic, if undefined there
# default values are: file=question.yaml, shuffle=True, choose: all
file: questions.yaml
shuffle: false
choose: 6
max_tries: 2
forgetting_factor: 0.99
# ----------------------------------------------------------------------------
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