learning-assessor

$npx mdskill add partme-ai/full-stack-skills/learning-assessor

Creates learning assessments like quizzes and rubrics aligned with objectives for evaluating student learning.

  • Helps design educational tests, grading rubrics, and evaluation criteria to measure learning outcomes.
  • Integrates with learning analytics and supports multiple question types and difficulty levels.
  • Decides recommendations by identifying objectives, selecting question types, and validating alignment.
  • Presents results through structured assessments with answer keys, scoring criteria, and rubric templates.

SKILL.md

.github/skills/learning-assessorView on GitHub ↗
---
name: learning-assessor
description: "Create learning assessments including quizzes, exams, rubrics, and evaluation criteria aligned with learning objectives. Supports multiple question types, difficulty levels, and learning analytics. Use when the user asks to create quizzes, design tests, build grading rubrics, evaluate student learning, or generate assessment questions."
---

# 学习评估技能

Create assessments, rubrics, and evaluation tools aligned with learning objectives.

## Workflow

1. **Identify learning objectives** the assessment must measure
2. **Select question types** appropriate for each objective's cognitive level
3. **Draft questions** with answer keys and scoring criteria
4. **Create rubric** for subjective assessments
5. **Validate alignment** - each question maps to a specific objective

### Example: Multiple Choice Question

```markdown
**Q: Which HTTP status code indicates a resource was created successfully?**

A) 200 OK
B) 201 Created ✓
C) 204 No Content
D) 301 Moved Permanently

**Objective:** [Remember] Recall HTTP status codes and their meanings
**Difficulty:** Easy
**Explanation:** 201 Created is returned when a POST request successfully creates a new resource.
```

### Example: Rubric Template

```markdown
| Criteria          | Excellent (4)                     | Good (3)                | Developing (2)         | Beginning (1)         |
|-------------------|-----------------------------------|-------------------------|------------------------|-----------------------|
| Code correctness  | All tests pass, handles edge cases| All tests pass          | Most tests pass        | Few tests pass        |
| Code style        | Clean, well-documented, DRY       | Readable, some comments | Inconsistent style     | Difficult to read     |
| Problem solving   | Optimal solution, explains tradeoffs| Working solution       | Partial solution       | Minimal attempt       |

**Scoring:** Total = Sum of criteria scores. A: 10-12, B: 7-9, C: 4-6, D: below 4
```

## 题目设计原则

1. **目标对齐**: 每道题目都应对应明确的学习目标
2. **难度梯度**: 覆盖不同认知层次(记忆、理解、应用、分析、评价、创造)
3. **清晰明确**: 题目表述清晰,避免歧义
4. **有效性**: 题目应能有效测量目标知识和技能

## 输出格式

- **评估目标**: 明确要评估的内容
- **评估题目**: 具体的题目、答案和解析
- **评估标准**: 详细的评分标准或 rubric
- **分析报告**: 学习分析和反馈建议

## Keywords

学习评估, 测验设计, 评分标准, rubric, 考试题目, quiz, test, exam, grading, assessment, evaluation

More from partme-ai/full-stack-skills

SkillDescription
adobe-xd"Guides creation of UI/UX designs, interactive prototypes, reusable components, and design specs in Adobe XD. Use when the user asks about Adobe XD artboards, prototype links, repeat grids, component states, design tokens export, or developer handoff."
angular"Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features."
ansible"Provides comprehensive guidance for Ansible automation including playbooks, roles, inventory, and module usage. Use when the user asks about Ansible, needs to automate IT tasks, create Ansible playbooks, or manage infrastructure with Ansible."
ant-design-mini"Builds mini-program UIs with Ant Design Mini components for Alipay and WeChat mini-programs. Covers Button, Form, List, Modal, Tabs, NavBar, and 60+ components with theme customization and CSS variable theming. Use when the user needs to create mini-program interfaces with Ant Design Mini, configure themes, or implement mini-program-specific UI patterns."
ant-design-mobile"Builds React mobile UIs with Ant Design Mobile (antd-mobile) components including Button, Form, List, Modal, Picker, Tabs, PullToRefresh, InfiniteScroll, and 50+ mobile-optimized components. Use when the user needs to create mobile-first React interfaces, implement mobile navigation, forms, or data display with Ant Design Mobile."
ant-design-react"Builds enterprise React UIs with Ant Design (antd) including 60+ components (Button, Form, Table, Select, Modal, Message), design tokens, TypeScript support, and ConfigProvider theming. Use when the user needs to create React applications with Ant Design, build forms with validation, display data tables, or customize the Ant Design theme."
ant-design-vueProvides comprehensive guidance for Ant Design Vue (AntDV) component library for Vue 3. Covers installation, usage, API reference, templates, and all component categories. Use when building enterprise-class UI with Vue 3 and Ant Design.
api-doc-generator"Generate API documentation by scanning Controller classes, extracting endpoint URLs, HTTP methods, parameters, and response structures, then producing standardized docs from templates. Use when the user explicitly mentions generating API documentation, creating API docs, scanning interfaces, or documenting REST APIs. Do not trigger for generic documentation requests without explicit API mention."
appium"Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts."
ascii-ansi-colorizer"Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback. Use when the user wants to colorize terminal output, add rainbow effects to CLI text, or style ASCII art with ANSI colors."