Class TextItem

文字項目

允許受訪者輸入單行文字的題目項目。您可以透過 Form 存取或建立項目。在測驗中使用時,這些項目會獲得評分。

// Open a form by ID and add a new text item.
const form = FormApp.openById('1234567890abcdefghijklmnopqrstuvwxyz');
const item = form.addTextItem();
item.setTitle('What is your name?');

方法

方法傳回類型簡短說明
clearValidation()TextItem移除此文字項目的所有資料驗證。
createResponse(response)ItemResponse為這個文字項目建立新的 ItemResponse
duplicate()TextItem建立此項目的副本,並附加至表單結尾。
getGeneralFeedback()QuizFeedback傳回回應者在回答可評分的題目時,系統向他們顯示的意見回饋。
getHelpText()String取得項目的說明文字 (有時稱為版面配置項目的說明文字,例如 ImageItemsPageBreakItemsSectionHeaderItems)。
getId()Integer取得項目的專屬 ID。
getIndex()Integer取得表單中所有項目中的項目索引。
getPoints()Integer傳回可評分的項目分數。
getTitle()String取得項目的標題 (在 SectionHeaderItem 的情況下,有時稱為標頭文字)。
getType()ItemType取得項目的類型,以 ItemType 表示。
isRequired()Boolean決定受訪者是否必須回答問題。
setGeneralFeedback(feedback)TextItem當作答者回覆沒有正確或錯誤答案的評分問題 (也就是需要手動評分的題目) 時,系統會顯示這項回饋。
setHelpText(text)TextItem設定項目的說明文字 (對於 ImageItemsPageBreakItemsSectionHeaderItems 等版面配置項目,有時稱為說明文字)。
setPoints(points)TextItem設定可評分的項目可獲得的分數。
setRequired(enabled)TextItem設定受訪者是否必須回答問題。
setTitle(title)TextItem設定項目的標題 (在 SectionHeaderItem 的情況下,有時稱為標頭文字)。
setValidation(validation)TextItem設定此文字項目的資料驗證。

內容詳盡的說明文件

clearValidation()

移除此文字項目的所有資料驗證。

回攻員

TextItem — 這個 TextItem,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

createResponse(response)

為這個文字項目建立新的 ItemResponse

參數

名稱類型說明
responseString項目提出的問題的答案

回攻員

ItemResponse:項目回應

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

duplicate()

建立此項目的副本,並附加至表單結尾。

回攻員

TextItem:這個 TextItem 的複本,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getGeneralFeedback()

傳回回應者在回答可評分的題目時,系統向他們顯示的意見回饋。

回攻員

QuizFeedback - 意見回饋 (如果有的話)。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getHelpText()

取得項目的說明文字 (有時稱為版面配置項目的說明文字,例如 ImageItemsPageBreakItemsSectionHeaderItems)。

回攻員

String:項目的說明文字或說明文字

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getId()

取得項目的專屬 ID。

回攻員

Integer:商品 ID

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getIndex()

取得表單中所有項目中的項目索引。

回攻員

Integer:項目索引

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getPoints()

傳回可評分的項目分數。

回攻員

Integer:問題的分數。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getTitle()

取得項目的標題 (在 SectionHeaderItem 的情況下,有時稱為標頭文字)。

回攻員

String:項目的標題或標頭文字

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

getType()

取得項目的類型,以 ItemType 表示。

回攻員

ItemType:項目類型

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

isRequired()

決定受訪者是否必須回答問題。

回攻員

Boolean:受訪者是否必須回答問題

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

setGeneralFeedback(feedback)

當作答者回覆沒有正確或錯誤答案的評分問題 (也就是需要手動評分的題目) 時,系統會顯示這項回饋。

參數

名稱類型說明
feedbackQuizFeedback新的意見回饋

回攻員

TextItem — 這個 TextItem,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

setHelpText(text)

設定項目的說明文字 (對於 ImageItemsPageBreakItemsSectionHeaderItems 等版面配置項目,有時稱為說明文字)。

參數

名稱類型說明
textString新的說明文字

回攻員

TextItem — 這個 TextItem,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

setPoints(points)

設定可評分的項目可獲得的分數。新項目的預設值為 0。

參數

名稱類型說明
pointsInteger問題項目的分數

回攻員

TextItem — 這個 TextItem,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

setRequired(enabled)

設定受訪者是否必須回答問題。

參數

名稱類型說明
enabledBoolean是否要求受訪者回答問題

回攻員

TextItem:目前的項目 (用於鏈結)

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

setTitle(title)

設定項目的標題 (在 SectionHeaderItem 的情況下,有時稱為標頭文字)。

參數

名稱類型說明
titleString新的標題或標頭文字

回攻員

TextItem — 這個 TextItem,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms

setValidation(validation)

設定此文字項目的資料驗證。傳入空值或未呼叫任何 require 函式的驗證,會移除先前的驗證。

參數

名稱類型說明
validationTextValidation要套用至此項目的 TextValidation。

回攻員

TextItem — 這個 TextItem,用於鏈結

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

  • https://www.googleapis.com/auth/forms.currentonly
  • https://www.googleapis.com/auth/forms