home / rubrics

rubric_revision_history

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

id ▼ gradation_id skill_code dimension level old_version old_level_label old_behavioral_description old_sample_response created_at
1 133 RL-CHARACTER performance 1 1 Emerging Student lists character traits in isolation without connecting them to textual evidence, character development, or thematic meaning. Traits are presented as static and one-dimensional. The student may use evaluative language (good, bad, nice, mean) rather than analytical language, and does not address how or why a character changes. Elena is a loyal and hardworking person. She cares a lot about her family and their restaurant. She gives up her own dreams to help out, which shows she's selfless. I think she's a good daughter because she does the right thing in the end even though it's hard for her. [test] 2026-05-26 01:43:59

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE rubric_revision_history (
    id INTEGER PRIMARY KEY,
    gradation_id INTEGER NOT NULL,
    skill_code TEXT NOT NULL,
    dimension TEXT NOT NULL,
    level INTEGER NOT NULL,
    old_version INTEGER NOT NULL,
    old_level_label TEXT,
    old_behavioral_description TEXT,
    old_sample_response TEXT,
    created_at TEXT DEFAULT (datetime('now'))
  );
CREATE INDEX idx_revision_gradation ON rubric_revision_history(gradation_id);
CREATE INDEX idx_revision_skill ON rubric_revision_history(skill_code);
Powered by Datasette · Queries took 11.286ms