Twinkle HubTwinkle Hub

教檢試卷全文 + 題目答案

tw_get_teacher_exam_paper

試験 · 9 件🇹🇼 台湾読み取り専用

關鍵字 / Keywords: 教檢試卷 教資考全文 teacher exam paper full 師培 幼兒園

取得單一教檢試卷的全部選擇題 + 標準答案.

參數: paper_id: 從 tw_search_teacher_exam(_questions) hit 取得 (格式 tqa_{year}_{exid}_{subject_canon}, e.g. "tqa_115_10_國語文能力測驗") include_options: 是否回傳 A/B/C/D 選項 (預設 True)

回傳 schema: {paper_id, exam_year (民國), exam_year_西元, exam_name, exid, category, subject_name, question_type, question_count, has_answers, question_pdf_url, answer_pdf_url, questions: [{no, stem, options: {A,B,C,D}?, answer?}, ...]}

說明:

  • 教檢 PDF 含官方浮水印, 引用 / re-distribute 時須保留 (§9-1-5 法定豁免).
  • 部分早期年度 (民國 094-097) 申論題答案 sometimes 不公開, answer 欄會 是 null. 選擇題答案則官方一律公布。

パラメータ

名前説明
paper_id *string
include_optionsboolean
生の JSON schema
{
  "properties": {
    "paper_id": {
      "title": "Paper Id",
      "type": "string"
    },
    "include_options": {
      "default": true,
      "title": "Include Options",
      "type": "boolean"
    }
  },
  "required": [
    "paper_id"
  ],
  "title": "tw_get_teacher_exam_paperArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_get_teacher_exam_paper({ paper_id: "…" })