ऐसा फ़ॉर्म जिसमें सभी प्रॉपर्टी और आइटम शामिल होते हैं. प्रॉपर्टी में टाइटल, सेटिंग, और जवाबों को सेव करने की जगह की जानकारी शामिल होती है. आइटम में, चेकबॉक्स या रेडियो आइटम जैसे सवाल वाले आइटम शामिल होते हैं. वहीं, लेआउट आइटम में पेज ब्रेक जैसी चीज़ें शामिल होती हैं. Form
से फ़ॉर्म ऐक्सेस किए जा सकते हैं या बनाए जा सकते हैं.
// Open a form by ID and create a new spreadsheet. const form = FormApp.openById('1234567890abcdefghijklmnopqrstuvwxyz'); const ss = SpreadsheetApp.create('Spreadsheet Name'); // Update form properties via chaining. form.setTitle('Form Name') .setDescription('Description of form') .setConfirmationMessage('Thanks for responding!') .setAllowResponseEdits(true) .setAcceptingResponses(false); // Update the form's response destination. form.setDestination(FormApp.DestinationType.SPREADSHEET, ss.getId());
तरीके
तरीका | रिटर्न टाइप | संक्षिप्त विवरण |
---|---|---|
add | Checkbox | कॉलम और पंक्तियों के ग्रिड के तौर पर दिखाया जाने वाला नया सवाल आइटम जोड़ता है. इससे, जवाब देने वाले व्यक्ति को हर पंक्ति में चेकबॉक्स के क्रम से कई विकल्प चुनने की सुविधा मिलती है. |
add | Checkbox | एक नया सवाल जोड़ता है. इससे जवाब देने वाले व्यक्ति को एक या उससे ज़्यादा चेकबॉक्स चुनने की सुविधा मिलती है. साथ ही, जवाब देने के लिए "अन्य" फ़ील्ड भी उपलब्ध होता है. हालांकि, जवाब देने के लिए इस फ़ील्ड का इस्तेमाल करना ज़रूरी नहीं है. |
add | Date | एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति तारीख बता सके. |
add | Date | एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति तारीख और समय बता सके. |
add | Duration | एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति समय की जानकारी दे सके. |
add | Form | इस निर्देश से, दिए गए उपयोगकर्ता को Form के लिए, संपादकों की सूची में जोड़ दिया जाता है. |
add | Form | इस निर्देश से, दिए गए उपयोगकर्ता को Form के लिए, संपादकों की सूची में जोड़ दिया जाता है. |
add | Form | Form के लिए, संपादकों की सूची में उपयोगकर्ताओं के दिए गए कलेक्शन को जोड़ता है. |
add | Grid | कॉलम और पंक्तियों के ग्रिड के तौर पर दिखाया जाने वाला नया सवाल जोड़ता है. इससे, जवाब देने वाले व्यक्ति को रेडियो बटन के क्रम से हर पंक्ति में एक विकल्प चुनने की सुविधा मिलती है. |
add | Image | इमेज दिखाने वाला नया लेआउट आइटम जोड़ता है. |
add | List | एक नया सवाल जोड़ता है, जिससे जवाब देने वाले व्यक्ति को ड्रॉपडाउन सूची से एक विकल्प चुनने की सुविधा मिलती है. |
add | Multiple | एक नया सवाल जोड़ता है. इससे जवाब देने वाले व्यक्ति को रेडियो बटन की सूची से कोई विकल्प चुनने की सुविधा मिलती है. इसके अलावा, वह "अन्य" फ़ील्ड का विकल्प भी चुन सकता है. |
add | Page | एक नया लेआउट आइटम जोड़ता है, जो किसी पेज की शुरुआत को मार्क करता है. |
add | Paragraph | एक नया सवाल जोड़ता है, जिससे जवाब देने वाले व्यक्ति को टेक्स्ट का एक ब्लॉक डालने की सुविधा मिलती है. |
add | Rating | एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति रेटिंग दे सके. |
add | Scale | एक नया सवाल जोड़ता है. इससे जवाब देने वाले व्यक्ति को, रेडियो बटन के नंबर वाले क्रम से एक विकल्प चुनने की सुविधा मिलती है. |
add | Section | एक नया लेआउट आइटम जोड़ता है, जो किसी सेक्शन की शुरुआत को विज़ुअल तौर पर दिखाता है. |
add | Text | एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति एक लाइन का टेक्स्ट डाल सके. |
add | Time | एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति दिन का समय बता सके. |
add | Video | वीडियो दिखाने वाला नया लेआउट आइटम जोड़ता है. |
can | Boolean | इससे यह तय होता है कि फ़ॉर्म में, जवाब सबमिट करने के बाद उसमें बदलाव करने के लिए लिंक दिखेगा या नहीं. |
collects | Boolean | इससे यह तय होता है कि फ़ॉर्म में जवाब देने वालों के ईमेल पते इकट्ठा किए जाते हैं या नहीं. |
create | Form | फ़ॉर्म में नया जवाब जोड़ता है. |
delete | Form | फ़ॉर्म के जवाबों के स्टोर से, सबमिट किए गए सभी जवाब मिटा देता है. |
delete | void | फ़ॉर्म में मौजूद सभी आइटम में से किसी इंडेक्स पर मौजूद आइटम को मिटाता है. |
delete | void | दिए गए आइटम को मिटाता है. |
delete | Form | फ़ॉर्म के जवाबों के स्टोर से एक जवाब मिटाता है. |
get | String | फ़ॉर्म की पुष्टि करने वाला मैसेज पाता है. |
get | String | यह फ़ंक्शन, कस्टम मैसेज दिखाता है. यह मैसेज तब दिखता है, जब फ़ॉर्म में जवाब स्वीकार नहीं किए जा रहे हों. अगर कोई कस्टम मैसेज सेट नहीं किया गया है, तो यह खाली स्ट्रिंग दिखाता है. |
get | String | फ़ॉर्म की जानकारी दिखाता है. |
get | String | फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का आईडी पाता है. |
get | Destination | फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का टाइप दिखाता है. |
get | String | वह यूआरएल दिखाता है जिसका इस्तेमाल, फ़ॉर्म के बदलाव मोड को ऐक्सेस करने के लिए किया जा सकता है. |
get | User[] | इस Form के लिए, एडिटर की सूची दिखाता है. |
get | String | फ़ॉर्म का आईडी पाता है. |
get | Item | दिए गए आईडी वाला आइटम पाता है. |
get | Item[] | फ़ॉर्म में मौजूद सभी आइटम का कलेक्शन दिखाता है. |
get | Item[] | यह किसी दिए गए टाइप के सभी आइटम का ऐरे दिखाता है. |
get | String | वह यूआरएल पाता है जिसका इस्तेमाल फ़ॉर्म का जवाब देने के लिए किया जा सकता है. |
get | Form | रिस्पॉन्स आईडी के आधार पर, फ़ॉर्म का एक रिस्पॉन्स मिलता है. |
get | Form | फ़ॉर्म के सभी जवाबों का कलेक्शन मिलता है. |
get | Form | किसी तारीख और समय के बाद, फ़ॉर्म के सभी जवाबों का कलेक्शन दिखाता है. |
get | Boolean | इससे यह तय होता है कि फ़ॉर्म के हर पेज पर सवालों का क्रम रैंडम है या नहीं. |
get | String | वह यूआरएल पाता है जिसका इस्तेमाल, फ़ॉर्म के जवाबों की खास जानकारी देखने के लिए किया जा सकता है. |
get | String | फ़ॉर्म का टाइटल दिखाता है. |
has | Boolean | यह तय करता है कि फ़ॉर्म में हर व्यक्ति सिर्फ़ एक जवाब दे सकता है या नहीं. |
has | Boolean | इससे यह तय होता है कि फ़ॉर्म में प्रोग्रेस बार दिखेगा या नहीं. |
has | Boolean | इससे यह तय होता है कि फ़ॉर्म भरने के बाद, जवाब देने वाले व्यक्ति को एक और जवाब सबमिट करने के लिए लिंक दिखेगा या नहीं. |
is | Boolean | यह तय करता है कि फ़ॉर्म पर फ़िलहाल जवाब स्वीकार किए जा रहे हैं या नहीं. |
is | Boolean | इससे यह तय होता है कि जवाब देने वाला व्यक्ति फ़ॉर्म भरने के बाद, जवाबों की खास जानकारी देखने के लिए लिंक देख पाएगा या नहीं. |
is | Boolean | यह तय करता है कि फ़ॉर्म क्विज़ है या नहीं. |
move | Item | फ़ॉर्म में मौजूद सभी आइटम में से किसी आइटम को दिए गए इंडेक्स से किसी दूसरे इंडेक्स पर ले जाता है. |
move | Item | फ़ॉर्म में मौजूद सभी आइटम में से किसी आइटम को दिए गए इंडेक्स पर ले जाता है. |
remove | Form | फ़ॉर्म को उसके मौजूदा रिस्पॉन्स डेस्टिनेशन से अनलिंक करता है. |
remove | Form | Form के एडिटर की सूची से, दिए गए उपयोगकर्ता को हटाता है. |
remove | Form | Form के एडिटर की सूची से, दिए गए उपयोगकर्ता को हटाता है. |
set | Form | यह सेट करता है कि फ़ॉर्म पर फ़िलहाल जवाब स्वीकार किए जा रहे हैं या नहीं. |
set | Form | इससे यह तय होता है कि फ़ॉर्म में, जवाब सबमिट करने के बाद उसमें बदलाव करने के लिए लिंक दिखेगा या नहीं. |
set | Form | इससे यह तय होता है कि फ़ॉर्म में जवाब देने वालों के ईमेल पते इकट्ठा किए जाएंगे या नहीं. |
set | Form | फ़ॉर्म के लिए पुष्टि करने वाला मैसेज सेट करता है. |
set | Form | अगर फ़ॉर्म पर जवाब स्वीकार नहीं किए जा रहे हैं, तो यह मैसेज दिखाने के लिए सेट किया जाता है. |
set | Form | फ़ॉर्म का ब्यौरा सेट करता है. |
set | Form | वह डेस्टिनेशन सेट करता है जहां फ़ॉर्म के जवाब सेव किए जाते हैं. |
set | Form | यह सेट करता है कि फ़ॉर्म क्विज़ है या नहीं. |
set | Form | इससे यह सेट होता है कि फ़ॉर्म में हर व्यक्ति सिर्फ़ एक जवाब दे सकता है या नहीं. |
set | Form | इससे यह सेट होता है कि फ़ॉर्म में प्रोग्रेस बार है या नहीं. |
set | Form | इससे यह तय होता है कि जवाब देने वाला व्यक्ति फ़ॉर्म सबमिट करने के बाद, जवाबों की खास जानकारी देखने के लिए लिंक देख पाएगा या नहीं. |
set | Form | इससे यह तय होता है कि जवाब देने वाला व्यक्ति फ़ॉर्म भरने के बाद, एक और जवाब सबमिट करने के लिए लिंक देख पाएगा या नहीं. |
set | Form | इससे यह तय होता है कि फ़ॉर्म के हर पेज पर सवालों का क्रम रैंडम होगा या नहीं. |
set | Form | फ़ॉर्म का टाइटल सेट करता है. |
shorten | String | किसी फ़ॉर्म के लंबे यूआरएल को छोटे यूआरएल में बदलता है. |
submit | Form | दिए गए FormResponses के लिए ग्रेड सबमिट करता है. |
ज़्यादा जानकारी वाला दस्तावेज़
add Checkbox Grid Item()
कॉलम और पंक्तियों के ग्रिड के तौर पर दिखाया जाने वाला नया सवाल आइटम जोड़ता है. इससे, जवाब देने वाले व्यक्ति को हर पंक्ति में चेकबॉक्स के क्रम से कई विकल्प चुनने की सुविधा मिलती है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a checkbox grid item. const item = form.addCheckboxGridItem(); item.setTitle('Where did you celebrate New Year\'s?'); // Sets the grid's rows and columns. item.setRows(['New York', 'San Francisco', 'London']).setColumns([ '2014', '2015', '2016', '2017' ]);
वापसी का टिकट
Checkbox
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Checkbox Item()
एक नया सवाल जोड़ता है. इससे जवाब देने वाले व्यक्ति को एक या उससे ज़्यादा चेकबॉक्स चुनने की सुविधा मिलती है. साथ ही, जवाब देने के लिए "अन्य" फ़ील्ड भी उपलब्ध होता है. हालांकि, जवाब देने के लिए इस फ़ील्ड का इस्तेमाल करना ज़रूरी नहीं है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a checkbox item. const item = form.addCheckboxItem(); // Sets the title of the checkbox item to 'Do you prefer cats or dogs?' item.setTitle('Do you prefer cats or dogs?'); // Sets the choices. item.setChoiceValues(['Cats', 'Dogs']);
वापसी का टिकट
Checkbox
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Date Item()
एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति तारीख बता सके.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a date item. const item = form.addDateItem(); // Sets the title to 'When were you born?' item.setTitle('When were you born?'); // Sets the description for the date item. item.setHelpText('Some helper text.');
वापसी का टिकट
Date
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Date Time Item()
एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति तारीख और समय बता सके.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a question with date and time inputs. const item = form.addDateTimeItem(); // Sets the title to 'When were you born?' item.setTitle('When were you born?'); // Sets the question as required. item.setRequired(true);
वापसी का टिकट
Date
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Duration Item()
एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति समय की जानकारी दे सके.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a question with a duration input. const item = form.addDurationItem(); // Sets the title to 'How long can you hold your breath?' item.setTitle('How long can you hold your breath?'); // Sets the question as required. item.setRequired(true);
वापसी का टिकट
Duration
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Editor(emailAddress)
इस निर्देश से, दिए गए उपयोगकर्ता को Form
के लिए, संपादकों की सूची में जोड़ दिया जाता है. अगर उपयोगकर्ता पहले से ही दर्शकों की सूची में शामिल था, तो इस तरीके से उपयोगकर्ता को दर्शकों की सूची से हटा दिया जाता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
email | String | जो उपयोगकर्ता जोड़ना है उसका ईमेल पता. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Editor(user)
इस निर्देश से, दिए गए उपयोगकर्ता को Form
के लिए, संपादकों की सूची में जोड़ दिया जाता है. अगर उपयोगकर्ता पहले से ही दर्शकों की सूची में शामिल था, तो इस तरीके से उपयोगकर्ता को दर्शकों की सूची से हटा दिया जाता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
user | User | जोड़े जाने वाले उपयोगकर्ता की जानकारी. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Editors(emailAddresses)
Form
के लिए, संपादकों की सूची में उपयोगकर्ताओं के दिए गए कलेक्शन को जोड़ता है. अगर कोई उपयोगकर्ता पहले से ही दर्शकों की सूची में शामिल था, तो यह तरीका उसे दर्शकों की सूची से हटा देता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
email | String[] | जोड़े जाने वाले उपयोगकर्ताओं के ईमेल पतों का कलेक्शन. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Grid Item()
कॉलम और पंक्तियों के ग्रिड के तौर पर दिखाया जाने वाला नया सवाल जोड़ता है. इससे, जवाब देने वाले व्यक्ति को रेडियो बटन के क्रम से हर पंक्ति में एक विकल्प चुनने की सुविधा मिलती है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a multiple choice grid. const item = form.addGridItem(); // Sets the title to 'Rate your interests.' item.setTitle('Rate your interests'); // Sets the grid's rows and columns. item.setRows(['Cars', 'Computers', 'Celebrities']).setColumns([ 'Boring', 'So-so', 'Interesting' ]);
वापसी का टिकट
Grid
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Image Item()
इमेज दिखाने वाला नया लेआउट आइटम जोड़ता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds an image item. const item = form.addImageItem(); // Gets the Google icon to use as the image. const img = UrlFetchApp.fetch( 'https://fonts.gstatic.com/s/i/productlogos/googleg/v6/web-24dp/logo_googleg_color_1x_web_24dp.png', ); // Sets the image, title, and description for the item. item.setTitle('Google icon').setHelpText('Google icon').setImage(img);
वापसी का टिकट
Image
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add List Item()
एक नया सवाल जोड़ता है, जिससे जवाब देने वाले व्यक्ति को ड्रॉपडाउन सूची से एक विकल्प चुनने की सुविधा मिलती है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a dropdown list to the form. const item = form.addListItem(); // Sets the title to 'Do you prefer cats or dogs?' item.setTitle('Do you prefer cats or dogs?'); // Sets the description to 'This is description text...' item.setHelpText('This is description text...'); // Creates and adds choices to the dropdown list. item.setChoices([item.createChoice('dog'), item.createChoice('cat')]);
वापसी का टिकट
List
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Multiple Choice Item()
एक नया सवाल जोड़ता है. इससे जवाब देने वाले व्यक्ति को रेडियो बटन की सूची से कोई विकल्प चुनने की सुविधा मिलती है. इसके अलावा, वह "अन्य" फ़ील्ड का विकल्प भी चुन सकता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a multiple choice item to the form. const item = form.addMultipleChoiceItem(); // Sets the title. item.setTitle('What is your favorite ice cream flavor?'); // Creates some choice items. const vanilla = item.createChoice('vanilla'); const chocolate = item.createChoice('chocolate'); const strawberry = item.createChoice('strawberry'); // Sets the choices. item.setChoices([vanilla, chocolate, strawberry]);
वापसी का टिकट
Multiple
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Page Break Item()
एक नया लेआउट आइटम जोड़ता है, जो किसी पेज की शुरुआत को मार्क करता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds page break items to create a second and third page for the form. const pageTwo = form.addPageBreakItem(); const pageThree = form.addPageBreakItem(); // Sets the titles for the pages. pageTwo.setTitle('Page two'); pageThree.setTitle('Page three'); // Upon completion of the first page, sets the form to navigate to the third // page. pageTwo.setGoToPage(pageThree); // Upon completion of the second page, sets the form to navigate back to the // first page. pageThree.setGoToPage(FormApp.PageNavigationType.RESTART);
वापसी का टिकट
Page
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Paragraph Text Item()
एक नया सवाल जोड़ता है, जिससे जवाब देने वाले व्यक्ति को टेक्स्ट का एक ब्लॉक डालने की सुविधा मिलती है.
// Opens the form by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds the paragraph text item. const item = form.addParagraphTextItem(); // Sets the title to 'What is your address?' item.setTitle('What is your address?');
वापसी का टिकट
Paragraph
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Rating Item()
एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति रेटिंग दे सके.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds the rating item. const item = form.addRatingItem();
वापसी का टिकट
Rating
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Scale Item()
एक नया सवाल जोड़ता है. इससे जवाब देने वाले व्यक्ति को, रेडियो बटन के नंबर वाले क्रम से एक विकल्प चुनने की सुविधा मिलती है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds the scale item. const item = form.addScaleItem(); // Sets the title of the scale item to 'Choose a number.' item.setTitle('Choose a number'); // Sets the scale to 1-5. item.setBounds(1, 5); // Sets the label for the lower and upper bounds. item.setLabels('Lowest', 'Highest');
वापसी का टिकट
Scale
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Section Header Item()
एक नया लेआउट आइटम जोड़ता है, जो किसी सेक्शन की शुरुआत को विज़ुअल तौर पर दिखाता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds the section heading item. const item = form.addSectionHeaderItem(); // Sets the title to 'Title of new section.' item.setTitle('Title of new section'); // Sets the description. item.setHelpText('Description of new section');
वापसी का टिकट
Section
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Text Item()
एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति एक लाइन का टेक्स्ट डाल सके.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a single-line text item. const item = form.addTextItem(); // Sets the title to 'What is your name?' item.setTitle('What is your name?');
वापसी का टिकट
Text
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Time Item()
एक नया सवाल जोड़ता है, ताकि जवाब देने वाला व्यक्ति दिन का समय बता सके.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a question with a time input. const item = form.addTimeItem(); // Sets the title to 'What time do you usually wake up in the morning?' item.setTitle('What time do you usually wake up in the morning?');
वापसी का टिकट
Time
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
add Video Item()
वीडियो दिखाने वाला नया लेआउट आइटम जोड़ता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Adds a video item. const item = form.addVideoItem(); // Sets the title, description, and video. item.setTitle('YouTube video') .setHelpText('Send content automatically via Google Sheets and Apps Script') .setVideoUrl('https://youtu.be/xxgQr-jSu9o'); // Sets the alignment to the center. item.setAlignment(FormApp.Alignment.CENTER);
वापसी का टिकट
Video
— नया आइटम.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
can Edit Response()
इससे यह तय होता है कि फ़ॉर्म में, जवाब सबमिट करने के बाद उसमें बदलाव करने के लिए लिंक दिखेगा या नहीं.
इस सेटिंग के बावजूद, Form
तरीके से स्क्रिप्ट के लेखक को, फ़ॉर्म में बदलाव करने का ऐक्सेस मिलता है. इससे वह ऐसा यूआरएल जनरेट कर सकता है जिसका इस्तेमाल जवाब में बदलाव करने के लिए किया जा सकता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Checks if the form displays a link to edit a response after submitting it. // The default is false. To let people edit their responses, use // form.setAllowResponseEdits(true). const edit = form.canEditResponse(); // If the form doesn't let people edit responses, logs false to the console. console.log(edit);
वापसी का टिकट
Boolean
— अगर फ़ॉर्म में "अपने जवाब में बदलाव करें" लिंक दिखता है, तो true
. अगर यह लिंक नहीं दिखता है, तो false
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
collects Email()
इससे यह तय होता है कि फ़ॉर्म में जवाब देने वालों के ईमेल पते इकट्ठा किए जाते हैं या नहीं.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to not collect respondents' email addresses. form.setCollectEmail(false); // Checks whether the form collects respondents' email addresses and logs it to // the console. const bool = form.collectsEmail(); console.log(bool);
वापसी का टिकट
Boolean
— अगर फ़ॉर्म में ईमेल पते इकट्ठा किए जाते हैं, तो true
; अगर नहीं किए जाते, तो false
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
create Response()
फ़ॉर्म में नया जवाब जोड़ता है. किसी सवाल के आइटम का जवाब देने के लिए, उस आइटम से Item
बनाएं. इसके बाद, Form
को कॉल करके, उसे इस फ़ॉर्म के रिस्पॉन्स से अटैच करें. इकट्ठा किए गए जवाब को सेव करने के लिए, Form
को कॉल करें.
वापसी का टिकट
Form
— फ़ॉर्म का नया जवाब.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
delete All Responses()
फ़ॉर्म के जवाबों के स्टोर से, सबमिट किए गए सभी जवाब मिटा देता है. इस तरीके से, जवाबों के बाहरी डेस्टिनेशन (जैसे, स्प्रेडशीट) में सेव की गई कॉपी नहीं मिटतीं. हालांकि, फ़ॉर्म की खास जानकारी वाला व्यू मिट जाता है.
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
delete Item(index)
फ़ॉर्म में मौजूद सभी आइटम में से किसी इंडेक्स पर मौजूद आइटम को मिटाता है. अगर दिए गए इंडेक्स में कोई आइटम मौजूद नहीं है, तो स्क्रिप्टिंग एक्ससेप्शन दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets all the items from the form. const items = form.getItems(); // Finds the index of a paragraph text item and deletes it by the item's index. const index = items.findIndex( (item) => item.getType() === FormApp.ItemType.PARAGRAPH_TEXT, ); if (index !== -1) { form.deleteItem(index); }
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
index | Integer | फ़ॉर्म में मौजूद सभी आइटम में से आइटम का इंडेक्स. |
थ्रो
Error
— अगर दिए गए इंडेक्स में कोई आइटम मौजूद नहीं है
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
delete Item(item)
दिए गए आइटम को मिटाता है. अगर आइटम पहले ही मिटा दिया गया है, तो स्क्रिप्टिंग अपवाद दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets all of the items from the form. const items = form.getItems(); // Finds a paragraph text item and deletes it. const item = items.find( (item) => item.getType() === FormApp.ItemType.PARAGRAPH_TEXT, ); if (item) { form.deleteItem(item); }
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
item | Item | वह आइटम जिसे मिटाना है. |
थ्रो
Error
— अगर आइटम फ़ॉर्म में मौजूद नहीं है
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
delete Response(responseId)
फ़ॉर्म के जवाबों के स्टोर से एक जवाब मिटाता है. इस तरीके से, जवाबों के डेस्टिनेशन (जैसे, स्प्रेडशीट) में सेव किए गए जवाबों की कॉपी नहीं मिटतीं. हालांकि, फ़ॉर्म के खास जानकारी वाले व्यू से जवाब हट जाता है. रिस्पॉन्स आईडी को Form
की मदद से वापस पाया जा सकता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
response | String | फ़ॉर्म में दिए गए उस जवाब का आईडी जिसे मिटाना है. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Confirmation Message()
फ़ॉर्म की पुष्टि करने वाला मैसेज पाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the confirmation message to display after someone submits the form. form.setConfirmationMessage('You successfully submitted the form.'); // Gets the confirmation message and logs it to the console. const message = form.getConfirmationMessage(); console.log(message);
वापसी का टिकट
String
— फ़ॉर्म के लिए पुष्टि करने वाला मैसेज.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Custom Closed Form Message()
यह फ़ंक्शन, कस्टम मैसेज दिखाता है. यह मैसेज तब दिखता है, जब फ़ॉर्म में जवाब स्वीकार नहीं किए जा रहे हों. अगर कोई कस्टम मैसेज सेट नहीं किया गया है, तो यह खाली स्ट्रिंग दिखाता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets a custom closed form message to display to the user when the form // no longer accepts responses. form.setCustomClosedFormMessage('The form is no longer accepting responses.'); // Gets the custom message set for the form and logs it to the console. const message = form.getCustomClosedFormMessage(); console.log(message);
वापसी का टिकट
String
— अगर फ़ॉर्म में जवाब स्वीकार नहीं किए जा रहे हैं, तो दिखाने के लिए कस्टम मैसेज या कोई कस्टम मैसेज सेट न होने पर खाली स्ट्रिंग.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Description()
फ़ॉर्म की जानकारी दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form description. form.setDescription('This is the form description.'); // Gets the form description and logs it to the console. const description = form.getDescription(); console.log(description);
वापसी का टिकट
String
— फ़ॉर्म का ब्यौरा.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Destination Id()
फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का आईडी पाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Creates a spreadsheet to use as the response destination. const ss = SpreadsheetApp.create('Test_Spreadsheet'); // Updates the form's response destination. form.setDestination(FormApp.DestinationType.SPREADSHEET, ss.getId()); // Gets the ID of the form's response destination and logs it to the console. const destinationId = form.getDestinationId(); console.log(destinationId);
वापसी का टिकट
String
— फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का आईडी.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Destination Type()
फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का टाइप दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc1234556/edit', ); // Gets the type of the form's response destination and logs it to the console. const destinationType = form.getDestinationType().name(); console.log(destinationType);
वापसी का टिकट
Destination
— फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का टाइप.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Edit Url()
वह यूआरएल दिखाता है जिसका इस्तेमाल, फ़ॉर्म के बदलाव मोड को ऐक्सेस करने के लिए किया जा सकता है.
// Opens the form by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the URL that accesses the form's edit mode and logs it to the console. const url = form.getEditUrl(); console.log(url);
वापसी का टिकट
String
— फ़ॉर्म में बदलाव करने के लिए यूआरएल.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Editors()
इस Form
के लिए, एडिटर की सूची दिखाता है.
वापसी का टिकट
User[]
— बदलाव करने की अनुमति वाले उपयोगकर्ताओं का कलेक्शन.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Id()
फ़ॉर्म का आईडी पाता है.
// Opens the form by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the ID of the form and logs it to the console. const id = form.getId(); console.log(id);
वापसी का टिकट
String
— फ़ॉर्म का आईडी.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Item By Id(id)
दिए गए आईडी वाला आइटम पाता है. अगर आईडी, फ़ॉर्म में मौजूद किसी आइटम से मेल नहीं खाता है, तो null
दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the ID of the first item on the form. const itemId = form.getItems()[0].getId(); // Gets the item from the ID. const item = form.getItemById(itemId); // Gets the name of the item type and logs it to the console. const type = item.getType().name(); console.log(type);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
id | Integer | आइटम का आईडी. |
वापसी का टिकट
Item
— दिए गए आईडी वाला आइटम या अगर आइटम फ़ॉर्म में मौजूद नहीं है, तो null
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Items()
फ़ॉर्म में मौजूद सभी आइटम का कलेक्शन दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the list of items in the form. const items = form.getItems(); // Gets the type for each item and logs them to the console. const types = items.map((item) => item.getType().name()); console.log(types);
वापसी का टिकट
Item[]
— फ़ॉर्म में मौजूद सभी आइटम का कलेक्शन.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Items(itemType)
यह किसी दिए गए टाइप के सभी आइटम का ऐरे दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets a list of all checkbox items on the form. const items = form.getItems(FormApp.ItemType.CHECKBOX); // Gets the title of each checkbox item and logs them to the console. const checkboxItemsTitle = items.map( (item) => item.asCheckboxItem().getTitle(), ); console.log(checkboxItemsTitle);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
item | Item | वापस लाने के लिए आइटम का टाइप. |
वापसी का टिकट
Item[]
— उस टाइप के सभी आइटम का कलेक्शन.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Published Url()
वह यूआरएल पाता है जिसका इस्तेमाल फ़ॉर्म का जवाब देने के लिए किया जा सकता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the URL to respond to the form and logs it to the console. const url = form.getPublishedUrl(); console.log(url);
वापसी का टिकट
String
— फ़ॉर्म का जवाब देने के लिए यूआरएल.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Response(responseId)
रिस्पॉन्स आईडी के आधार पर, फ़ॉर्म का एक रिस्पॉन्स मिलता है. रिस्पॉन्स आईडी, Form
से वापस पाए जा सकते हैं.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
response | String | फ़ॉर्म के जवाब का आईडी. |
वापसी का टिकट
Form
— फ़ॉर्म का जवाब.
थ्रो
Error
— अगर जवाब मौजूद नहीं है
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Responses()
फ़ॉर्म के सभी जवाबों का कलेक्शन मिलता है.
वापसी का टिकट
Form
— फ़ॉर्म के सभी जवाबों का कलेक्शन.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Responses(timestamp)
किसी तारीख और समय के बाद, फ़ॉर्म के सभी जवाबों का कलेक्शन दिखाता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
timestamp | Date | वह तारीख और समय जब फ़ॉर्म के जवाब दिखाए जाने चाहिए. |
वापसी का टिकट
Form
— फ़ॉर्म के जवाबों की सूची.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Shuffle Questions()
इससे यह तय होता है कि फ़ॉर्म के हर पेज पर सवालों का क्रम रैंडम है या नहीं.
वापसी का टिकट
Boolean
— true
अगर फ़ॉर्म के हर पेज पर सवालों का क्रम रैंडम है, तो;
false
अगर नहीं है.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Summary Url()
वह यूआरएल पाता है जिसका इस्तेमाल, फ़ॉर्म के जवाबों की खास जानकारी देखने के लिए किया जा सकता है. जब तक set
को true
पर सेट नहीं किया जाता, तब तक सिर्फ़ वे उपयोगकर्ता यूआरएल को ऐक्सेस कर सकते हैं जिनके पास फ़ॉर्म में बदलाव करने की अनुमति है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // Opens the form by its URL. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the URL to view a summary of the form's responses and logs it to the // console. const url = form.getSummaryUrl(); console.log(url);
वापसी का टिकट
String
— जवाबों की खास जानकारी देखने के लिए यूआरएल.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
get Title()
फ़ॉर्म का टाइटल दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the title of the form to 'For_Testing.' form.setTitle('For_Testing'); // Gets the title of the form and logs it to the console. const title = form.getTitle(); console.log(title);
वापसी का टिकट
String
— फ़ॉर्म का टाइटल.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
has Limit One Response Per User()
यह तय करता है कि फ़ॉर्म में हर व्यक्ति सिर्फ़ एक जवाब दे सकता है या नहीं. अगर वैल्यू true
है, तो स्क्रिप्ट फ़ॉर्म के जवाब सबमिट नहीं कर सकती.
वापसी का टिकट
Boolean
— true
, अगर फ़ॉर्म में हर व्यक्ति को सिर्फ़ एक जवाब देने की अनुमति है; false
, अगर नहीं.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
has Progress Bar()
इससे यह तय होता है कि फ़ॉर्म में प्रोग्रेस बार दिखेगा या नहीं.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // Opens the form by its URL. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Displays the progress bar on the form. form.setProgressBar(true); // Checks if the form displays a progress bar and logs it to the console. console.log(form.hasProgressBar());
वापसी का टिकट
Boolean
— अगर फ़ॉर्म में प्रोग्रेस बार दिखता है, तो true
; अगर नहीं दिखता है, तो false
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
has Respond Again Link()
इससे यह तय होता है कि फ़ॉर्म भरने के बाद, जवाब देने वाले व्यक्ति को एक और जवाब सबमिट करने के लिए लिंक दिखेगा या नहीं.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to display a link to submit another // response after someone submits the form. form.setShowLinkToRespondAgain(true); // Checks if the form displays a 'Submit another response' link and logs it to // the console. console.log(form.hasRespondAgainLink());
वापसी का टिकट
Boolean
— अगर फ़ॉर्म में "दूसरा जवाब सबमिट करें" लिंक दिखता है, तो true
डालें. अगर यह लिंक नहीं दिखता है, तो false
डालें.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
is Accepting Responses()
यह तय करता है कि फ़ॉर्म पर फ़िलहाल जवाब स्वीकार किए जा रहे हैं या नहीं.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to accept responses. form.setAcceptingResponses(true); // Checks if the form is accepting responses or not and logs it to the console. const accepting = form.isAcceptingResponses(); console.log(accepting);
वापसी का टिकट
Boolean
— अगर फ़ॉर्म पर जवाब स्वीकार किए जा रहे हैं, तो true
; अगर नहीं, तो false
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
is Publishing Summary()
इससे यह तय होता है कि जवाब देने वाला व्यक्ति फ़ॉर्म भरने के बाद, जवाबों की खास जानकारी देखने के लिए लिंक देख पाएगा या नहीं.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to display a link to a summary of // the responses after someone submits the form. form.setPublishingSummary(true); // Checks if the form displays a "See previous responses" link and logs it to // the console. const publishingLink = form.isPublishingSummary(); console.log(publishingLink);
वापसी का टिकट
Boolean
— अगर फ़ॉर्म में "पिछले जवाब देखें" लिंक दिखता है, तो true
. अगर ऐसा नहीं दिखता है, तो false
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
is Quiz()
यह तय करता है कि फ़ॉर्म क्विज़ है या नहीं.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form as a quiz. form.setIsQuiz(true); // Checks if the form is a quiz or not and logs it to the console. console.log(form.isQuiz());
वापसी का टिकट
Boolean
— अगर फ़ॉर्म पर जवाब स्वीकार किए जा रहे हैं, तो true
; अगर नहीं, तो false
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
move Item(from, to)
फ़ॉर्म में मौजूद सभी आइटम में से किसी आइटम को दिए गए इंडेक्स से किसी दूसरे इंडेक्स पर ले जाता है. अगर to
इंडेक्स, तय सीमा से ज़्यादा है, तो स्क्रिप्टिंग अपवाद दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Moves the first item to be the last item. form.moveItem(0, form.getItems().length - 1);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
from | Integer | फ़ॉर्म में मौजूद सभी आइटम में से, आइटम का मौजूदा इंडेक्स. |
to | Integer | फ़ॉर्म में मौजूद सभी आइटम के बीच, आइटम का नया इंडेक्स. |
वापसी का टिकट
Item
— वह आइटम जिसे मूव किया गया था.
थ्रो
Error
— अगर कोई भी इंडेक्स तय सीमा से बाहर है.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
move Item(item, toIndex)
फ़ॉर्म में मौजूद सभी आइटम में से किसी आइटम को दिए गए इंडेक्स पर ले जाता है. अगर दिया गया इंडेक्स तय सीमा से बाहर है, तो स्क्रिप्टिंग से जुड़ा अपवाद दिखाता है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Gets the first item. const item = form.getItems()[0]; // Moves the item to be the last item. form.moveItem(item, form.getItems().length - 1);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
item | Item | वह आइटम जिसे दूसरी जगह ले जाना है. |
to | Integer | फ़ॉर्म में मौजूद सभी आइटम के बीच, आइटम का नया इंडेक्स. |
वापसी का टिकट
Item
— वह आइटम जिसे मूव किया गया था.
थ्रो
Error
— अगर इंडेक्स तय सीमा से ज़्यादा है.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
remove Destination()
फ़ॉर्म को उसके मौजूदा रिस्पॉन्स डेस्टिनेशन से अनलिंक करता है. अनलिंक किए गए पुराने डेस्टिनेशन में, अब भी सभी जवाबों की कॉपी मौजूद रहती है. सभी फ़ॉर्म, जिनमें डेस्टिनेशन साफ़ तौर पर सेट नहीं किया गया है, फ़ॉर्म के रिस्पॉन्स स्टोर में जवाबों की कॉपी सेव करते हैं. अगर फ़ॉर्म में फ़िलहाल कोई रिस्पॉन्स डेस्टिनेशन नहीं है, तो इस तरीके का कोई असर नहीं पड़ेगा.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Opens a spreadsheet to use for the response destination. // TODO(developer): Replace the URL with your own. const ss = SpreadsheetApp.openByUrl( 'https://docs.google.com/spreadsheets/d/abc123456/edit', ); // Updates the form's response destination to the spreadsheet. form.setDestination(FormApp.DestinationType.SPREADSHEET, ss.getId()); // Unlinks the form from the spreadsheet. form.removeDestination();
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
remove Editor(emailAddress)
Form
के एडिटर की सूची से, दिए गए उपयोगकर्ता को हटाता है. इस तरीके से, उन उपयोगकर्ताओं को Form
ऐक्सेस करने से नहीं रोका जाता है जिनके पास सामान्य ऐक्सेस होता है. उदाहरण के लिए, अगर Form
को उपयोगकर्ता के पूरे डोमेन के साथ शेयर किया गया है या Form
किसी शेयर की गई ड्राइव में मौजूद है जिसे उपयोगकर्ता ऐक्सेस कर सकता है.
Drive में मौजूद फ़ाइलों के लिए, इससे उपयोगकर्ता को दर्शकों की सूची से भी हटा दिया जाता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
email | String | जिस उपयोगकर्ता को हटाना है उसका ईमेल पता. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
remove Editor(user)
Form
के एडिटर की सूची से, दिए गए उपयोगकर्ता को हटाता है. इस तरीके से, उन उपयोगकर्ताओं को Form
ऐक्सेस करने से नहीं रोका जाता है जिनके पास सामान्य ऐक्सेस होता है. उदाहरण के लिए, अगर Form
को उपयोगकर्ता के पूरे डोमेन के साथ शेयर किया गया है या Form
किसी शेयर की गई ड्राइव में मौजूद है जिसे उपयोगकर्ता ऐक्सेस कर सकता है.
Drive में मौजूद फ़ाइलों के लिए, इससे उपयोगकर्ता को दर्शकों की सूची से भी हटा दिया जाता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
user | User | हटाए जाने वाले उपयोगकर्ता की जानकारी. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Accepting Responses(enabled)
यह सेट करता है कि फ़ॉर्म पर फ़िलहाल जवाब स्वीकार किए जा रहे हैं या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट true
है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to accept responses. form.setAcceptingResponses(true); // Checks whether the form is accepting responses or not and logs it to the // console. console.log(form.isAcceptingResponses());
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म पर जवाब स्वीकार किए जाने चाहिए; false अगर नहीं. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Allow Response Edits(enabled)
इससे यह तय होता है कि फ़ॉर्म में, जवाब सबमिट करने के बाद उसमें बदलाव करने के लिए लिंक दिखेगा या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट false
होता है.
इस सेटिंग के बावजूद, Form
का तरीका इस्तेमाल करके, स्क्रिप्ट के लेखक को एक यूआरएल जनरेट करने की अनुमति मिलती है. इस यूआरएल का इस्तेमाल, जवाब में बदलाव करने के लिए किया जा सकता है. हालांकि, इसके लिए ज़रूरी है कि लेखक के पास फ़ॉर्म में बदलाव करने की अनुमति हो.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Shows "Edit your response" link after someone submits the form. form.setAllowResponseEdits(true); // Checks whether the option to edit the form after a user submits it is set to // true or not and logs it to the console. console.log(form.canEditResponse());
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म में "अपने जवाब में बदलाव करें" लिंक दिखना चाहिए; false अगर नहीं. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Collect Email(collect)
इससे यह तय होता है कि फ़ॉर्म में जवाब देने वालों के ईमेल पते इकट्ठा किए जाएंगे या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट false
है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to collect respondents' email addresses. form.setCollectEmail(true); // Checks whether the value is set to true or false and logs it to the console. const collect = form.collectsEmail(); console.log(collect);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
collect | Boolean | true अगर फ़ॉर्म में ईमेल पते इकट्ठा करने हैं, तो false अगर ऐसा नहीं है. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Confirmation Message(message)
फ़ॉर्म के लिए पुष्टि करने वाला मैसेज सेट करता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets a custom confirmation message to display after someone submits the form. form.setConfirmationMessage('Your form has been successfully submitted.'); // Gets the confirmation message set for the form and logs it to the console. const message = form.getConfirmationMessage(); console.log(message);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
message | String | फ़ॉर्म के लिए पुष्टि करने वाला नया मैसेज. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Custom Closed Form Message(message)
अगर फ़ॉर्म पर जवाब स्वीकार नहीं किए जा रहे हैं, तो यह मैसेज दिखाने के लिए सेट किया जाता है. अगर कोई मैसेज सेट नहीं किया गया है, तो फ़ॉर्म में डिफ़ॉल्ट मैसेज का इस्तेमाल किया जाता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Sets the form to not accept responses. form.setAcceptingResponses(false); // Sets a custom closed form message to display to the user. form.setCustomClosedFormMessage('The form is no longer accepting responses.'); // Gets the custom message set for the form and logs it to the console. const message = form.getCustomClosedFormMessage(); console.log(message);
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
message | String | अगर फ़ॉर्म पर जवाब देने की सुविधा बंद है, तो यह मैसेज दिखेगा. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Description(description)
फ़ॉर्म का ब्यौरा सेट करता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
description | String | फ़ॉर्म का नया ब्यौरा. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Destination(type, id)
वह डेस्टिनेशन सेट करता है जहां फ़ॉर्म के जवाब सेव किए जाते हैं. सभी फ़ॉर्म, जिनमें साफ़ तौर पर कोई डेस्टिनेशन सेट नहीं किया गया है, फ़ॉर्म के रिस्पॉन्स स्टोर में रिस्पॉन्स की कॉपी सेव करते हैं.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
type | Destination | फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का टाइप. |
id | String | फ़ॉर्म के रिस्पॉन्स डेस्टिनेशन का आईडी. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
थ्रो
Error
— अगर दिया गया डेस्टिनेशन आईडी अमान्य है
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Is Quiz(enabled)
यह सेट करता है कि फ़ॉर्म क्विज़ है या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट false
है.
ग्रेड वाले सवाल सिर्फ़ क्विज़ में पूछे जा सकते हैं. इसलिए, इस विकल्प को false
पर सेट करने पर, सभी सवालों से ग्रेड देने के सभी विकल्प हट जाते हैं.
क्विज़ की सेटिंग सिर्फ़ Forms के नए यूज़र इंटरफ़ेस (यूआई) में उपलब्ध हैं. किसी फ़ॉर्म को क्विज़ बनाने पर, वह फ़ॉर्म नए यूआई का इस्तेमाल करने के लिए ऑप्ट इन हो जाता है.
// Opens the Forms file by its URL. If you created your script from within a // Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Makes the form a quiz. form.setIsQuiz(true); // Checks whether the form is a quiz or not and logs it to the console. console.log(form.isQuiz());
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म के लिए क्विज़ की सुविधाएं चालू करनी हैं, तो false अगर
नहीं. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Limit One Response Per User(enabled)
इससे यह सेट होता है कि फ़ॉर्म में हर व्यक्ति सिर्फ़ एक जवाब दे सकता है या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट false
है. अगर वैल्यू true
पर सेट है, तो स्क्रिप्ट फ़ॉर्म के जवाबों को बिल्कुल भी सबमिट नहीं कर सकती.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म में हर व्यक्ति को सिर्फ़ एक जवाब देने की अनुमति होनी चाहिए; false अगर नहीं. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Progress Bar(enabled)
इससे यह सेट होता है कि फ़ॉर्म में प्रोग्रेस बार है या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट false
है.
// Opens the Forms file by its URL. If you created your script from within // a Google Forms file, you can use FormApp.getActiveForm() instead. // TODO(developer): Replace the URL with your own. const form = FormApp.openByUrl( 'https://docs.google.com/forms/d/abc123456/edit', ); // Displays the progress bar on the form. form.setProgressBar(true); // Checks whether the form has a progress bar and logs it to the console. console.log(form.hasProgressBar());
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म में प्रोग्रेस बार दिखता है, तो false अगर नहीं दिखता है. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Publishing Summary(enabled)
इससे यह तय होता है कि जवाब देने वाला व्यक्ति फ़ॉर्म सबमिट करने के बाद, जवाबों की खास जानकारी देखने के लिए लिंक देख पाएगा या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट false
है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म में "पिछले जवाब देखें" लिंक दिखाना है, तो false नहीं दिखाना है. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Show Link To Respond Again(enabled)
इससे यह तय होता है कि जवाब देने वाला व्यक्ति फ़ॉर्म भरने के बाद, एक और जवाब सबमिट करने के लिए लिंक देख पाएगा या नहीं. नए फ़ॉर्म के लिए डिफ़ॉल्ट true
है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
enabled | Boolean | true अगर फ़ॉर्म में "दूसरा जवाब सबमिट करें" लिंक दिखना चाहिए; false अगर नहीं. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Shuffle Questions(shuffle)
इससे यह तय होता है कि फ़ॉर्म के हर पेज पर सवालों का क्रम रैंडम होगा या नहीं.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
shuffle | Boolean | true अगर फ़ॉर्म के हर पेज पर सवालों का क्रम रैंडम होना चाहिए, तो false नहीं. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
set Title(title)
फ़ॉर्म का टाइटल सेट करता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
title | String | फ़ॉर्म का नया टाइटल. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
shorten Form Url(url)
किसी फ़ॉर्म के लंबे यूआरएल को छोटे यूआरएल में बदलता है. अगर लंबा यूआरएल, Google Forms से जुड़ा नहीं है, तो अपवाद दिखाता है.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
url | String | छोटा किया जाने वाला यूआरएल. |
वापसी का टिकट
String
— http://goo.gl/forms/1234
फ़ॉर्मैट में यूआरएल.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms
submit Grades(responses)
दिए गए FormResponses के लिए ग्रेड सबमिट करता है.
अगर आपके कोड में on
ट्रिगर शामिल है, तो submit
को कॉल करने पर on
शर्त ट्रिगर हो जाती है और अनलिमिटेड लूप बन जाता है. अनलिमिटेड लूप से बचने के लिए, कोड जोड़ें. इससे यह पता चलता है कि submit
को कॉल करने से पहले, ग्रेड पहले से मौजूद हैं या नहीं.
पैरामीटर
नाम | टाइप | ब्यौरा |
---|---|---|
responses | Form | फ़ॉर्म के सभी जवाबों का कलेक्शन. |
वापसी का टिकट
Form
— चेन बनाने के लिए यह Form
.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/forms.currentonly
-
https://www.googleapis.com/auth/forms