跳轉到

製作題庫檔-GIFT格式

簡介

  • 支援選擇題、是非題、簡答(填充題)、配合題、數字題及填空式的克漏字題型
  • 各種題型可以混雜在同一個文字檔中
  • 此格式可以支援線上說明、試題簡稱、回饋和選項加權百分比計分
  • 使用一般的純文字檔,利用Windows內建的記事本即可編輯

注意事項

  • 存檔時記得將編碼設為 UTF-8,才不會變成亂碼
  • 每個試題之間以空白行作為分隔
  • 每個試題中,不可包含空白行
  • 試題中如需有空白行,則可以使用 \n代替空白行
  • 如需要備註內容,可於該行前面加上 //
  • 若題目有包含 ~,=,#,{,},:這些特殊符號時,在該符號前方加入反斜線以便程式正確的識別這些符號而不做為特殊符號。

試題類型

* 是非題

格式:題幹{TRUE/True/true/T | FALSE/False/false/F}
Ex:

格蘭特是被葬在格蘭特的墳墓裡。{F}

太陽從東方升起。{T}

* 選擇題

  • 單選題格式: 題幹{~選項(誘答) =選項(正解)},誘答選項可以很多個。
    Ex:

    三角形內角和為?{~90度 =180度 ~30度 ~270度}
    

    若選項在題幹中,則會是單選填空題。
    Ex:

    太陽從{=東方 ~西方 ~南方 ~北方 }升起
    

    在畫面上會顯示成如下圖的樣子。

    畫面顯示

  • 複選題格式: 題幹{~%<配分比例>%選項(正解之一) ~選項(誘答)},選項可以很多個,但須注意正解的配分比例。
    Ex:

    某憲法學者分析我國目前憲政運作的缺失後,主張透過修憲,使中央政府體制更具有內閣制精神。
    下列哪些是該學者可能會提出的改革方案?
    {
        ~%30%總統發布所有命令皆須經行政院院長之副署
        ~%30%行政院院長必須由立法院多數陣營領袖擔任
        ~行政院移請立法院覆議的議決通過門檻提高
        ~立法院可對總統提出不信任投票以促其下台
        ~%40%立法委員可以同時兼任行政院各部會的首長
    }
    

    Attention

    • 這裡不需要在任何答案上使用等號(=),而且各答案配分比例的累加不可以超過 100%,否則 Moodle 將會回報錯誤訊息。
    • 要避免學生勾選全部答案就會自動拿到 100%的分數,最好對錯誤的選項設定負的配分比例,並且使全部累加起來成為 0%。

* 問答題

格式:<題目敘述>{=<正確答案>},正解可提供多個。
Ex:

台灣最高的山是哪一座山?{=玉山}

* 申論題

格式:<題目敘述>,後方可以不加{}
Ex:

你覺得取消多元入學這個政策好嗎?請說明你的看法。

* 填空(克漏字)題

此種題型在匯入時,需選擇填空(克漏字)題的選項才能成功匯入。以下為此格式範例:

  Street pigeons are a common sight in many European cities. In fact, a visit to a major European city just would not be the same {:MULTICHOICE:~as~for~though~%100%without} encountering them: bathing in fountains, perching on historic buildings, and flocking in public squares. In Barcelona, however, the birds are now threatening to {:MULTICHOICE:~set up~hang on~%100%take over~break down} the city's historic center, pooping on monuments, buildings, and even tourists.
  The city council originally proposed {:MULTICHOICE:~counting~%100%reducing~displaying~maintaining } the pigeon population by gathering the birds and shooting them. But that idea led to strong protests from numerous animal rights groups. After heated debates and discussions, the government was finally persuaded to consider another {:MULTICHOICE:~nearly~shortly~precisely~%100%similarly} effective method: giving the pigeons birth control.
In 2016, the city council decided to put its 85,000 pigeon population on a birth control pill to block the formation of eggs in birds. Starting from April 2017, the pills were placed in 40 bird feeders
{:MULTICHOICE:~installing~%100% installed~to install~having installed} throughout the city. It was predicted that there would be a decrease of 20 percent in the pigeon population in the first year and between 70 and 80 percent in four or five years.

其中{:MULTICHOICE:~as~for~though~%100%without}跟前面GIFT格式一樣,差別在於:MULTICHOICE::MULTICHOICE:表示那一格題型的顯示模式。