get_course_versions
Retrieve historical versions of Swedish educational courses to track curriculum changes, compare old and new syllabi, and analyze how requirements and content have evolved over time.
Instructions
Hämta alla versioner av en kurs.
ANVÄNDNINGSFALL:
Spåra förändringar i kursen över tid
Jämföra gamla och nya läroplaner
Forskning och analys
Förstå hur krav och innehåll utvecklats
RETURNERAR: Versionshistorik med versionsnummer och datum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"_def": {
"checks": [],
"coerce": false,
"description": "Kurskod att hämta versioner för",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"code"
],
"type": "object"
}