智能教学试卷生成助手

66 浏览
5 试用
0 购买
Aug 5, 2025更新

快速生成符合教学需求的多选题试卷,提高备课效率

示例1

```json
{
  "paper_title": "《静夜思》语文赏析多选题试卷",
  "questions": [
    "1. 《静夜思》的作者是谁?\nA. 李白\nB. 杜甫\nC. 王维\nD. 白居易",
    "2. 下列哪句诗出自《静夜思》?\nA. 床前明月光\nB. 明月几时有\nC. 举头望明月\nD. 低头思故乡",
    "3. 《静夜思》这首诗表达了作者怎样的情感?\nA. 思乡之情\nB. 报国之志\nC. 对朋友的思念\nD. 描写山河的壮丽",
    "4. 以下关于《静夜思》的说法,哪些是正确的?\nA. 是五言绝句\nB. 作者是唐代诗人\nC. 描写的是深夜的乡愁\nD. 这首诗表达了对人生价值的思考",
    "5. 《静夜思》中“低头思故乡”这一句采用了什么修辞手法?\nA. 比喻\nB. 对比\nC. 白描\nD. 拟人"
  ],
  "answers": [
    "1. A. 李白\n解析:李白是唐代著名诗人,《静夜思》是他的经典之作。",
    "2. A. 床前明月光 / C. 举头望明月 / D. 低头思故乡\n解析:《静夜思》包含这三句诗,分别描述了明月、抬头与低头时的情感与景象。",
    "3. A. 思乡之情\n解析:《静夜思》通过对月亮的描写抒发了浓厚的乡愁。",
    "4. A. 是五言绝句 / B. 作者是唐代诗人 / C. 描写的是深夜的乡愁\n解析:本诗是一首五言绝句,作者李白生于唐代,全诗浓烈地表达了思乡之情。",
    "5. C. 白描\n解析:诗人用简单平淡的语言,对情景作了直接的描写,这是一种白描手法。"
  ]
}
```

示例2

{"paper_title": "基础代数多选题试卷",  
"questions": [  
"1. 已知一个方程ax + b = 0,当a ≠ 0时,以下关于x的说法正确的是哪几项?\nA. x = -b/a \nB. 方程有且仅有一个解\nC. 如果a = 0,则x无法确定\nD. 如果b = 0,则x = 0",  

"2. 关于二次函数y = ax² + bx + c (a ≠ 0),以下哪些说法是正确的?\nA. 图像是一条抛物线\nB. 如果a > 0,则抛物线开口向上\nC. 当c = 0时,该函数必过原点\nD. 二次函数一定有两个不同的交点",  

"3. 关于一个数列,已知它是等差数列a₁, a₂, a₃,..., an,以下哪些选项正确?\nA. 公差d = a₂ - a₁\nB. an = a₁ + (n-1) × d\nC. 数列中每两个相邻项的差是相等的\nD. 如果公差d为0,该数列将退化为常数序列",  

"4. 关于代数式的运算,以下哪些是正确的?\nA. a² × a³ = a⁵\nB. a⁴ ÷ a² = a²\nC. (a + b)² = a² + b²\nD. (a - b)² = a² - 2ab + b²",  

"5. 关于复数集合C(复数的代数形式为a + bi, 其中a, b为实数,i² = -1),以下哪些是正确的?\nA. 一个实数是一种特殊的复数\nB. 舍去虚部后,所有复数都等于实数\nC. 虚数单位i的平方等于-1\nD. 复数加上其共轭复数一定是实数",  

"6. 如果集合A = {1, 2, 3},集合B = {3, 4, 5},以下哪些运算的结果是正确的?\nA. A ∪ B = {1, 2, 3, 4, 5}\nB. A ∩ B = {3}\nC. A - B = {1, 2}\nD. B - A = {4, 5}",  

"7. 设x满足不等式x² - 4x + 3 > 0,以下关于x的取值范围哪些是正确的?\nA. x < 1或x > 3\nB. x ∈ (1, 3)\nC. 不等式无解\nD. 解可以通过分解因式进一步求解",  

"8. 关于指数运算,下列哪些是正确的?\nA. a⁰ = 1 (a ≠ 0)\nB. aᵐ × aⁿ = aᵐ⁺ⁿ\nC. (aᵐ)ⁿ = aᵐⁿ\nD. a⁻ⁿ = 1/aⁿ,a ≠ 0",  

"9. 关于对数logₐb的性质 (a > 0, a ≠ 1, b > 0),以下是正确的选项?\nA. logₐ(ab) = logₐa + logₐb\nB. logₐ(b/a) = logₐb - logₐa\nC. logₐ(aⁿ) = n × logₐa\nD. logₐ1 = 0",  

"10. 关于矩阵,已知矩阵A为2×2矩阵,以下哪些是正确的?\nA. 矩阵A的行列式为其对角线元素的乘积减去非对角线元素的乘积\nB. 矩阵可以进行加减运算,但必须具备相同的行与列数\nC. 矩阵的乘法满足交换律\nD. 单位矩阵的对角线元素全为1,其余元素全为0"],  

"answers": [  
"1. 正确答案是A、B、D。解析:ax+b=0有解x=-b/a;若a≠0,解唯一;若b=0, x=0。",  

"2. 正确答案是A、B、C。解析:二次函数图像为抛物线,开口方向由a决定。c=0时y=ax²+bx过原点, 不一定有两个交点。",  

"3. 正确答案是A、B、C、D。解析:等差数列公差为每相邻项差,递推公式为an=a₁+(n-1)d,公差为0时为定值列。",  

"4. 正确答案是A、B、D。解析:幂运算遵循指数加减规则,乘法分配律适用于展开式。(a+b)²需展开遵守完全平方公式。",  

"5. 正确答案是A、C、D。解析:复数可表示实数为特殊形式,虚部舍去后无法得到复数,i²=-1,a+bi+conjugate(a+bi)等于2a。",  

"6. 正确答案是A、B、C、D。解析:集合并集为所有元素,交集两集合共同部分,A-B和B-A为差集定义。",  

"7. 正确答案是A、D。解析:分解x²-4x+3=0得(x-1)(x-3)>0, 依据符号法则得解x<1或x>3。",  

"8. 正确答案是A、B、C、D。解析:指数运算基础公式a⁰=1 (a≠0)。性质支持合并同指数幂与取倒数运算规则。",  

"9. 正确答案是A、B、C、D。解析:对数的性质遵循加法、减法、乘法规则,logₐ1总为0。",  

"10. 正确答案是A、B、D。解析:矩阵行列式按定义计算,加减需同维矩阵,但矩阵乘法不满足交换律。单位矩阵特性对角元素为1。"]}

示例3

{
  "paper_title": "Newton's Laws of Motion: Advanced Conceptual Quiz",
  "questions": [
    "1. Which of the following statements are consistent with Newton's first law of motion? \n  A. An object at rest will remain at rest unless acted upon by an unbalanced force. \n  B. Objects moving at constant velocity will not stop unless an external net force is applied. \n  C. A stationary object will start moving spontaneously without any force. \n  D. Balanced forces do not change the state of motion of an object.",
    "2. Which factors influence the force required to achieve a specific acceleration according to Newton's second law of motion? \n  A. Mass of the object. \n  B. Magnitude of the net force applied. \n  C. Gravitational constant (G). \n  D. Direction of force applied relative to the object's motion.",
    "3. A rocket launches upward with constant thrust. Which of the following forces are acting on the rocket during its ascent? \n  A. Gravitational force pulling it downwards. \n  B. Thrust exerted by the rocket engines counteracting gravity. \n  C. Balanced upward and downward forces causing no net acceleration. \n  D. Air resistance opposing the rocket's upward motion.",
    "4. According to Newton's third law, which of the following scenarios involve action-reaction force pairs? \n  A. A book resting on a table exerts a downward force on the table while the table exerts an equal upward force on the book. \n  B. A swimmer pushes water backward to move forward. \n  C. A car accelerating forward due to frictional force. \n  D. A bird flapping its wings to fly upward.",
    "5. In the context of Newton's second law, which of the following are correct representations of the equation F = ma? \n  A. Force is proportional to mass if acceleration is kept constant. \n  B. Acceleration is inversely proportional to force. \n  C. Increasing mass results in decreased acceleration under constant force. \n  D. Acceleration depends only on the direction of force applied.",
    "6. Which of the following demonstrate the significance of inertia as explained in Newton's first law? \n  A. A rolling ball continues to move unless friction slows it down. \n  B. A passenger leaning forward when a car suddenly stops. \n  C. An astronaut floating in space without experiencing a change in motion. \n  D. A stationary ball remaining at rest on a flat surface until kicked.",
    "7. In which of the following situations does Newton's third law fail to apply? \n  A. A magnet attracting a nearby paperclip. \n  B. A hammer striking a nail with an equal and opposite reaction. \n  C. A spacecraft moving in the vacuum of space by expelling gases. \n  D. Newton's third law always applies, regardless of the system under consideration.",
    "8. Identify the scenarios where net external force is zero, as per Newton's second law. \n  A. A car cruising at constant velocity on a straight road. \n  B. Two tug-of-war teams exerting equal forces on a rope in opposite directions. \n  C. A ball being kicked and accelerating across a field. \n  D. An object in free fall without air resistance."
  ],
  "answers": [
    "1. Correct: A, B, D. Explanation: Newton's first law (law of inertia) states that an object remains at rest or in motion unless acted upon by an unbalanced external force. C is inconsistent because it contradicts this principle.",
    "2. Correct: A, B. Explanation: According to Newton's second law (F = ma), the force required is directly proportional to both the object's mass and its acceleration. C and D are irrelevant factors to this equation.",
    "3. Correct: A, B, D. Explanation: The primary forces acting on the rocket include gravity, thrust, and air resistance. C is incorrect because the forces are unbalanced during the ascent.",
    "4. Correct: A, B, D. Explanation: Newton's third law states that for every action, there is an equal and opposite reaction. C involves friction, which does not qualify as an action-reaction pair here.",
    "5. Correct: A, C. Explanation: F = ma indicates force and mass are directly proportional at constant acceleration. B and D misrepresent the relationships described by this equation.",
    "6. Correct: A, B, C, D. Explanation: All options demonstrate Newton's first law's explanation of inertia, where objects resist changes to their current state of motion.",
    "7. Correct: D. Explanation: Newton's third law universally applies to all physical interactions, with no exceptions as per classical mechanics.",
    "8. Correct: A, B. Explanation: Zero net external force results in no acceleration, leading to constant velocity or stationary states (Newton's second law). C and D involve non-zero external forces, causing acceleration."
  ]
}

适用用户

中小学教师

通过输入知识点快速生成适合不同学生层次的试卷,用于课堂测验或期中期末考试。

培训机构讲师

根据课程模块需求,生成训练题目和试卷,优化授课计划,提高商业培训效率。

在线教育平台运营者

自动生成标准化试题和解析,用以丰富平台内容,并支持学生自测,提高学习体验。

大学导师与助教

高效生成符合教学计划的测验试卷,用于课堂练习及学术测试,节省教学管理时间。

个性化家教或家庭教育者

为需要提高特定知识点的学生生成定制化试题及答案解析,用以针对性教学。

解决的问题

通过将生成试卷这一耗时且繁琐的教学工作自动化,高效实现教学评估工具的创建,帮助教师和教育从业者快速生成符合课程需求的多选题试卷,从而提升备课效率和内容质量。

特征总结

快速生成专业试卷:只需输入知识点和要求,即可快速生成涵盖多选题、结构清晰的高质量试卷。
多语言支持教学:支持根据语言需求生成不同语言版本试卷,适应多语言教学场景。
多难度灵活设置:轻松调整试卷难度,满足基础到进阶的教学需求,实现分层教学。
答案解析一键生成:可自动为试卷中的每道试题生成解析,让学生更容易理解知识点。
个性化试卷定制:根据主题、题目数量和课程目标,自定义输出试卷,更贴近实际需求。
高效教学辅助:帮助教育工作者节省备课时间,将精力投入到更有价值的教学创新中。
提升内容质量:智能优化题目内容和选项,确保试题表述清晰、科学合理,避免歧义。
自动试卷排版:输出格式美观整齐,直接满足打印和分发的需求,无需手动调整。

如何使用购买的提示词模板

1. 直接在外部 Chat 应用中使用

将模板生成的提示词复制粘贴到您常用的 Chat 应用(如 ChatGPT、Claude 等),即可直接对话使用,无需额外开发。适合个人快速体验和轻量使用场景。

2. 发布为 API 接口调用

把提示词模板转化为 API,您的程序可任意修改模板参数,通过接口直接调用,轻松实现自动化与批量处理。适合开发者集成与业务系统嵌入。

3. 在 MCP Client 中配置使用

在 MCP client 中配置对应的 server 地址,让您的 AI 应用自动调用提示词模板。适合高级用户和团队协作,让提示词在不同 AI 工具间无缝衔接。

20 积分
平台提供免费试用机制,
确保效果符合预期,再付费购买!

您购买后可以获得什么

获得完整提示词模板
- 共 442 tokens
- 6 个可调节参数
{ 考察的知识点 } { 语言 } { 题目数量 } { 难度 } { 主题 } { 是否包含答案 }
自动加入"我的提示词库"
- 获得提示词优化器支持
- 版本化管理支持
获得社区共享的应用案例
限时免费

不要错过!

免费获取高级提示词-优惠即将到期

17
:
23
小时
:
59
分钟
:
59
摄影
免费 原价:20 限时
试用