We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463749c commit 3ceec29Copy full SHA for 3ceec29
mavis/reporting/api_client/client.py
@@ -109,6 +109,8 @@ def get_year_groups(self) -> list[dict]:
109
{"value": "9", "text": "Year 9"},
110
{"value": "10", "text": "Year 10"},
111
{"value": "11", "text": "Year 11"},
112
+ {"value": "12", "text": "Year 12"},
113
+ {"value": "13", "text": "Year 13"},
114
]
115
116
def get_year_groups_for_programme(self, programme: str) -> list[dict]:
0 commit comments