---
format: examark-paper
version: 1
paper:
  title: Examark Markdown v1 完整范例
print:
  paper_main_title: 2026 学年综合测试
  show_student_info: true
  show_instructions: true
  show_exam_time: true
  exam_time: 2026-08-01 09:00
  show_exam_location: true
  exam_location: 第一考场
  show_exam_duration: true
  exam_duration: 90 分钟
  show_manual_grading_table: true
  show_page_numbers: true
  show_question_count: true
  show_total_score: true
  body_font_size_pt: 10.5
  instructions: |-
    请在指定位置填写个人信息。
    请按题号顺序作答并保持卷面整洁。
  student_no_config:
    prefix: S
    digit_count: 5
    digits: '0123456789'
  answer_sheet_config:
    enhanced_scanning: false
---

%% 此范例覆盖 v1 的全部题型。图片 asset 必须替换为当前考试的真实资源 ID。
@group
key: objective
title: 一、客观题
allowed_types: [single_choice, multiple_choice, true_false]
default_scores:
  single_choice: 4
  multiple_choice: 6
  true_false: 2

@instruction
key: objective_note
@content
请将正确答案填涂在答题卡上。
@endinstruction

@question
key: q_single
type: single_choice
score: 4
answer: [B]
@stem
计算 \(2+2\) 的结果是（ ）。
@endstem
@option A
3
@endoption
@option B
4
@endoption
@option C
5
@endoption
@explanation
直接计算可得 4。
@endexplanation
@endquestion

@question
key: q_multiple
type: multiple_choice
score: 6
answer: [A, C]
@stem
下列属于安全源码要求的是（ ）。
@endstem
@option A
使用稳定且唯一的 key
@endoption
@option B
插入外部图片 URL
@endoption
@option C
编译后核对实时预览
@endoption
@explanation
A、C 符合规范。
@endexplanation
@endquestion

@question
key: q_true_false
type: true_false
score: 2
answer: [T]
@stem
水在标准大气压下的沸点是 100 摄氏度。
@endstem
@option T
正确
@endoption
@option F
错误
@endoption
@explanation
该表述正确。
@endexplanation
@endquestion
@endgroup

@group
key: written
title: 二、填空与主观题
allowed_types: [fill_blank, subjective]
default_scores:
  fill_blank: 6
  subjective: 12

@instruction
key: written_note
@content
写出必要步骤，并保持单位完整。
{align=center}
@endinstruction

@question
key: q_blank
type: fill_blank
score: 6
blanks:
  - key: b1
    score: 3
    answers: [H2O, H₂O]
  - key: b2
    score: 3
    answers: [huà xué]
@stem
水的化学式是 {{blank:b1}}，“化学”的拼音是 {{blank:b2}}。
@endstem
@rubric
每空 3 分；第一空接受两种等价字符写法。
@endrubric
@explanation
拼音可由 {{pinyin "hua4 xue2"}} 生成。
@endexplanation
@endquestion

@question
key: q_subjective
type: subjective
score: 12
answer_style: lined
answer_lines: 6
@stem
说明实验装置的作用，并写出关键步骤。

{{image asset="asset_example_replace_me" width=80 x=0 y=0 border=true caption="实验装置"}}
@endstem
@rubric
装置作用 4 分，实验步骤 6 分，表达与单位 2 分。
@endrubric
@explanation
按步骤分点给分。
@endexplanation
@endquestion
@endgroup

@group
key: composition
title: 三、作文
allowed_types: [composition]
default_scores:
  composition: 60

@question
key: q_composition
type: composition
score: 60
composition_rows: 24
@stem
以“标准让协作更清晰”为题，完成一篇文章。

要求：观点明确，结构完整，不少于 600 字。
@endstem
@rubric
内容 30 分，结构 15 分，语言 15 分。
@endrubric
@explanation
本题按作文评分标准分档评分。
@endexplanation
@endquestion
@endgroup
