CoolFace
Datasetpublic

robworks-software/ccisd-teks-alignment

CCISD TEKS Alignment 428 Texas Essential Knowledge and Skills (TEKS) student expectations mapped to 25 Clear Creek ISD high school courses, with STAAR-tested status flagged. Loading from datasets import load_dataset ds = load_dataset("robworks-software/ccisd-teks-alignment") 428 rows, single train split. A pre-split version of the same 428 rows is published as ccisd-teks-alignment-split. Contents 428 distinct TEKS codes (e.g. ELAR.9.1.A), each… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/ccisd-teks-alignment.

sourceHugging Facecc0-1.0updated 2mo agoView on Hugging Face
0likes9downloads
Dataset Card

CCISD TEKS Alignment

428 Texas Essential Knowledge and Skills (TEKS) student expectations mapped to 25 Clear Creek ISD high school courses, with STAAR-tested status flagged.

Loading

python
from datasets import load_dataset

ds = load_dataset("robworks-software/ccisd-teks-alignment")

428 rows, single train split. A pre-split version of the same 428 rows is published as `ccisd-teks-alignment-split`.

Contents

  • 428 distinct TEKS codes (e.g. ELAR.9.1.A), each appearing once.
  • 25 high school courses across core subject areas.
  • 147 expectations (34.3%) flagged as STAAR-tested.
  • expectation_text is 88.6% distinct; the repeats are genuine - TEKS reuses identical process-standard language across courses and grade levels.

Limitations

  • `instructional_units` is empty. All 428 rows carry the literal value "Not specified". The column exists but contains no information.
  • One district, high school only. Course mappings reflect CCISD's catalog for a single year. Other Texas districts sequence TEKS differently, so the course-to-standard mapping does not transfer.
  • STAAR status is a point-in-time flag. Texas has been changing its assessment program; the tested/not-tested split reflects the blueprint as of collection and will drift.
  • Course-to-standard assignment is interpretive. Districts have latitude in which course covers which expectation. These mappings represent one district's scope and sequence, not an official TEA determination.
  • 428 rows is small. Adequate as a reference table; thin for training.

Sources

  • Texas Education Agency - TEKS (19 TAC Chapter 110-128) and STAAR assessed-curriculum blueprints
  • Clear Creek ISD published course catalog

License

CC0-1.0. TEKS standards are published by the Texas Education Agency as public records under Texas Public Information Act Chapter 552.

Citation

bibtex
@dataset{ccisd_teks_alignment,
  title  = {CCISD TEKS Alignment},
  author = {Robworks Software},
  year   = {2025},
  publisher = {Hugging Face},
  url    = {https://huggingface.co/datasets/robworks-software/ccisd-teks-alignment}
}