Skip to content

StandardSpec

The StandardSpec (Standard Specification) resource defines the base configuration and global guidelines for a complete educational standard (such as LOMLOE, AP, or IB) within ColabEdu’s evaluation engine. It registers the misconception libraries (common errors) applied by default to all assessments aligned with this standard.

Schema

Metadata (metadata)

FieldTypeRequiredDescription
reference_codestringYesUnique identifier for the standard (e.g., standard.ap.slc).
namestringYesReadable name of the educational standard.
descriptionstringYesDetailed explanation of the standard, target CEFR levels, and scope.
authorstringNoAuthor or team that authored the specification.

Specification (spec)

FieldTypeRequiredDescription
defaultMisconceptionRefsarrayYesList of canonical references to misconception libraries (LIBRARY) applied by default to this standard.

Example Usage

apiVersion: colabedu.ai/v1beta1
kind: StandardSpec
metadata:
reference_code: "standard.ap.slc"
name: "AP Spanish Language and Culture"
description: "College Board Advanced Placement — Spanish Language and Culture. Target CEFR level: C1."
author: "ColabEdu Core"
spec:
defaultMisconceptionRefs:
- library.misconceptions.spanish_l2.base
- library.misconceptions.spanish_l2.advanced