質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
var items = form.getItems(FormApp.ItemType.LIST);
|
41
41
|
|
42
42
|
items.forEach(function(item){
|
43
|
-
// 質問項目が「
|
43
|
+
// 質問項目が「△△△」を含むものに対して、スプレッドシートの内容を反映する
|
44
44
|
if(item.getTitle().match(/△△△*$/)){
|
45
45
|
var listItemQuestion = item.asListItem();
|
46
46
|
var choices = [];
|