summaryrefslogtreecommitdiff
path: root/docs/cca.scfg.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/cca.scfg.example20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/cca.scfg.example b/docs/cca.scfg.example
index 39c0b23..5ce05d3 100644
--- a/docs/cca.scfg.example
+++ b/docs/cca.scfg.example
@@ -100,3 +100,23 @@ perf {
# propagated through a queue, rather than usems?
senq 10
}
+
+# Minimum course requirements for each year group
+req {
+ y9 {
+ sport 2
+ non_sport 1
+ }
+ y10 {
+ sport 2
+ non_sport 1
+ }
+ y11 {
+ sport 1
+ non_sport 1
+ }
+ y12 {
+ sport 1
+ non_sport 1
+ }
+}