Rubric Creator
Requiring observable criteria and student-friendly language ensures the rubric is both a grading tool and a learning tool students can use for self-assessment.
Create a {{scale_type}} rubric for a {{grade_level}} {{assignment_type}} on {{topic}}. Dimensions to assess: {{dimensions}} For each dimension, provide: - Clear descriptor for each performance level - Specific, observable criteria (not vague words like "good" or "adequate") - Examples of what student work looks like at each level Format as a table. Include a row for total score/overall performance level. The language should be student-friendly so learners can self-assess before submitting.
Variables to customize
Why this prompt works
Requiring observable criteria and student-friendly language ensures the rubric is both a grading tool and a learning tool students can use for self-assessment.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Requesting confidence and key phrases forces the model to justify its classification rather than guessing. The structured output format works zero-shot because sentiment analysis is well-understood by LLMs.
Key Information ExtractionListing the exact fields to extract removes guesswork. The 'Not specified' instruction prevents hallucination when information is missing -- a common failure mode without this guardrail.
Question Answering with SourceGrounding the answer in source material and instructing the model to refuse when information is missing dramatically reduces hallucination -- the biggest risk in zero-shot Q&A.
Math Word Problem ReasoningExplicit numbered steps force the model to decompose the problem rather than guessing. The verification step catches arithmetic errors before the final answer.