config.load_quiz_config()

Load and validate a presentation configuration.

Usage

Source

config.load_quiz_config(path)

Parameters

path: Path
Path to the YAML configuration file.

Returns

QuizConfig
The validated presentation configuration.

Raises

ConfigError
If the file is missing, the YAML is invalid, or validation fails.