generate-test-paper

Generates theory test papers from training content as ready-to-use JSON data.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kim1024/agent-skills --skill generate-test-paper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-paper
Source: https://github.com/kim1024/agent-skills/tree/main/openclaw-qingjiao/package/skills/generate-test-paper
Command: npx skills add https://github.com/kim1024/agent-skills --skill generate-test-paper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

基于已生成的实训内容,为对应小节生成配套的理论测试题组,覆盖知识点的多维度考核,输出可直接写入平台的测试题数据。

Core Features & Use Cases

  • 自动从实训内容生成覆盖单选、多选、填空和简答等题型的测验题组,确保知识点的全面覆盖。
  • 将题目组装成可直接写入平台的 JSON 结构,方便快速发布到学习管理系统。
  • 与 generate-training 流程无缝衔接,完成实训后可对小节生成测验,支持补充和改错。

Quick Start

提供对应小节的实训内容以触发测验题生成,并获取可直接写入平台的题组 JSON。

Frequently Asked Questions about generate-test-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate a test paper from training content?

To generate a test paper from training content, provide the training material for a specific module or subsection to trigger automated question generation across single-choice, multiple-choice, fill-in-the-blank, and short-answer formats.

Can I output AI-generated theory test questions in JSON format for a learning platform?

Yes, the generated theory test questions are assembled into a JSON-ready data structure, allowing you to directly write and publish the assessment data into your learning management system.

What question types are supported when creating an assessment from training materials?

Creating an assessment from training materials supports four question types: single-choice, multiple-choice, fill-in-the-blank, and short-answer, ensuring comprehensive coverage of analyzed knowledge points.

Does the generated test paper support knowledge-point analysis for training modules?

Yes, the test paper generation applies knowledge-point analysis to the training content, ensuring the automated question bank covers multiple dimensions of assessment for each training subsection.

Can I update or correct generated quiz questions after the initial creation?

Yes, after generating the initial quiz questions, the workflow supports supplementing and correcting the test data, allowing you to refine the JSON output before publishing to your platform.

What is the best way to create theory assessments for training subsections without manual question writing?

The best way to create theory assessments without manual writing is using AI-assisted generation, which analyzes existing training content and automatically outputs a JSON-structured test paper covering various question types.