Twinkle HubTwinkle Hub

教甄試卷全文 + 題目答案

tw_get_teacher_recruit_paper

Examens · 9 outils🇹🇼 Taïwanlecture seule

關鍵字 / Keywords: 教甄試卷 完整 teacher recruit paper 縣市甄選 全文

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

參數: paper_id: 從 tw_search_teacher_recruit(_questions) hit 取得 (格式 tjse_{county}_{year}_{stage}_{subject}, e.g. "tjse_taipei_113_es_音樂") include_options: 是否回傳 A/B/C/D 選項 (預設 True)

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

說明:

  • 教甄試題依著作權法 §9-1-5 法定豁免, 試題本可 redistribute.
  • 部分縣市 / 年度答案非全公開, answer 欄會是 null.
  • 申論題 / 試教題不收 (命題人個別著作, §9-1-5 不涵蓋).

Paramètres

NomTypeDescription
paper_id *string
include_optionsboolean
Schéma JSON brut
{
  "properties": {
    "paper_id": {
      "title": "Paper Id",
      "type": "string"
    },
    "include_options": {
      "default": true,
      "title": "Include Options",
      "type": "boolean"
    }
  },
  "required": [
    "paper_id"
  ],
  "title": "tw_get_teacher_recruit_paperArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_get_teacher_recruit_paper({ paper_id: "…" })