Class GridItem

GridItem

以欄和列格線形式呈現的問題項目,可讓作答者選取答案 透過一系列圓形按鈕,每列一個選項。使用者可以透過以下項目存取或建立項目: Form

// Open a form by ID and add a new grid item.
var form = FormApp.openById('1234567890abcdefghijklmnopqrstuvwxyz');
var item = form.addGridItem();
item.setTitle('Rate your interests')
    .setRows(['Cars', 'Computers', 'Celebrities'])
    .setColumns(['Boring', 'So-so', 'Interesting']);

方法

方法傳回類型簡短說明
clearValidation()GridItem移除這個格線項目的任何資料驗證。
createResponse(responses)ItemResponse為這個格線項目建立新的 ItemResponse
duplicate()GridItem建立此項目的副本並附加到表單結尾。
getColumns()String[]取得格線中每個資料欄的值。
getHelpText()String取得項目的說明文字 (有時稱為 ImageItemsPageBreakItemsSectionHeaderItems 等版面配置項目的說明文字)。
getId()Integer取得項目的專屬 ID。
getIndex()Integer取得表單中所有項目的項目索引。
getRows()String[]取得格線中每列的值。
getTitle()String取得項目標題 (如果是 SectionHeaderItem,有時稱為標題文字)。
getType()ItemType取得項目的類型,以 ItemType 表示。
isRequired()Boolean決定作答者是否必須回答問題。
setColumns(columns)GridItem根據值陣列設定格線的資料欄。
setHelpText(text)GridItem設定項目的說明文字 (有時稱為 ImageItemsPageBreakItemsSectionHeaderItems 等版面配置項目的說明文字)。
setRequired(enabled)GridItem設定作答者是否必須回答問題。
setRows(rows)GridItem根據值的陣列設定格線的資料列。
setTitle(title)GridItem設定項目標題 (如果是 SectionHeaderItem,有時稱為標題文字)。
setValidation(validation)GridItem設定這個格線項目的資料驗證。

內容詳盡的說明文件

clearValidation()

移除這個格線項目的任何資料驗證。

回攻員

GridItem:這是用於鏈結的項目

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

createResponse(responses)

為這個格線項目建立新的 ItemResponseresponses 引數必須是 String[] 陣列,包含值與格狀空間中的列數數量。針對非必要的格線問題使用 null 元素,表示對該資料列沒有回應。擲回 例外。

參數

名稱類型說明
responsesString[]這個格線項目的有效答案陣列

回攻員

ItemResponse:項目回應

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

duplicate()

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

回攻員

GridItem:與這個 GridItem 的重複項目,用於鏈結

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

getColumns()

取得格線中每個資料欄的值。

回攻員

String[]:資料欄值陣列,作答者在瀏覽表單時會顯示為標籤

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

  • 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

getRows()

取得格線中每列的值。

回攻員

String[]:資料列值陣列,作答者在查看表單時會顯示為標籤

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

  • 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

setColumns(columns)

根據值陣列設定格線的資料欄。如果指定的 陣列空白。

參數

名稱類型說明
columnsString[]資料欄值陣列,作答者在瀏覽表單時會顯示為標籤

回攻員

GridItem:這是用於鏈結的項目

擲回

Error:如果指定陣列是 null 或空白

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

setHelpText(text)

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

參數

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

回攻員

GridItem:這個 GridItem,用於鏈結

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

setRequired(enabled)

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

參數

名稱類型說明
enabledBoolean以及作答者是否需要回答問題

回攻員

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

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

setRows(rows)

根據值的陣列設定格線的資料列。如果指定陣列,就會擲回例外狀況 沒有內容。

參數

名稱類型說明
rowsString[]資料列值陣列,作答者在瀏覽表單時會顯示為標籤

回攻員

GridItem:這是用於鏈結的項目

擲回

Error:如果指定陣列是 null 或空白

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

setTitle(title)

設定項目標題 (如果是 SectionHeaderItem,有時稱為標題文字)。

參數

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

回攻員

GridItem:這個 GridItem,用於鏈結

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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

setValidation(validation)

設定這個格線項目的資料驗證。傳入空值或無驗證 需要呼叫函式將移除任何先前的驗證。

參數

名稱類型說明
validationGridValidation要套用至這個項目的 GridValidation。

回攻員

GridItem:這個 GridItem,用於鏈結

授權

使用這個方法的指令碼需要下列一或多個範圍的授權:

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