Forms Service

ফর্ম

এই পরিষেবাটি স্ক্রিপ্টগুলিকে Google ফর্মগুলি তৈরি করতে, অ্যাক্সেস করতে এবং সংশোধন করতে দেয়৷

// Create a new unpublished form, then add a checkbox question, a multiple choice question,
// a page break, then a date question and a grid of questions, then publish the form and share
// with responders.
var form = FormApp.create('New Form', /* isPublished= */ false);
var item = form.addCheckboxItem();
item.setTitle('What condiments would you like on your hot dog?');
item.setChoices([
        item.createChoice('Ketchup'),
        item.createChoice('Mustard'),
        item.createChoice('Relish')
    ]);
form.addMultipleChoiceItem()
    .setTitle('Do you prefer cats or dogs?')
    .setChoiceValues(['Cats','Dogs'])
    .showOtherOption(true);
form.addPageBreakItem()
    .setTitle('Getting to know you');
form.addDateItem()
    .setTitle('When were you born?');
form.addGridItem()
    .setTitle('Rate your interests')
    .setRows(['Cars', 'Computers', 'Celebrities'])
    .setColumns(['Boring', 'So-so', 'Interesting']);

form.setPublished(true);
form.addPublishedReaders(['user@example.com', 'group@example.com']);

Logger.log('Published URL: ' + form.getPublishedUrl());
Logger.log('Editor URL: ' + form.getEditUrl());

ক্লাস

নাম সংক্ষিপ্ত বিবরণ
Alignment সমর্থিত ধরণের চিত্র সারিবদ্ধকরণের প্রতিনিধিত্বকারী একটি enum।
Checkbox Grid Item একটি প্রশ্ন আইটেম, কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত, যা উত্তরদাতাকে চেকবক্সগুলির একটি ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়৷
Checkbox Grid Validation একটি Checkbox Grid Item জন্য একটি ডেটা যাচাইকরণ।
Checkbox Grid Validation Builder একটি Checkbox Grid Validation জন্য একটি ডেটা যাচাইকরণ নির্মাতা।
Checkbox Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে এক বা একাধিক চেকবক্স নির্বাচন করতে দেয়, সেইসাথে একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্র।
Checkbox Validation একটি Checkbox Item জন্য একটি ডেটা যাচাইকরণ।
Checkbox Validation Builder একটি Checkbox Validation জন্য একটি DataValidationBuilder।
Choice Checkbox Item , List Item , বা Multiple Choice Item মতো পছন্দগুলিকে সমর্থন করে এমন একটি Item সাথে যুক্ত একটি একক পছন্দ৷
Date Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
Date Time Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়৷
Destination Type ফর্ম-প্রতিক্রিয়া গন্তব্যের সমর্থিত প্রকারের প্রতিনিধিত্বকারী একটি enum।
Duration Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
Feedback Type সমর্থিত ধরনের প্রতিক্রিয়া প্রতিনিধিত্ব করে একটি enum।
Form একটি ফর্ম যা সামগ্রিক বৈশিষ্ট্য এবং আইটেম ধারণ করে।
Form App একটি স্ক্রিপ্টকে একটি বিদ্যমান Form খুলতে বা একটি নতুন তৈরি করার অনুমতি দেয়৷
Form Response সামগ্রিকভাবে ফর্মের একটি প্রতিক্রিয়া।
Grid Item একটি প্রশ্ন আইটেম, কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত, যা উত্তরদাতাকে রেডিও বোতামগুলির একটি ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়৷
Grid Validation একটি Grid Item জন্য একটি ডেটা যাচাইকরণ।
Grid Validation Builder একটি Grid Validation জন্য একটি DataValidationBuilder.
Image Item একটি লেআউট আইটেম যা একটি চিত্র প্রদর্শন করে।
Item একটি জেনেরিক ফর্ম আইটেম যাতে শিরোনাম এবং সহায়তা পাঠ্যের মতো সমস্ত আইটেমের সাধারণ বৈশিষ্ট্য রয়েছে৷
Item Response একটি ফর্মের মধ্যে একটি প্রশ্নের উত্তর।
Item Type ফর্ম আইটেম সমর্থিত ধরনের প্রতিনিধিত্ব একটি enum.
List Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি ড্রপ-ডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
Multiple Choice Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতাম বা একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্রের তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
Page Break Item একটি লেআউট আইটেম যা একটি পৃষ্ঠার শুরু চিহ্নিত করে।
Page Navigation Type পৃষ্ঠা নেভিগেশন সমর্থিত ধরনের প্রতিনিধিত্ব একটি enum.
Paragraph Text Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়।
Paragraph Text Validation একটি Paragraph Text Item জন্য একটি ডেটা যাচাইকরণ।
Paragraph Text Validation Builder একটি Paragraph Text Validation জন্য একটি DataValidationBuilder.
Quiz Feedback একটি ফিডব্যাকের বিন বাস্তবায়ন, যাতে সমস্ত ফিডব্যাকের সাধারণ বৈশিষ্ট্য থাকে, যেমন ডিসপ্লে টেক্সট বা লিঙ্ক।
Quiz Feedback Builder বেস FeedbackBuilder যেটিতে বৈশিষ্ট্যগুলির জন্য সেটার রয়েছে যা সমস্ত প্রতিক্রিয়ার জন্য সাধারণ, যেমন প্রদর্শন পাঠ্য।
Rating Icon Type সমর্থিত ধরণের রেটিং আইকনগুলির প্রতিনিধিত্বকারী একটি enum৷
Rating Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি রেটিং দিতে অনুমতি দেয়।
Scale Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প বেছে নিতে দেয়৷
Section Header Item একটি লেআউট আইটেম যা দৃশ্যত একটি বিভাগের শুরু নির্দেশ করে।
Text Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একটি লাইন প্রবেশ করতে দেয়।
Text Validation একটি Text Item জন্য একটি ডেটা যাচাইকরণ।
Text Validation Builder একটি Text Validation জন্য একটি ডেটা ভ্যালিডেশন বিল্ডার।
Time Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
Video Item একটি লেআউট আইটেম যা একটি ভিডিও প্রদর্শন করে।

Alignment

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
LEFT Enum ফর্মের বাম দিকে চিত্রটিকে সারিবদ্ধ করুন।
CENTER Enum চিত্রটিকে ফর্মের কেন্দ্রে সারিবদ্ধ করুন।
RIGHT Enum ফর্মের ডানদিকে চিত্রটিকে সারিবদ্ধ করুন।

Checkbox Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Grid Item এই গ্রিড আইটেমের জন্য কোনো ডেটা বৈধতা মুছে দেয়।
create Response(responses) Item Response এই চেকবক্স গ্রিড আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Checkbox Grid Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Columns() String[] গ্রিডের প্রতিটি কলামের জন্য মান পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Rows() String[] গ্রিডের প্রতিটি সারির জন্য মান পায়।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Columns(columns) Checkbox Grid Item মানের অ্যারের উপর ভিত্তি করে গ্রিডের কলাম সেট করে।
set Help Text(text) Checkbox Grid Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Required(enabled) Checkbox Grid Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Rows(rows) Checkbox Grid Item মানের অ্যারের উপর ভিত্তি করে গ্রিডের সারি সেট করে।
set Title(title) Checkbox Grid Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, Section Header Item ক্ষেত্রে)।
set Validation(validation) Checkbox Grid Item এই চেকবক্স গ্রিড আইটেমের জন্য ডেটা যাচাইকরণ সেট করে।

Checkbox Grid Validation

Checkbox Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Checkbox Grid Validation Builder একটি গ্রিড আইটেমের জন্য প্রতি কলামে একটি প্রতিক্রিয়ার সীমা প্রয়োজন৷

Checkbox Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Item এই চেকবক্স আইটেমের জন্য যেকোন ডেটা যাচাইকরণ মুছে দেয়।
create Choice(value) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, isCorrect) Choice একটি নতুন পছন্দ তৈরি করে।
create Response(responses) Item Response এই চেকবক্স আইটেমের জন্য একটি নতুন Item Response তৈরি করে৷
duplicate() Checkbox Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Choices() Choice[] একটি আইটেম জন্য সব পছন্দ পায়.
get Feedback For Correct() Quiz Feedback প্রতিক্রিয়া প্রদান করে যা উত্তরদাতাদের দেখানো হয় যখন তারা একটি প্রশ্নের সঠিকভাবে উত্তর দেয়।
get Feedback For Incorrect() Quiz Feedback প্রতিক্রিয়া প্রদান করে যা উত্তরদাতাদের দেখানো হয় যখন তারা একটি প্রশ্নের ভুলভাবে উত্তর দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
has Other Option() Boolean আইটেমটির একটি "অন্য" বিকল্প আছে কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Choice Values(values) Checkbox Item স্ট্রিংগুলির একটি অ্যারের থেকে একটি আইটেমের জন্য পছন্দগুলি সেট করে৷
set Choices(choices) Checkbox Item একটি আইটেমের জন্য পছন্দের একটি অ্যারে সেট করে।
set Feedback For Correct(feedback) Checkbox Item উত্তরদাতারা যখন একটি প্রশ্নের সঠিকভাবে উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া সেট করে।
set Feedback For Incorrect(feedback) Checkbox Item উত্তরদাতারা যখন একটি প্রশ্নের ভুলভাবে উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া সেট করে।
set Help Text(text) Checkbox Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) Checkbox Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Checkbox Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Checkbox Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
set Validation(validation) Checkbox Item এই চেকবক্স আইটেমের জন্য ডেটা যাচাইকরণ সেট করে।
show Other Option(enabled) Checkbox Item আইটেমটিতে একটি "অন্য" বিকল্প আছে কিনা তা সেট করে।

Checkbox Validation

Checkbox Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Select At Least(number) Checkbox Validation Builder অন্তত এই অনেক পছন্দ নির্বাচন করা প্রয়োজন.
require Select At Most(number) Checkbox Validation Builder সর্বাধিক এই অনেক পছন্দ নির্বাচন করা প্রয়োজন.
require Select Exactly(number) Checkbox Validation Builder ঠিক এই অনেক পছন্দ নির্বাচন করা প্রয়োজন.

Choice

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Goto Page() Page Break Item Page Break Item একটি GO_TO_PAGE গন্তব্য হিসাবে সেট করে যদি উত্তরদাতা এই পছন্দটি নির্বাচন করে এবং বর্তমান পৃষ্ঠাটি সম্পূর্ণ করে।
get Page Navigation Type() Page Navigation Type Page Navigation Type পায় যেটি ঘটে যদি উত্তরদাতা এই পছন্দটি নির্বাচন করে এবং বর্তমান পৃষ্ঠাটি সম্পূর্ণ করে।
get Value() String পছন্দের মান পায়, যা উত্তরদাতারা ফর্মটি দেখার সময় একটি লেবেল হিসাবে দেখে।
is Correct Answer() Boolean পছন্দটি প্রশ্নের সঠিক উত্তর কিনা তা পায়।

Date Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই তারিখ আইটেমের জন্য একটি নতুন Item Response তৈরি করে৷
duplicate() Date Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
includes Year() Boolean তারিখ আইটেম একটি বছরের বিকল্প অন্তর্ভুক্ত কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Date Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Date Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Includes Year(enableYear) Date Item তারিখ আইটেম একটি বছরের সেটিং অন্তর্ভুক্ত কিনা সেট করে।
set Points(points) Date Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Date Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Date Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Date Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই তারিখ-সময় আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Date Time Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
includes Year() Boolean তারিখ আইটেম একটি বছরের বিকল্প অন্তর্ভুক্ত কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Date Time Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Date Time Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Includes Year(enableYear) Date Time Item তারিখ আইটেম একটি বছরের সেটিং অন্তর্ভুক্ত কিনা সেট করে।
set Points(points) Date Time Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Date Time Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Date Time Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Destination Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
SPREADSHEET Enum ফর্ম প্রতিক্রিয়াগুলির জন্য একটি গন্তব্য হিসাবে একটি Google পত্রক স্প্রেডশীট৷

Duration Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hours, minutes, seconds) Item Response এই তারিখ আইটেমের জন্য একটি নতুন Item Response তৈরি করে৷
duplicate() Duration Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Duration Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Duration Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) Duration Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Duration Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Duration Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Feedback Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CORRECT Enum প্রতিক্রিয়া যা সঠিকভাবে উত্তর দেওয়া প্রশ্নের জন্য উত্তরদাতাদের কাছে স্বয়ংক্রিয়ভাবে প্রদর্শিত হয়।
INCORRECT Enum প্রতিক্রিয়া যা ভুলভাবে উত্তর দেওয়া প্রশ্নের জন্য উত্তরদাতাদের কাছে স্বয়ংক্রিয়ভাবে প্রদর্শিত হয়।
GENERAL Enum প্রতিক্রিয়া যা স্বয়ংক্রিয়ভাবে উত্তরদাতাদের কাছে প্রদর্শিত হয় যখন তারা তাদের প্রতিক্রিয়া জমা দেয়।

Form

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Checkbox Grid Item() Checkbox Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে চেকবক্সের একটি ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়৷
add Checkbox Item() Checkbox Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে এক বা একাধিক চেকবক্স নির্বাচন করতে দেয়, সেইসাথে একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্র।
add Date Item() Date Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
add Date Time Item() Date Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়৷
add Duration Item() Duration Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
add Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editors(emailAddresses) Form Form জন্য সম্পাদকদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Grid Item() Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে রেডিও বোতামগুলির একটি ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়৷
add Image Item() Image Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি চিত্র প্রদর্শন করে।
add List Item() List Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি ড্রপডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Multiple Choice Item() Multiple Choice Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে রেডিও বোতামের তালিকা বা একটি ঐচ্ছিক "অন্য" ক্ষেত্র থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Page Break Item() Page Break Item একটি নতুন লেআউট আইটেম যোগ করে যা একটি পৃষ্ঠার শুরুকে চিহ্নিত করে।
add Paragraph Text Item() Paragraph Text Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়৷
add Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Readers(emailAddresses) Form Form জন্য উত্তরদাতাদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Rating Item() Rating Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি রেটিং দেওয়ার অনুমতি দেয়৷
add Scale Item() Scale Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প বেছে নিতে দেয়৷
add Section Header Item() Section Header Item একটি নতুন লেআউট আইটেম যুক্ত করে যা দৃশ্যত একটি বিভাগের শুরুকে নির্দেশ করে৷
add Text Item() Text Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে পাঠ্যের একটি লাইন প্রবেশ করতে দেয়।
add Time Item() Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
add Video Item() Video Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি ভিডিও প্রদর্শন করে।
can Edit Response() Boolean ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
collects Email() Boolean ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা নির্ধারণ করে।
create Response() Form Response ফর্মে একটি নতুন প্রতিক্রিয়া তৈরি করে।
delete All Responses() Form ফর্মের প্রতিক্রিয়া স্টোর থেকে জমা দেওয়া সমস্ত প্রতিক্রিয়া মুছে দেয়৷
delete Item(index) void ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত সূচীতে আইটেমটি মুছে দেয়।
delete Item(item) void প্রদত্ত আইটেম মুছে দেয়।
delete Response(responseId) Form ফর্মের প্রতিক্রিয়া দোকান থেকে একটি একক প্রতিক্রিয়া মুছে দেয়৷
get Confirmation Message() String ফর্মের নিশ্চিতকরণ বার্তা পায়।
get Custom Closed Form Message() String ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শিত কাস্টম বার্তাটি পায়, অথবা কোনও কাস্টম বার্তা সেট না থাকলে একটি খালি স্ট্রিং পায়৷
get Description() String ফর্মের বিবরণ পায়।
get Destination Id() String ফর্মের প্রতিক্রিয়া গন্তব্যের আইডি পায়।
get Destination Type() Destination Type ফর্মের প্রতিক্রিয়া গন্তব্যের ধরন পায়।
get Edit Url() String ফর্মের সম্পাদনা মোড অ্যাক্সেস করতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Editors() User[] এই Form জন্য সম্পাদকদের তালিকা পায়।
get Id() String ফর্মের আইডি পায়।
get Item By Id(id) Item একটি প্রদত্ত আইডি দিয়ে আইটেম পায়.
get Items() Item[] ফর্ম সব আইটেম একটি অ্যারে পায়.
get Items(itemType) Item[] একটি প্রদত্ত ধরনের সমস্ত আইটেমের একটি অ্যারে পায়।
get Published Readers() User[] এই Form জন্য উত্তরদাতাদের তালিকা পায়।
get Published Url() String ফর্মের প্রতিক্রিয়া জানাতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Response(responseId) Form Response এর প্রতিক্রিয়া আইডির উপর ভিত্তি করে একটি একক ফর্ম প্রতিক্রিয়া পায়৷
get Responses() Form Response[] ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Responses(timestamp) Form Response[] একটি প্রদত্ত তারিখ এবং সময়ের পরে ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Shuffle Questions() Boolean ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা নির্ধারণ করে।
get Summary Url() String ফর্মের প্রতিক্রিয়াগুলির একটি সারাংশ দেখতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Title() String ফর্মের শিরোনাম পায়।
has Limit One Response Per User() Boolean ফর্মটি প্রতি উত্তরদাতাকে শুধুমাত্র একটি প্রতিক্রিয়ার অনুমতি দেয় কিনা তা নির্ধারণ করে।
has Progress Bar() Boolean ফর্মটি একটি অগ্রগতি বার প্রদর্শন করে কিনা তা নির্ধারণ করে।
has Respond Again Link() Boolean একজন উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Accepting Responses() Boolean ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা নির্ধারণ করে৷
is Published() Boolean ফর্ম প্রকাশ করা হয়েছে কিনা তা নির্ধারণ করে।
is Publishing Summary() Boolean একজন উত্তরদাতা ফর্মটি সম্পূর্ণ করার পরে প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য ফর্মটি একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Quiz() Boolean ফর্মটি একটি কুইজ কিনা তা নির্ধারণ করে৷
move Item(from, to) Item ফর্মের সমস্ত আইটেমগুলির মধ্যে একটি প্রদত্ত সূচকে একটি আইটেমকে অন্য প্রদত্ত সূচকে স্থানান্তরিত করে।
move Item(item, toIndex) Item ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত আইটেমকে একটি প্রদত্ত সূচীতে স্থানান্তর করে।
remove Destination() Form ফর্মটিকে তার বর্তমান প্রতিক্রিয়া গন্তব্য থেকে লিঙ্কমুক্ত করে৷
remove Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
set Accepting Responses(enabled) Form ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা সেট করে৷
set Allow Response Edits(enabled) Form ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Collect Email(collect) Form ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা সেট করে।
set Confirmation Message(message) Form ফর্মের নিশ্চিতকরণ বার্তা সেট করে।
set Custom Closed Form Message(message) Form ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শনের জন্য বার্তা সেট করে।
set Description(description) Form ফর্মের বিবরণ সেট করে।
set Destination(type, id) Form গন্তব্য সেট করে যেখানে ফর্ম প্রতিক্রিয়া সংরক্ষিত হয়।
set Is Quiz(enabled) Form ফর্মটি একটি কুইজ কিনা তা সেট করে৷
set Limit One Response Per User(enabled) Form ফর্ম প্রতি উত্তরদাতা শুধুমাত্র একটি প্রতিক্রিয়া অনুমতি দেয় কিনা সেট করে।
set Progress Bar(enabled) Form ফর্মটিতে একটি অগ্রগতি বার আছে কিনা তা সেট করে।
set Published(enabled) Form ফর্ম প্রকাশ করা হয়েছে কিনা তা সেট করে।
set Publishing Summary(enabled) Form উত্তরদাতা ফর্ম জমা দেওয়ার পরে ফর্মটি প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Show Link To Respond Again(enabled) Form উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Shuffle Questions(shuffle) Form ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা সেট করে।
set Title(title) Form ফর্মের শিরোনাম সেট করে।
shorten Form Url(url) String একটি ফর্মের জন্য একটি দীর্ঘ URL একটি ছোট URL এ রূপান্তর করে৷
submit Grades(responses) Form প্রদত্ত ফর্ম প্রতিক্রিয়াগুলির জন্য গ্রেড জমা দেয়৷
supports Advanced Responder Permissions() Boolean ফর্মটি প্রকাশকে সমর্থন করে কিনা তা নির্ধারণ করে৷

Form App

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
Alignment Alignment চিত্র প্রান্তিককরণের প্রকারের একটি গণনা।
Destination Type Destination Type গন্তব্যের প্রকারের একটি গণনা যা ফর্ম প্রতিক্রিয়া সংরক্ষণ করতে পারে।
Feedback Type Feedback Type ফর্ম Feedbacks ধরনের একটি গণনা.
Item Type Item Type ফর্ম Items ধরনের একটি গণনা.
Page Navigation Type Page Navigation Type পৃষ্ঠা নেভিগেট করার জন্য সম্ভাব্য আচরণের একটি গণনা।
Rating Icon Type Rating Icon Type রেটিং আইকন প্রকার Rating Icons একটি গণনা

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create(title) Form একটি নতুন Form তৈরি করে এবং ফেরত দেয়।
create(title, isPublished) Form অনুরোধ করা প্রকাশের অবস্থায় একটি নতুন Form তৈরি করে এবং ফেরত দেয়।
create Checkbox Grid Validation() Checkbox Grid Validation Builder একটি CheckboxGridValidationBuilder এর একটি উদাহরণ প্রদান করে যা একটি Checkbox Grid Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Checkbox Validation() Checkbox Validation Builder একটি CheckboxValidationBuilder এর একটি উদাহরণ প্রদান করে যা একটি Checkbox Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Feedback() Quiz Feedback Builder একটি QuizFeedbackBuilder এর একটি উদাহরণ প্রদান করে যা একটি গ্রেডযোগ্য Item উপর প্রতিক্রিয়া সেট করতে ব্যবহার করা যেতে পারে।
create Grid Validation() Grid Validation Builder একটি GridValidationBuilder এর একটি উদাহরণ প্রদান করে যা একটি Grid Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Paragraph Text Validation() Paragraph Text Validation Builder একটি ParagraphTextValidationBuilder এর একটি উদাহরণ প্রদান করে যা একটি Paragraph Text Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Text Validation() Text Validation Builder একটি TextValidationBuilder এর একটি উদাহরণ প্রদান করে যা একটি Text Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
get Active Form() Form যে ফর্মে স্ক্রিপ্টটি কন্টেইনার-বাউন্ড আছে সেটি ফেরত দেয়।
get Ui() Ui ফর্ম এডিটরের ইউজার-ইন্টারফেস এনভায়রনমেন্টের একটি উদাহরণ প্রদান করে যা স্ক্রিপ্টকে মেনু, ডায়ালগ এবং সাইডবারের মতো বৈশিষ্ট্য যোগ করতে দেয়।
open By Id(id) Form নির্দিষ্ট আইডি সহ Form ফেরত দেয়।
open By Url(url) Form নির্দিষ্ট URL সহ Form ফেরত দেয়৷

Form Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Edit Response Url() String একটি URL তৈরি করে যা ইতিমধ্যেই জমা দেওয়া প্রতিক্রিয়া সম্পাদনা করতে ব্যবহার করা যেতে পারে৷
get Gradable Item Responses() Item Response[] একটি ফর্ম প্রতিক্রিয়াতে থাকা সমস্ত আইটেম প্রতিক্রিয়াগুলি পায়, একই ক্রমে আইটেমগুলি ফর্মে প্রদর্শিত হয়৷
get Gradable Response For Item(item) Item Response একটি প্রদত্ত আইটেমের জন্য একটি ফর্ম প্রতিক্রিয়া অন্তর্ভুক্ত আইটেম প্রতিক্রিয়া পায়।
get Id() String ফর্ম প্রতিক্রিয়া আইডি পায়.
get Item Responses() Item Response[] একটি ফর্ম প্রতিক্রিয়াতে থাকা সমস্ত আইটেম প্রতিক্রিয়াগুলি পায়, একই ক্রমে আইটেমগুলি ফর্মে প্রদর্শিত হয়৷
get Respondent Email() String Form.setCollectEmail(collect) সেটিং সক্ষম থাকলে যে ব্যক্তি একটি প্রতিক্রিয়া জমা দিয়েছেন তার ইমেল ঠিকানা পায়৷
get Response For Item(item) Item Response একটি প্রদত্ত আইটেমের জন্য এই ফর্ম প্রতিক্রিয়া অন্তর্ভুক্ত আইটেম প্রতিক্রিয়া পায়।
get Timestamp() Date একটি ফর্ম প্রতিক্রিয়া জমা দেওয়ার জন্য টাইমস্ট্যাম্প পায়৷
submit() Form Response প্রতিক্রিয়া জমা দেয়।
to Prefilled Url() String ফর্মের জন্য একটি URL তৈরি করে যেখানে উত্তরগুলি এই ফর্ম প্রতিক্রিয়ার উত্তরগুলির উপর ভিত্তি করে পূর্বে পূরণ করা হয়৷
with Item Grade(gradedResponse) Form Response প্রদত্ত আইটেম প্রতিক্রিয়ার গ্রেডগুলি একটি ফর্ম প্রতিক্রিয়াতে যুক্ত করে৷
with Item Response(response) Form Response প্রদত্ত আইটেম প্রতিক্রিয়া একটি ফর্ম প্রতিক্রিয়া যোগ করে.

Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Grid Item এই গ্রিড আইটেমের জন্য কোনো ডেটা বৈধতা মুছে দেয়।
create Response(responses) Item Response এই গ্রিড আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Grid Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Columns() String[] গ্রিডের প্রতিটি কলামের জন্য মান পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Rows() String[] গ্রিডের প্রতিটি সারির জন্য মান পায়।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Columns(columns) Grid Item মানের অ্যারের উপর ভিত্তি করে গ্রিডের কলাম সেট করে।
set Help Text(text) Grid Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Required(enabled) Grid Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Rows(rows) Grid Item মানের অ্যারের উপর ভিত্তি করে গ্রিডের সারি সেট করে।
set Title(title) Grid Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
set Validation(validation) Grid Item এই গ্রিড আইটেমের জন্য ডেটা যাচাইকরণ সেট করে।

Grid Validation

Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Grid Validation Builder একটি গ্রিড আইটেমের জন্য প্রতি কলামে একটি প্রতিক্রিয়ার সীমা প্রয়োজন৷

Image Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Image Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Alignment() Alignment চিত্রের অনুভূমিক প্রান্তিককরণ পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Image() Blob বর্তমানে আইটেমটিতে বরাদ্দ করা চিত্রটি পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
get Width() Integer পিক্সেলে ছবির প্রস্থ পায়।
set Alignment(alignment) Image Item চিত্রের অনুভূমিক প্রান্তিককরণ সেট করে।
set Help Text(text) Image Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Image(image) Image Item ছবি নিজেই সেট করে।
set Title(title) Image Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
set Width(width) Image Item ছবির প্রস্থ পিক্সেলে সেট করে।

Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
as Checkbox Grid Item() Checkbox Grid Item আইটেমটিকে একটি চেকবক্স গ্রিড আইটেম হিসাবে ফেরত দেয়।
as Checkbox Item() Checkbox Item আইটেমটিকে একটি চেকবক্স আইটেম হিসাবে ফেরত দেয়।
as Date Item() Date Item একটি তারিখ আইটেম হিসাবে আইটেম ফেরত.
as Date Time Item() Date Time Item একটি তারিখ-সময় আইটেম হিসাবে আইটেম ফেরত.
as Duration Item() Duration Item একটি সময়কাল আইটেম হিসাবে আইটেম ফেরত.
as Grid Item() Grid Item আইটেমটিকে গ্রিড আইটেম হিসাবে ফেরত দেয়।
as Image Item() Image Item আইটেমটিকে একটি চিত্র আইটেম হিসাবে ফেরত দেয়।
as List Item() List Item একটি তালিকা আইটেম হিসাবে আইটেম ফেরত.
as Multiple Choice Item() Multiple Choice Item আইটেমটিকে বহু-পছন্দের আইটেম হিসাবে ফেরত দেয়।
as Page Break Item() Page Break Item একটি পৃষ্ঠা বিরতি আইটেম হিসাবে আইটেম ফেরত.
as Paragraph Text Item() Paragraph Text Item একটি অনুচ্ছেদ-পাঠ্য আইটেম হিসাবে আইটেম প্রদান করে।
as Rating Item() Rating Item একটি রেটিং আইটেম হিসাবে আইটেম ফেরত.
as Scale Item() Scale Item আইটেমটিকে একটি স্কেল আইটেম হিসাবে ফেরত দেয়।
as Section Header Item() Section Header Item একটি বিভাগ-শিরোনাম আইটেম হিসাবে আইটেম ফেরত.
as Text Item() Text Item একটি টেক্সট আইটেম হিসাবে আইটেম ফেরত.
as Time Item() Time Item একটি সময় আইটেম হিসাবে আইটেম ফেরত.
as Video Item() Video Item একটি ভিডিও আইটেম হিসাবে আইটেম ফেরত.
duplicate() Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
set Help Text(text) Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Title(title) Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Item Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Feedback() Object উত্তরদাতার জমা দেওয়া উত্তরের জন্য দেওয়া প্রতিক্রিয়া পায়।
get Item() Item এই প্রতিক্রিয়া উত্তর দেয় যে প্রশ্ন আইটেম পায়.
get Response() Object উত্তরদাতা জমা দেওয়া উত্তর পায়।
get Score() Object উত্তরদাতার জমা দেওয়া উত্তরের জন্য স্কোর পায়।
set Feedback(feedback) Item Response প্রতিক্রিয়া সেট করে যা উত্তরদাতার জমা দেওয়া উত্তরের জন্য প্রদর্শিত হবে।
set Score(score) Item Response উত্তরদাতার জমা দেওয়া উত্তরের জন্য স্কোর সেট করে।

Item Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CHECKBOX Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে এক বা একাধিক চেকবক্স নির্বাচন করতে দেয়, সেইসাথে একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্র।
CHECKBOX_GRID Enum একটি প্রশ্ন আইটেম, কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত, যা উত্তরদাতাকে চেকবক্সগুলির একটি ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়৷
DATE Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
DATETIME Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়৷
DURATION Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
GRID Enum একটি প্রশ্ন আইটেম, কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত, যা উত্তরদাতাকে রেডিও বোতামগুলির একটি ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়৷
IMAGE Enum একটি লেআউট আইটেম যা একটি চিত্র প্রদর্শন করে।
LIST Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি ড্রপ-ডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
MULTIPLE_CHOICE Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতাম বা একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্রের তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
PAGE_BREAK Enum একটি লেআউট আইটেম যা একটি পৃষ্ঠার শুরু চিহ্নিত করে।
PARAGRAPH_TEXT Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়।
RATING Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি রেটিং দিতে অনুমতি দেয়।
SCALE Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প বেছে নিতে দেয়৷
SECTION_HEADER Enum একটি লেআউট আইটেম যা দৃশ্যত একটি বিভাগের শুরু নির্দেশ করে।
TEXT Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একটি লাইন প্রবেশ করতে দেয়।
TIME Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
VIDEO Enum একটি লেআউট আইটেম যা একটি YouTube ভিডিও প্রদর্শন করে।
FILE_UPLOAD Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি ফাইল আপলোড করতে দেয়৷
UNSUPPORTED Enum একটি আইটেম যা বর্তমানে API-এর মাধ্যমে সমর্থিত নয়।

List Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, isCorrect) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, navigationItem) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্পের সাথে একটি নতুন পছন্দ তৈরি করে যা একটি প্রদত্ত পৃষ্ঠা-ব্রেক আইটেমে চলে যায়।
create Choice(value, navigationType) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্পের সাথে একটি নতুন পছন্দ তৈরি করে।
create Response(response) Item Response এই তালিকা আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() List Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Choices() Choice[] একটি আইটেম জন্য সব পছন্দ পায়.
get Feedback For Correct() Quiz Feedback প্রতিক্রিয়া প্রদান করে যা উত্তরদাতাদের দেখানো হয় যখন তারা একটি প্রশ্নের সঠিকভাবে উত্তর দেয়।
get Feedback For Incorrect() Quiz Feedback প্রতিক্রিয়া প্রদান করে যা উত্তরদাতাদের দেখানো হয় যখন তারা একটি প্রশ্নের ভুলভাবে উত্তর দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Choice Values(values) List Item স্ট্রিংগুলির একটি অ্যারের থেকে একটি আইটেমের জন্য পছন্দগুলি সেট করে৷
set Choices(choices) List Item একটি আইটেমের জন্য পছন্দের একটি অ্যারে সেট করে।
set Feedback For Correct(feedback) List Item উত্তরদাতারা যখন একটি প্রশ্নের সঠিকভাবে উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া সেট করে।
set Feedback For Incorrect(feedback) List Item উত্তরদাতারা যখন একটি প্রশ্নের ভুলভাবে উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া সেট করে।
set Help Text(text) List Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) List Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) List Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) List Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Multiple Choice Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, isCorrect) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, navigationItem) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্পের সাথে একটি নতুন পছন্দ তৈরি করে যা একটি প্রদত্ত পৃষ্ঠা-ব্রেক আইটেমে চলে যায়।
create Choice(value, navigationType) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্পের সাথে একটি নতুন পছন্দ তৈরি করে।
create Response(response) Item Response এই বহু-পছন্দের আইটেমের জন্য একটি নতুন Item Response তৈরি করে৷
duplicate() Multiple Choice Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Choices() Choice[] একটি আইটেম জন্য সব পছন্দ পায়.
get Feedback For Correct() Quiz Feedback প্রতিক্রিয়া প্রদান করে যা উত্তরদাতাদের দেখানো হয় যখন তারা একটি প্রশ্নের সঠিকভাবে উত্তর দেয়।
get Feedback For Incorrect() Quiz Feedback প্রতিক্রিয়া প্রদান করে যা উত্তরদাতাদের দেখানো হয় যখন তারা একটি প্রশ্নের ভুলভাবে উত্তর দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
has Other Option() Boolean আইটেমটির একটি "অন্য" বিকল্প আছে কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Choice Values(values) Multiple Choice Item স্ট্রিংগুলির একটি অ্যারের থেকে একটি আইটেমের জন্য পছন্দগুলি সেট করে৷
set Choices(choices) Multiple Choice Item একটি আইটেমের জন্য পছন্দের একটি অ্যারে সেট করে।
set Feedback For Correct(feedback) Multiple Choice Item উত্তরদাতারা যখন একটি প্রশ্নের সঠিকভাবে উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া সেট করে।
set Feedback For Incorrect(feedback) Multiple Choice Item উত্তরদাতারা যখন একটি প্রশ্নের ভুলভাবে উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া সেট করে।
set Help Text(text) Multiple Choice Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) Multiple Choice Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Multiple Choice Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Multiple Choice Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
show Other Option(enabled) Multiple Choice Item আইটেমটিতে একটি "অন্য" বিকল্প আছে কিনা তা সেট করে।

Page Break Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Page Break Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Go To Page() Page Break Item Page Break Item পায় যে ফর্মটি এই পৃষ্ঠা বিরতির আগে পৃষ্ঠাটি সম্পূর্ণ করার পরে (অর্থাৎ ফর্মের মাধ্যমে স্বাভাবিক রৈখিক অগ্রগতির মাধ্যমে এই পৃষ্ঠা বিরতিতে পৌঁছানোর পরে) ঝাঁপিয়ে পড়বে৷
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Page Navigation Type() Page Navigation Type পেজ নেভিগেশনের ধরন পায় যা এই পৃষ্ঠা বিরতির আগে পৃষ্ঠাটি সম্পূর্ণ করার পরে ঘটে (অর্থাৎ ফর্মের মাধ্যমে স্বাভাবিক রৈখিক অগ্রগতির মাধ্যমে এই পৃষ্ঠা বিরতিতে পৌঁছানোর পরে)।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
set Go To Page(goToPageItem) Page Break Item এই পৃষ্ঠা বিরতির আগে পৃষ্ঠাটি সম্পূর্ণ করার পরে (অর্থাৎ ফর্মের মাধ্যমে স্বাভাবিক রৈখিক অগ্রগতির মাধ্যমে এই পৃষ্ঠা বিরতিতে পৌঁছানোর পরে) পৃষ্ঠাটি সেট করে।
set Go To Page(navigationType) Page Break Item এই পৃষ্ঠা বিরতির আগে পৃষ্ঠাটি সম্পূর্ণ করার পরে ঘটে যাওয়া পৃষ্ঠা নেভিগেশনের ধরন সেট করে (অর্থাৎ, ফর্মের মাধ্যমে স্বাভাবিক রৈখিক অগ্রগতির মাধ্যমে এই পৃষ্ঠা বিরতিতে পৌঁছানোর পরে)।
set Help Text(text) Page Break Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Title(title) Page Break Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CONTINUE Enum বর্তমান পৃষ্ঠাটি পূরণ করার পর ফর্মের পরবর্তী পৃষ্ঠায় যান।
GO_TO_PAGE Enum বর্তমান পৃষ্ঠাটি পূরণ করার পরে ফর্মের একটি নির্দিষ্ট পৃষ্ঠায় যান।
RESTART Enum বর্তমান পৃষ্ঠাটি সম্পূর্ণ করার পরে, এখন পর্যন্ত প্রবেশ করা উত্তরগুলি পরিষ্কার না করে শুরু থেকে ফর্মটি পুনরায় চালু করুন।
SUBMIT Enum বর্তমান পৃষ্ঠাটি পূরণ করার পরে ফর্মের প্রতিক্রিয়া জমা দিন।

Paragraph Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Paragraph Text Item এই অনুচ্ছেদ পাঠ্য আইটেমের জন্য কোনো ডেটা বৈধতা সরিয়ে দেয়।
create Response(response) Item Response এই অনুচ্ছেদ পাঠ্য আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Paragraph Text Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Paragraph Text Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Paragraph Text Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) Paragraph Text Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Paragraph Text Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Paragraph Text Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
set Validation(validation) Paragraph Text Item এই অনুচ্ছেদ পাঠ্য আইটেমের জন্য ডেটা যাচাইকরণ সেট করে।

Paragraph Text Validation

Paragraph Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Text Contains Pattern(pattern) Paragraph Text Validation Builder প্যাটার্ন ধারণ করার জন্য প্রতিক্রিয়া প্রয়োজন।
require Text Does Not Contain Pattern(pattern) Paragraph Text Validation Builder প্যাটার্ন ধারণ না করার জন্য প্রতিক্রিয়া প্রয়োজন।
require Text Does Not Match Pattern(pattern) Paragraph Text Validation Builder প্যাটার্নের সাথে মিল না হওয়ার জন্য প্রতিক্রিয়া প্রয়োজন।
require Text Length Greater Than Or Equal To(number) Paragraph Text Validation Builder প্রতিক্রিয়ার দৈর্ঘ্য মানের থেকে বেশি বা সমান হতে হবে।
require Text Length Less Than Or Equal To(number) Paragraph Text Validation Builder প্রতিক্রিয়ার দৈর্ঘ্য মান থেকে কম হওয়া প্রয়োজন।
require Text Matches Pattern(pattern) Paragraph Text Validation Builder মিল প্যাটার্নের প্রতিক্রিয়া প্রয়োজন।

Quiz Feedback

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Link Urls() String[] ফিডব্যাকের সাথে যুক্ত URL গুলির একটি তালিকা পায়৷
get Text() String ফিডব্যাকের ডিসপ্লে টেক্সট পায়।

Quiz Feedback Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Link(url) Quiz Feedback Builder প্রতিক্রিয়া এর সম্পূরক উপাদান একটি লিঙ্ক যোগ করে.
add Link(url, displayText) Quiz Feedback Builder প্রতিক্রিয়া এর সম্পূরক উপাদান একটি লিঙ্ক যোগ করে.
build() Quiz Feedback এই নির্মাতার জন্য সংশ্লিষ্ট ধরনের একটি প্রতিক্রিয়া তৈরি করে।
copy() Quiz Feedback Builder এই নির্মাতার একটি অনুলিপি প্রদান করে।
set Text(text) Quiz Feedback Builder প্রতিক্রিয়া পাঠ্য সেট করে।

Rating Icon Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
STAR Enum একটি তারকা আইকন।
HEART Enum একটি হার্ট আইকন।
THUMB_UP Enum একটি থাম্ব আপ আইকন।

Rating Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই রেটিং আইটেমের জন্য একটি নতুন Item Response তৈরি করে৷
duplicate() Rating Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Rating Icon() Rating Icon Type রেটিং এর জন্য নির্বাচিত আইকন পায়।
get Rating Scale Level() Integer রেটিং এর স্কেল স্তর পায়.
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Rating Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Rating Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) Rating Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Rating Icon(ratingIcon) Rating Item রেটিং এর আইকন সেট করে।
set Rating Scale Level(ratingScaleLevel) Rating Item রেটিং এর সর্বোচ্চ স্কেল স্তর সেট করে।
set Required(enabled) Rating Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Rating Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Scale Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই স্কেল আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Scale Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Left Label() String স্কেলের নিম্ন সীমার জন্য লেবেল পায়, যদি থাকে।
get Lower Bound() Integer স্কেল এর নিম্ন সীমা পায়.
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Right Label() String স্কেলের উপরের সীমার জন্য লেবেল পায়, যদি থাকে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
get Upper Bound() Integer স্কেল এর উপরের সীমা পায়.
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Bounds(lower, upper) Scale Item স্কেলের নিম্ন এবং উপরের সীমানা সেট করে।
set General Feedback(feedback) Scale Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Scale Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Labels(lower, upper) Scale Item স্কেলের নিম্ন এবং উপরের সীমার জন্য লেবেল সেট করে।
set Points(points) Scale Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Scale Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Scale Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Section Header Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Section Header Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
set Help Text(text) Section Header Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Title(title) Section Header Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।

Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Text Item এই টেক্সট আইটেম জন্য কোনো তথ্য বৈধতা সরান.
create Response(response) Item Response এই পাঠ্য আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Text Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতারা যখন একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় তখন তাদের দেখানো প্রতিক্রিয়া দেখায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পায় (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমগুলির জন্য বর্ণনা পাঠ্য বলা হয়)।
get Id() Integer আইটেমের অনন্য শনাক্তকারী পায়।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচী পায়।
get Points() Integer গ্রেডযোগ্য আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পায় (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরন পায়, একটি Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Text Item উত্তরদাতাদের দেখানোর জন্য প্রতিক্রিয়া সেট করে যখন তারা একটি গ্রেডযোগ্য প্রশ্নের উত্তর দেয় যার সঠিক বা ভুল উত্তর নেই (যেমন প্রশ্নগুলির জন্য ম্যানুয়াল গ্রেডিং প্রয়োজন)।
set Help Text(text) Text Item আইটেমটির সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো লেআউট আইটেমের জন্য বর্ণনা পাঠ্য বলা হয়)।
set Points(points) Text Item একটি গ্রেডযোগ্য আইটেমের মূল্যের পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Text Item উত্তরদাতাকে প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Text Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার টেক্সট বলা হয়, একটি Section Header Item ক্ষেত্রে)।
set Validation(validation) Text Item এই টেক্সট আইটেমের জন্য ডেটা যাচাইকরণ সেট করে।

Text Validation

Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Number() Text Validation Builder একটি সংখ্যা হতে পাঠ্য আইটেম প্রয়োজন.
require Number Between(start, end) Text Validation Builder টেক্সট আইটেম শুরু এবং শেষের মধ্যে একটি সংখ্যা হওয়া প্রয়োজন, অন্তর্ভুক্ত।
require Number Equal To(number) Text Validation Builder টেক্সট আইটেম নির্দিষ্ট মানের সমান একটি সংখ্যা হতে হবে।
require Number Greater Than(number) Text Validation Builder টেক্সট আইটেম নির্দিষ্ট মানের চেয়ে বড় একটি সংখ্যা প্রয়োজন.
require Number Greater Than Or Equal To(number) Text Validation Builder টেক্সট আইটেমটি নির্দিষ্ট করা মানের থেকে বড় বা সমান হওয়া প্রয়োজন।
require Number Less Than(number) Text Validation Builder টেক্সট আইটেম নির্দিষ্ট মানের থেকে কম সংখ্যা হতে হবে।
require Number Less Than Or Equal To(number) Text Validation Builder টেক্সট আইটেমটি নির্দিষ্ট মানের থেকে কম বা সমান একটি সংখ্যা হতে হবে।
require Number Not Between(start, end) Text Validation Builder পাঠ্য আইটেমটি এমন একটি সংখ্যা হতে হবে যা শুরু এবং শেষের মধ্যে নয়, অন্তর্ভুক্ত।
require Number Not Equal To(number) Text Validation Builder টেক্সট আইটেমটি নির্দিষ্ট মানের সমান নয় এমন একটি সংখ্যা হতে হবে।
require Text Contains Pattern(pattern) Text Validation Builder প্যাটার্ন ধারণ করার জন্য প্রতিক্রিয়া প্রয়োজন।
require Text Does Not Contain Pattern(pattern) Text Validation Builder প্যাটার্ন ধারণ না করার জন্য প্রতিক্রিয়া প্রয়োজন।
require Text Does Not Match Pattern(pattern) Text Validation Builder প্যাটার্নের সাথে মিল না হওয়ার জন্য প্রতিক্রিয়া প্রয়োজন।
require Text Is Email() Text Validation Builder একটি ইমেল ঠিকানা হতে পাঠ্য আইটেম প্রয়োজন.
require Text Is Url() Text Validation Builder একটি URL হতে পাঠ্য আইটেম প্রয়োজন.
require Text Length Greater Than Or Equal To(number) Text Validation Builder প্রতিক্রিয়ার দৈর্ঘ্য মানের থেকে বেশি বা সমান হতে হবে।
require Text Length Less Than Or Equal To(number) Text Validation Builder প্রতিক্রিয়ার দৈর্ঘ্য মান থেকে কম হওয়া প্রয়োজন।
require Text Matches Pattern(pattern) Text Validation Builder মিল প্যাটার্নের প্রতিক্রিয়া প্রয়োজন।
require Whole Number() Text Validation Builder টেক্সট আইটেম একটি পূর্ণ সংখ্যা প্রয়োজন.

Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hour, minute) Item Response এই সময়ের আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Time Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং ফর্মের শেষে এটি যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Time Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Time Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) Time Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Time Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Time Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Video Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Video Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Alignment() Alignment ভিডিওটির অনুভূমিক প্রান্তিককরণ পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
get Width() Integer পিক্সেলগুলিতে ভিডিওর প্রস্থ পান।
set Alignment(alignment) Video Item ভিডিওর অনুভূমিক প্রান্তিককরণ সেট করে।
set Help Text(text) Video Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Title(title) Video Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
set Video Url(youtubeUrl) Video Item প্রদত্ত ইউটিউব ইউআরএল বা ইউটিউব ভিডিও আইডি থেকে ভিডিওটি নিজেই সেট করে।
set Width(width) Video Item পিক্সেলগুলিতে ভিডিওর প্রস্থ সেট করে।
,
ফর্ম

এই পরিষেবাটি স্ক্রিপ্টগুলিকে গুগল ফর্মগুলি তৈরি, অ্যাক্সেস এবং সংশোধন করার অনুমতি দেয়।

// Create a new unpublished form, then add a checkbox question, a multiple choice question,
// a page break, then a date question and a grid of questions, then publish the form and share
// with responders.
var form = FormApp.create('New Form', /* isPublished= */ false);
var item = form.addCheckboxItem();
item.setTitle('What condiments would you like on your hot dog?');
item.setChoices([
        item.createChoice('Ketchup'),
        item.createChoice('Mustard'),
        item.createChoice('Relish')
    ]);
form.addMultipleChoiceItem()
    .setTitle('Do you prefer cats or dogs?')
    .setChoiceValues(['Cats','Dogs'])
    .showOtherOption(true);
form.addPageBreakItem()
    .setTitle('Getting to know you');
form.addDateItem()
    .setTitle('When were you born?');
form.addGridItem()
    .setTitle('Rate your interests')
    .setRows(['Cars', 'Computers', 'Celebrities'])
    .setColumns(['Boring', 'So-so', 'Interesting']);

form.setPublished(true);
form.addPublishedReaders(['user@example.com', 'group@example.com']);

Logger.log('Published URL: ' + form.getPublishedUrl());
Logger.log('Editor URL: ' + form.getEditUrl());

ক্লাস

নাম সংক্ষিপ্ত বিবরণ
Alignment সমর্থিত ধরণের চিত্র সারিবদ্ধকরণের প্রতিনিধিত্বকারী একটি এনাম।
Checkbox Grid Item কলাম এবং সারিগুলির গ্রিড হিসাবে উপস্থাপিত একটি প্রশ্ন আইটেম, যা উত্তরদাতাকে চেকবক্সগুলির ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়।
Checkbox Grid Validation একটি Checkbox Grid Item জন্য একটি ডেটাভ্যালিডেশন।
Checkbox Grid Validation Builder একটি Checkbox Grid Validation জন্য একটি ডেটাভালিডেশনবিল্ডার।
Checkbox Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে এক বা একাধিক চেকবক্স, পাশাপাশি একটি al চ্ছিক "অন্যান্য" ক্ষেত্র নির্বাচন করতে দেয়।
Checkbox Validation একটি Checkbox Item জন্য একটি ডেটাভ্যালিডেশন।
Checkbox Validation Builder একটি Checkbox Validation জন্য একটি ডেটাভালিডেশনবিল্ডার।
Choice এক ধরণের Item সাথে যুক্ত একটি একক পছন্দ যা Checkbox Item , List Item বা Multiple Choice Item মতো পছন্দগুলি সমর্থন করে।
Date Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
Date Time Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়।
Destination Type সমর্থিত ধরণের ফর্ম-প্রতিক্রিয়া গন্তব্যগুলির প্রতিনিধিত্বকারী একটি এনাম।
Duration Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে সময়কে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
Feedback Type সমর্থিত ধরণের প্রতিক্রিয়া উপস্থাপন করে এমন একটি এনাম।
Form একটি ফর্ম যা সামগ্রিক বৈশিষ্ট্য এবং আইটেম ধারণ করে।
Form App কোনও স্ক্রিপ্টকে একটি বিদ্যমান Form খুলতে বা একটি নতুন তৈরি করার অনুমতি দেয়।
Form Response সামগ্রিকভাবে ফর্মের একটি প্রতিক্রিয়া।
Grid Item কলাম এবং সারিগুলির গ্রিড হিসাবে উপস্থাপিত একটি প্রশ্ন আইটেম, যা উত্তরদাতাকে রেডিও বোতামগুলির ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়।
Grid Validation একটি Grid Item জন্য একটি ডেটাভ্যালিডেশন।
Grid Validation Builder Grid Validation জন্য একটি ডেটাভালিডেশনবিল্ডার।
Image Item একটি লেআউট আইটেম যা একটি চিত্র প্রদর্শন করে।
Item একটি জেনেরিক ফর্ম আইটেম যা শিরোনাম এবং সহায়তা পাঠ্যের মতো সমস্ত আইটেমগুলিতে সাধারণ বৈশিষ্ট্যযুক্ত।
Item Response একটি ফর্মের মধ্যে একটি প্রশ্ন আইটেম একটি প্রতিক্রিয়া।
Item Type একটি এনাম সমর্থিত ধরণের ফর্ম আইটেম উপস্থাপন করে।
List Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে ড্রপ-ডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়।
Multiple Choice Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতামগুলির তালিকা বা al চ্ছিক "অন্যান্য" ক্ষেত্রের তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়।
Page Break Item একটি লেআউট আইটেম যা একটি পৃষ্ঠার শুরু চিহ্নিত করে।
Page Navigation Type সমর্থিত ধরণের পৃষ্ঠা নেভিগেশনের প্রতিনিধিত্বকারী একটি এনাম।
Paragraph Text Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়।
Paragraph Text Validation Paragraph Text Item জন্য একটি ডেটাভ্যালিডেশন।
Paragraph Text Validation Builder Paragraph Text Validation জন্য একটি ডেটাভালিডেশনবিল্ডার।
Quiz Feedback একটি প্রতিক্রিয়ার শিম বাস্তবায়ন, যা সমস্ত প্রতিক্রিয়ার জন্য সাধারণ বৈশিষ্ট্য যেমন প্রদর্শন পাঠ্য বা লিঙ্কগুলি ধারণ করে।
Quiz Feedback Builder বেস ফিডব্যাকবিল্ডার যা সমস্ত প্রতিক্রিয়ার জন্য সাধারণ বৈশিষ্ট্যের জন্য সেটার ধারণ করে, যেমন প্রদর্শন পাঠ্য।
Rating Icon Type একটি এনাম সমর্থিত ধরণের রেটিং আইকন উপস্থাপন করে।
Rating Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি রেটিং দিতে দেয়।
Scale Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প চয়ন করতে দেয়।
Section Header Item একটি লেআউট আইটেম যা দৃশ্যত একটি বিভাগের সূচনা নির্দেশ করে।
Text Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একক লাইনে প্রবেশ করতে দেয়।
Text Validation একটি Text Item জন্য একটি ডেটাভ্যালিডেশন।
Text Validation Builder একটি Text Validation জন্য একটি ডেটাভালিডেশনবিল্ডার।
Time Item একটি প্রশ্ন আইটেম যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
Video Item একটি লেআউট আইটেম যা একটি ভিডিও প্রদর্শন করে।

Alignment

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
LEFT Enum চিত্রটি ফর্মের বাম দিকে সারিবদ্ধ করুন।
CENTER Enum চিত্রটি ফর্মের কেন্দ্রে সারিবদ্ধ করুন।
RIGHT Enum চিত্রটি ফর্মের ডানদিকে সারিবদ্ধ করুন।

Checkbox Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Grid Item এই গ্রিড আইটেমটির জন্য কোনও ডেটা বৈধতা সরিয়ে দেয়।
create Response(responses) Item Response এই চেকবক্স গ্রিড আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Checkbox Grid Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Columns() String[] গ্রিডের প্রতিটি কলামের জন্য মানগুলি পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Rows() String[] গ্রিডে প্রতিটি সারির জন্য মানগুলি পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Columns(columns) Checkbox Grid Item মানগুলির অ্যারের উপর ভিত্তি করে গ্রিডের কলামগুলি সেট করে।
set Help Text(text) Checkbox Grid Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Required(enabled) Checkbox Grid Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Rows(rows) Checkbox Grid Item মানগুলির অ্যারের উপর ভিত্তি করে গ্রিডের সারিগুলি সেট করে।
set Title(title) Checkbox Grid Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
set Validation(validation) Checkbox Grid Item এই চেকবক্স গ্রিড আইটেমের জন্য ডেটা বৈধতা সেট করে।

Checkbox Grid Validation

Checkbox Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Checkbox Grid Validation Builder গ্রিড আইটেমের জন্য কলাম প্রতি একটি প্রতিক্রিয়ার সীমা প্রয়োজন।

Checkbox Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Item এই চেকবক্স আইটেমটির জন্য কোনও ডেটা বৈধতা সরিয়ে দেয়।
create Choice(value) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, isCorrect) Choice একটি নতুন পছন্দ তৈরি করে।
create Response(responses) Item Response এই চেকবক্স আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Checkbox Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Choices() Choice[] একটি আইটেম জন্য সমস্ত পছন্দ পায়।
get Feedback For Correct() Quiz Feedback উত্তরদাতাদের যখন কোনও প্রশ্নের সঠিক প্রতিক্রিয়া জানায় তখন যে প্রতিক্রিয়া দেখানো হয় তা ফেরত দেয়।
get Feedback For Incorrect() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও প্রশ্নের ভুলভাবে প্রতিক্রিয়া জানায় তখন দেখানো প্রতিক্রিয়াটি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
has Other Option() Boolean আইটেমটির একটি "অন্যান্য" বিকল্প রয়েছে কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Choice Values(values) Checkbox Item স্ট্রিংগুলির একটি অ্যারে থেকে কোনও আইটেমের জন্য পছন্দগুলি সেট করে।
set Choices(choices) Checkbox Item কোনও আইটেমের জন্য পছন্দগুলির একটি অ্যারে সেট করে।
set Feedback For Correct(feedback) Checkbox Item উত্তরদাতাদের যখন তারা কোনও প্রশ্নের সঠিকভাবে প্রতিক্রিয়া জানায় তখন প্রতিক্রিয়া দেখানোর জন্য প্রতিক্রিয়া সেট করে।
set Feedback For Incorrect(feedback) Checkbox Item উত্তরদাতাদের যখন তারা কোনও প্রশ্নের ভুল প্রতিক্রিয়া জানায় তখন প্রতিক্রিয়া দেখানোর জন্য প্রতিক্রিয়া সেট করে।
set Help Text(text) Checkbox Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) Checkbox Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Checkbox Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Checkbox Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
set Validation(validation) Checkbox Item এই চেকবক্স আইটেমটির জন্য ডেটা বৈধতা সেট করে।
show Other Option(enabled) Checkbox Item আইটেমটির একটি "অন্যান্য" বিকল্প রয়েছে কিনা তা সেট করে।

Checkbox Validation

Checkbox Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Select At Least(number) Checkbox Validation Builder কমপক্ষে এই অনেক পছন্দ নির্বাচন করা প্রয়োজন।
require Select At Most(number) Checkbox Validation Builder নির্বাচিত হওয়ার জন্য বেশিরভাগ ক্ষেত্রে এই অনেক পছন্দ প্রয়োজন।
require Select Exactly(number) Checkbox Validation Builder ঠিক এই অনেক পছন্দ নির্বাচন করা প্রয়োজন।

Choice

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Goto Page() Page Break Item যদি প্রতিক্রিয়াশীল এই পছন্দটি নির্বাচন করে এবং বর্তমান পৃষ্ঠাটি সম্পূর্ণ করে Page Break Item GO_TO_PAGE গন্তব্য হিসাবে সেট করে।
get Page Navigation Type() Page Navigation Type পৃষ্ঠপোষক এই পছন্দটি নির্বাচন করে এবং বর্তমান পৃষ্ঠাটি সম্পূর্ণ করে যদি Page Navigation Type ঘটে।
get Value() String পছন্দের মানটি পায়, যা উত্তরদাতারা ফর্মটি দেখার সময় একটি লেবেল হিসাবে দেখেন।
is Correct Answer() Boolean পছন্দটি প্রশ্নের সঠিক উত্তর কিনা তা পায়।

Date Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই তারিখের আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Date Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
includes Year() Boolean তারিখের আইটেমটিতে একটি বছরের বিকল্প অন্তর্ভুক্ত রয়েছে কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Date Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Date Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Includes Year(enableYear) Date Item তারিখের আইটেমটিতে এক বছরের সেটিং অন্তর্ভুক্ত রয়েছে কিনা তা সেট করে।
set Points(points) Date Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Date Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Date Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Date Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই তারিখ-সময় আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Date Time Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
includes Year() Boolean তারিখের আইটেমটিতে একটি বছরের বিকল্প অন্তর্ভুক্ত রয়েছে কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Date Time Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Date Time Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Includes Year(enableYear) Date Time Item তারিখের আইটেমটিতে এক বছরের সেটিং অন্তর্ভুক্ত রয়েছে কিনা তা সেট করে।
set Points(points) Date Time Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Date Time Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Date Time Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Destination Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
SPREADSHEET Enum ফর্ম প্রতিক্রিয়াগুলির গন্তব্য হিসাবে একটি গুগল শিট স্প্রেডশিট।

Duration Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hours, minutes, seconds) Item Response এই তারিখের আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Duration Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Duration Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Duration Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) Duration Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Duration Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Duration Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Feedback Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CORRECT Enum প্রতিক্রিয়া যা সঠিকভাবে উত্তর দেওয়া একটি প্রশ্নের জন্য উত্তরদাতাদের কাছে স্বয়ংক্রিয়ভাবে প্রদর্শিত হয়।
INCORRECT Enum প্রতিক্রিয়া যা স্বয়ংক্রিয়ভাবে উত্তরদাতাদের কাছে একটি প্রশ্নের উত্তর ভুলভাবে প্রদর্শিত হয়।
GENERAL Enum প্রতিক্রিয়াগুলি যখন উত্তরদাতাদের তাদের প্রতিক্রিয়া জমা দেয় তখন স্বয়ংক্রিয়ভাবে প্রদর্শিত হয়।

Form

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Checkbox Grid Item() Checkbox Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে চেকবক্সের একটি ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়৷
add Checkbox Item() Checkbox Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে এক বা একাধিক চেকবক্স নির্বাচন করতে দেয়, সেইসাথে একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্র।
add Date Item() Date Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
add Date Time Item() Date Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়৷
add Duration Item() Duration Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
add Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editors(emailAddresses) Form Form জন্য সম্পাদকদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Grid Item() Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে রেডিও বোতামগুলির একটি ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়৷
add Image Item() Image Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি চিত্র প্রদর্শন করে।
add List Item() List Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি ড্রপডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Multiple Choice Item() Multiple Choice Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে রেডিও বোতামের তালিকা বা একটি ঐচ্ছিক "অন্য" ক্ষেত্র থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Page Break Item() Page Break Item একটি নতুন লেআউট আইটেম যোগ করে যা একটি পৃষ্ঠার শুরুকে চিহ্নিত করে।
add Paragraph Text Item() Paragraph Text Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়৷
add Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Readers(emailAddresses) Form Form জন্য উত্তরদাতাদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Rating Item() Rating Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি রেটিং দেওয়ার অনুমতি দেয়৷
add Scale Item() Scale Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প বেছে নিতে দেয়৷
add Section Header Item() Section Header Item একটি নতুন লেআউট আইটেম যুক্ত করে যা দৃশ্যত একটি বিভাগের শুরুকে নির্দেশ করে৷
add Text Item() Text Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে পাঠ্যের একটি লাইন প্রবেশ করতে দেয়।
add Time Item() Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
add Video Item() Video Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি ভিডিও প্রদর্শন করে।
can Edit Response() Boolean ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
collects Email() Boolean ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা নির্ধারণ করে।
create Response() Form Response ফর্মে একটি নতুন প্রতিক্রিয়া তৈরি করে।
delete All Responses() Form ফর্মের প্রতিক্রিয়া স্টোর থেকে জমা দেওয়া সমস্ত প্রতিক্রিয়া মুছে দেয়৷
delete Item(index) void ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত সূচীতে আইটেমটি মুছে দেয়।
delete Item(item) void প্রদত্ত আইটেম মুছে দেয়।
delete Response(responseId) Form ফর্মের প্রতিক্রিয়া দোকান থেকে একটি একক প্রতিক্রিয়া মুছে দেয়৷
get Confirmation Message() String ফর্মের নিশ্চিতকরণ বার্তা পায়।
get Custom Closed Form Message() String ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শিত কাস্টম বার্তাটি পায়, অথবা কোনও কাস্টম বার্তা সেট না থাকলে একটি খালি স্ট্রিং পায়৷
get Description() String ফর্মের বিবরণ পায়।
get Destination Id() String ফর্মের প্রতিক্রিয়া গন্তব্যের আইডি পায়।
get Destination Type() Destination Type ফর্মের প্রতিক্রিয়া গন্তব্যের ধরন পায়।
get Edit Url() String ফর্মের সম্পাদনা মোড অ্যাক্সেস করতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Editors() User[] এই Form জন্য সম্পাদকদের তালিকা পায়।
get Id() String ফর্মের আইডি পায়।
get Item By Id(id) Item একটি প্রদত্ত আইডি দিয়ে আইটেম পায়.
get Items() Item[] ফর্ম সব আইটেম একটি অ্যারে পায়.
get Items(itemType) Item[] একটি প্রদত্ত ধরনের সমস্ত আইটেমের একটি অ্যারে পায়।
get Published Readers() User[] এই Form জন্য উত্তরদাতাদের তালিকা পায়।
get Published Url() String ফর্মের প্রতিক্রিয়া জানাতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Response(responseId) Form Response এর প্রতিক্রিয়া আইডির উপর ভিত্তি করে একটি একক ফর্ম প্রতিক্রিয়া পায়৷
get Responses() Form Response[] ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Responses(timestamp) Form Response[] একটি প্রদত্ত তারিখ এবং সময়ের পরে ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Shuffle Questions() Boolean ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা নির্ধারণ করে।
get Summary Url() String ফর্মের প্রতিক্রিয়াগুলির একটি সারাংশ দেখতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Title() String ফর্মের শিরোনাম পায়।
has Limit One Response Per User() Boolean ফর্মটি প্রতি উত্তরদাতাকে শুধুমাত্র একটি প্রতিক্রিয়ার অনুমতি দেয় কিনা তা নির্ধারণ করে।
has Progress Bar() Boolean ফর্মটি একটি অগ্রগতি বার প্রদর্শন করে কিনা তা নির্ধারণ করে।
has Respond Again Link() Boolean একজন উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Accepting Responses() Boolean ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা নির্ধারণ করে৷
is Published() Boolean ফর্ম প্রকাশ করা হয়েছে কিনা তা নির্ধারণ করে।
is Publishing Summary() Boolean একজন উত্তরদাতা ফর্মটি সম্পূর্ণ করার পরে প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য ফর্মটি একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Quiz() Boolean ফর্মটি একটি কুইজ কিনা তা নির্ধারণ করে৷
move Item(from, to) Item ফর্মের সমস্ত আইটেমগুলির মধ্যে একটি প্রদত্ত সূচকে একটি আইটেমকে অন্য প্রদত্ত সূচকে স্থানান্তরিত করে।
move Item(item, toIndex) Item ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত আইটেমকে একটি প্রদত্ত সূচীতে স্থানান্তর করে।
remove Destination() Form ফর্মটিকে তার বর্তমান প্রতিক্রিয়া গন্তব্য থেকে লিঙ্কমুক্ত করে৷
remove Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
set Accepting Responses(enabled) Form ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা সেট করে৷
set Allow Response Edits(enabled) Form ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Collect Email(collect) Form ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা সেট করে।
set Confirmation Message(message) Form ফর্মের নিশ্চিতকরণ বার্তা সেট করে।
set Custom Closed Form Message(message) Form ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শনের জন্য বার্তা সেট করে।
set Description(description) Form ফর্মের বিবরণ সেট করে।
set Destination(type, id) Form গন্তব্য সেট করে যেখানে ফর্ম প্রতিক্রিয়া সংরক্ষিত হয়।
set Is Quiz(enabled) Form ফর্মটি একটি কুইজ কিনা তা সেট করে৷
set Limit One Response Per User(enabled) Form ফর্ম প্রতি উত্তরদাতা শুধুমাত্র একটি প্রতিক্রিয়া অনুমতি দেয় কিনা সেট করে।
set Progress Bar(enabled) Form ফর্মটিতে একটি অগ্রগতি বার আছে কিনা তা সেট করে।
set Published(enabled) Form ফর্ম প্রকাশ করা হয়েছে কিনা তা সেট করে।
set Publishing Summary(enabled) Form উত্তরদাতা ফর্ম জমা দেওয়ার পরে ফর্মটি প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Show Link To Respond Again(enabled) Form উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Shuffle Questions(shuffle) Form ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা সেট করে।
set Title(title) Form ফর্মের শিরোনাম সেট করে।
shorten Form Url(url) String একটি ফর্মের জন্য একটি দীর্ঘ URL একটি ছোট URL এ রূপান্তর করে৷
submit Grades(responses) Form প্রদত্ত ফর্ম প্রতিক্রিয়াগুলির জন্য গ্রেড জমা দেয়৷
supports Advanced Responder Permissions() Boolean ফর্মটি প্রকাশকে সমর্থন করে কিনা তা নির্ধারণ করে৷

Form App

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
Alignment Alignment চিত্রের প্রান্তিককরণের প্রকারের একটি গণনা।
Destination Type Destination Type প্রকারের গন্তব্যগুলির একটি গণনা যা ফর্ম প্রতিক্রিয়াগুলি সঞ্চয় করতে পারে।
Feedback Type Feedback Type ফর্ম Feedbacks ধরণগুলির একটি গণনা।
Item Type Item Type ফর্ম Items ধরণের একটি গণনা।
Page Navigation Type Page Navigation Type পৃষ্ঠাগুলি নেভিগেট করার জন্য সম্ভাব্য আচরণের একটি গণনা।
Rating Icon Type Rating Icon Type রেটিং আইকন প্রকারের Rating Icons একটি গণনা

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create(title) Form একটি নতুন Form তৈরি এবং প্রদান করে।
create(title, isPublished) Form অনুরোধ করা প্রকাশের রাজ্যে একটি নতুন Form তৈরি করে এবং ফেরত দেয়।
create Checkbox Grid Validation() Checkbox Grid Validation Builder একটি চেকবক্সগ্রিডভ্যালিডেশন বিল্ডারের একটি উদাহরণ দেয় যা একটি Checkbox Grid Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Checkbox Validation() Checkbox Validation Builder একটি চেকবক্সভিডেশন বিল্ডারের একটি উদাহরণ দেয় যা একটি Checkbox Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Feedback() Quiz Feedback Builder একটি কুইজফিডব্যাকবিল্ডারের একটি উদাহরণ প্রদান করে যা একটি গ্র্যাজেবল Item প্রতিক্রিয়া সেট করতে ব্যবহার করা যেতে পারে।
create Grid Validation() Grid Validation Builder গ্রিডভিডেশন বিল্ডারের একটি উদাহরণ দেয় যা Grid Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে।
create Paragraph Text Validation() Paragraph Text Validation Builder Paragraph Text Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে এমন একটি অনুচ্ছেদে একটি অনুচ্ছেদে ফিরে আসে।
create Text Validation() Text Validation Builder একটি Text Item বৈধতা সেট করতে ব্যবহার করা যেতে পারে এমন একটি টেক্সটভ্যালিডেশন বিল্ডারের উদাহরণ দেয়।
get Active Form() Form স্ক্রিপ্টটি ধারক-আবদ্ধ এমন ফর্মটি ফেরত দেয়।
get Ui() Ui ফর্ম সম্পাদকের ব্যবহারকারী-ইন্টারফেস পরিবেশের একটি উদাহরণ প্রদান করে যা স্ক্রিপ্টটিকে মেনু, ডায়ালগ এবং সাইডবারগুলির মতো বৈশিষ্ট্য যুক্ত করতে দেয়।
open By Id(id) Form নির্দিষ্ট আইডি দিয়ে Form ফেরত দেয়।
open By Url(url) Form নির্দিষ্ট ইউআরএল দিয়ে Form ফেরত দেয়।

Form Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Edit Response Url() String ইতিমধ্যে জমা দেওয়া হয়েছে এমন একটি প্রতিক্রিয়া সম্পাদনা করতে ব্যবহার করা যেতে পারে এমন একটি ইউআরএল উত্পন্ন করে।
get Gradable Item Responses() Item Response[] ফর্ম প্রতিক্রিয়াতে থাকা সমস্ত আইটেম প্রতিক্রিয়াগুলি একই ক্রমে আইটেমগুলি ফর্মটিতে প্রদর্শিত হয়।
get Gradable Response For Item(item) Item Response প্রদত্ত আইটেমের জন্য ফর্ম প্রতিক্রিয়াতে থাকা আইটেমের প্রতিক্রিয়া পান।
get Id() String ফর্ম প্রতিক্রিয়া আইডি পায়।
get Item Responses() Item Response[] ফর্ম প্রতিক্রিয়াতে থাকা সমস্ত আইটেম প্রতিক্রিয়াগুলি একই ক্রমে আইটেমগুলি ফর্মটিতে প্রদর্শিত হয়।
get Respondent Email() String Form.setCollectEmail(collect) সেটিংস সক্ষম করা থাকলে যে প্রতিক্রিয়া জমা দিয়েছেন তার ইমেল ঠিকানা পান।
get Response For Item(item) Item Response প্রদত্ত আইটেমের জন্য এই ফর্ম প্রতিক্রিয়াতে থাকা আইটেমের প্রতিক্রিয়া পান।
get Timestamp() Date ফর্ম প্রতিক্রিয়া জমা দেওয়ার জন্য টাইমস্ট্যাম্প পান।
submit() Form Response প্রতিক্রিয়া জমা দেয়।
to Prefilled Url() String ফর্মটির জন্য একটি ইউআরএল উত্পন্ন করে যেখানে এই ফর্ম প্রতিক্রিয়ার উত্তরগুলির ভিত্তিতে উত্তরগুলি প্রাক-ভরা থাকে।
with Item Grade(gradedResponse) Form Response প্রদত্ত আইটেম প্রতিক্রিয়ার গ্রেডগুলি একটি ফর্ম প্রতিক্রিয়াতে যুক্ত করে।
with Item Response(response) Form Response একটি ফর্ম প্রতিক্রিয়াতে প্রদত্ত আইটেম প্রতিক্রিয়া যুক্ত করে।

Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Grid Item এই গ্রিড আইটেমটির জন্য কোনও ডেটা বৈধতা সরিয়ে দেয়।
create Response(responses) Item Response এই গ্রিড আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Grid Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Columns() String[] গ্রিডের প্রতিটি কলামের জন্য মানগুলি পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Rows() String[] গ্রিডে প্রতিটি সারির জন্য মানগুলি পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Columns(columns) Grid Item মানগুলির অ্যারের উপর ভিত্তি করে গ্রিডের কলামগুলি সেট করে।
set Help Text(text) Grid Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Required(enabled) Grid Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Rows(rows) Grid Item মানগুলির অ্যারের উপর ভিত্তি করে গ্রিডের সারিগুলি সেট করে।
set Title(title) Grid Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
set Validation(validation) Grid Item এই গ্রিড আইটেমটির জন্য ডেটা বৈধতা সেট করে।

Grid Validation

Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Grid Validation Builder গ্রিড আইটেমের জন্য কলাম প্রতি একটি প্রতিক্রিয়ার সীমা প্রয়োজন।

Image Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Image Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Alignment() Alignment চিত্রটির অনুভূমিক প্রান্তিককরণ পায়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Image() Blob বর্তমানে আইটেমটিতে নির্ধারিত চিত্রটি পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
get Width() Integer পিক্সেলগুলিতে চিত্রের প্রস্থ পান।
set Alignment(alignment) Image Item চিত্রের অনুভূমিক প্রান্তিককরণ সেট করে।
set Help Text(text) Image Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Image(image) Image Item চিত্র নিজেই সেট করে।
set Title(title) Image Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
set Width(width) Image Item পিক্সেলগুলিতে চিত্রের প্রস্থ সেট করে।

Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
as Checkbox Grid Item() Checkbox Grid Item চেকবক্স গ্রিড আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Checkbox Item() Checkbox Item চেকবক্স আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Date Item() Date Item তারিখ আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Date Time Item() Date Time Item তারিখ-সময় আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Duration Item() Duration Item সময়কাল আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Grid Item() Grid Item গ্রিড আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Image Item() Image Item চিত্র আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as List Item() List Item তালিকা আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Multiple Choice Item() Multiple Choice Item একাধিক-পছন্দ আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Page Break Item() Page Break Item পৃষ্ঠা-ব্রেক আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Paragraph Text Item() Paragraph Text Item অনুচ্ছেদ-পাঠ্য আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Rating Item() Rating Item রেটিং আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Scale Item() Scale Item স্কেল আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Section Header Item() Section Header Item বিভাগ-শিরোনাম আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Text Item() Text Item পাঠ্য আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Time Item() Time Item সময় আইটেম হিসাবে আইটেমটি ফেরত দেয়।
as Video Item() Video Item ভিডিও আইটেম হিসাবে আইটেমটি ফেরত দেয়।
duplicate() Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
set Help Text(text) Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Title(title) Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Item Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Feedback() Object উত্তরদাতার জমা দেওয়া উত্তরের জন্য যে প্রতিক্রিয়া দেওয়া হয়েছিল তা পায়।
get Item() Item এই প্রতিক্রিয়া উত্তর দেয় এমন প্রশ্ন আইটেমটি পায়।
get Response() Object উত্তরদাতা জমা দেওয়া উত্তর পান।
get Score() Object উত্তরদাতার জমা দেওয়া উত্তরের জন্য স্কোর পান।
set Feedback(feedback) Item Response উত্তরদাতার জমা দেওয়া উত্তরের জন্য প্রদর্শিত হওয়া উচিত এমন প্রতিক্রিয়া সেট করে।
set Score(score) Item Response উত্তরদাতার জমা দেওয়া উত্তরের জন্য স্কোর সেট করে।

Item Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CHECKBOX Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে এক বা একাধিক চেকবক্স, পাশাপাশি একটি al চ্ছিক "অন্যান্য" ক্ষেত্র নির্বাচন করতে দেয়।
CHECKBOX_GRID Enum কলাম এবং সারিগুলির গ্রিড হিসাবে উপস্থাপিত একটি প্রশ্ন আইটেম, যা উত্তরদাতাকে চেকবক্সগুলির ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়।
DATE Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
DATETIME Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়।
DURATION Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে সময়কে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
GRID Enum কলাম এবং সারিগুলির গ্রিড হিসাবে উপস্থাপিত একটি প্রশ্ন আইটেম, যা উত্তরদাতাকে রেডিও বোতামগুলির ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়।
IMAGE Enum একটি লেআউট আইটেম যা একটি চিত্র প্রদর্শন করে।
LIST Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে ড্রপ-ডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়।
MULTIPLE_CHOICE Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতামগুলির তালিকা বা al চ্ছিক "অন্যান্য" ক্ষেত্রের তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়।
PAGE_BREAK Enum একটি লেআউট আইটেম যা একটি পৃষ্ঠার শুরু চিহ্নিত করে।
PARAGRAPH_TEXT Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়।
RATING Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি রেটিং দিতে দেয়।
SCALE Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প চয়ন করতে দেয়।
SECTION_HEADER Enum একটি লেআউট আইটেম যা দৃশ্যত একটি বিভাগের সূচনা নির্দেশ করে।
TEXT Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে পাঠ্যের একক লাইনে প্রবেশ করতে দেয়।
TIME Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
VIDEO Enum একটি লেআউট আইটেম যা একটি ইউটিউব ভিডিও প্রদর্শন করে।
FILE_UPLOAD Enum একটি প্রশ্ন আইটেম যা উত্তরদাতাকে একটি ফাইল আপলোড করতে দেয়।
UNSUPPORTED Enum এমন একটি আইটেম যা বর্তমানে এপিআইয়ের মাধ্যমে সমর্থিত নয়।

List Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, isCorrect) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, navigationItem) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্পের সাথে একটি নতুন পছন্দ তৈরি করে যা প্রদত্ত পৃষ্ঠা-ব্রেক আইটেমটিতে ঝাঁপিয়ে পড়ে।
create Choice(value, navigationType) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্প সহ একটি নতুন পছন্দ তৈরি করে।
create Response(response) Item Response এই তালিকা আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() List Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Choices() Choice[] একটি আইটেম জন্য সমস্ত পছন্দ পায়।
get Feedback For Correct() Quiz Feedback উত্তরদাতাদের যখন কোনও প্রশ্নের সঠিক প্রতিক্রিয়া জানায় তখন যে প্রতিক্রিয়া দেখানো হয় তা ফেরত দেয়।
get Feedback For Incorrect() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও প্রশ্নের ভুলভাবে প্রতিক্রিয়া জানায় তখন দেখানো প্রতিক্রিয়াটি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Choice Values(values) List Item স্ট্রিংগুলির একটি অ্যারে থেকে কোনও আইটেমের জন্য পছন্দগুলি সেট করে।
set Choices(choices) List Item কোনও আইটেমের জন্য পছন্দগুলির একটি অ্যারে সেট করে।
set Feedback For Correct(feedback) List Item উত্তরদাতাদের যখন তারা কোনও প্রশ্নের সঠিকভাবে প্রতিক্রিয়া জানায় তখন প্রতিক্রিয়া দেখানোর জন্য প্রতিক্রিয়া সেট করে।
set Feedback For Incorrect(feedback) List Item উত্তরদাতাদের যখন তারা কোনও প্রশ্নের ভুল প্রতিক্রিয়া জানায় তখন প্রতিক্রিয়া দেখানোর জন্য প্রতিক্রিয়া সেট করে।
set Help Text(text) List Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) List Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) List Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) List Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Multiple Choice Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, isCorrect) Choice একটি নতুন পছন্দ তৈরি করে।
create Choice(value, navigationItem) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্পের সাথে একটি নতুন পছন্দ তৈরি করে যা প্রদত্ত পৃষ্ঠা-ব্রেক আইটেমটিতে ঝাঁপিয়ে পড়ে।
create Choice(value, navigationType) Choice একটি পৃষ্ঠা-নেভিগেশন বিকল্প সহ একটি নতুন পছন্দ তৈরি করে।
create Response(response) Item Response এই একাধিক-পছন্দ আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Multiple Choice Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Choices() Choice[] একটি আইটেম জন্য সমস্ত পছন্দ পায়।
get Feedback For Correct() Quiz Feedback উত্তরদাতাদের যখন কোনও প্রশ্নের সঠিক প্রতিক্রিয়া জানায় তখন যে প্রতিক্রিয়া দেখানো হয় তা ফেরত দেয়।
get Feedback For Incorrect() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও প্রশ্নের ভুলভাবে প্রতিক্রিয়া জানায় তখন দেখানো প্রতিক্রিয়াটি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
has Other Option() Boolean আইটেমটির একটি "অন্যান্য" বিকল্প রয়েছে কিনা তা নির্ধারণ করে।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Choice Values(values) Multiple Choice Item স্ট্রিংগুলির একটি অ্যারে থেকে কোনও আইটেমের জন্য পছন্দগুলি সেট করে।
set Choices(choices) Multiple Choice Item কোনও আইটেমের জন্য পছন্দগুলির একটি অ্যারে সেট করে।
set Feedback For Correct(feedback) Multiple Choice Item উত্তরদাতাদের যখন তারা কোনও প্রশ্নের সঠিকভাবে প্রতিক্রিয়া জানায় তখন প্রতিক্রিয়া দেখানোর জন্য প্রতিক্রিয়া সেট করে।
set Feedback For Incorrect(feedback) Multiple Choice Item উত্তরদাতাদের যখন তারা কোনও প্রশ্নের ভুল প্রতিক্রিয়া জানায় তখন প্রতিক্রিয়া দেখানোর জন্য প্রতিক্রিয়া সেট করে।
set Help Text(text) Multiple Choice Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) Multiple Choice Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Multiple Choice Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Multiple Choice Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
show Other Option(enabled) Multiple Choice Item আইটেমটির একটি "অন্যান্য" বিকল্প রয়েছে কিনা তা সেট করে।

Page Break Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Page Break Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Go To Page() Page Break Item এই পৃষ্ঠাটি বিরতির আগে পৃষ্ঠাটি শেষ করার পরে ফর্মটি লাফিয়ে উঠবে এমন Page Break Item পেয়েছে (এটি ফর্মের মাধ্যমে সাধারণ লিনিয়ার অগ্রগতির দ্বারা এই পৃষ্ঠাটি বিরতিতে পৌঁছানোর পরে)।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Page Navigation Type() Page Navigation Type এই পৃষ্ঠাটি বিরতির আগে পৃষ্ঠাটি শেষ করার পরে পৃষ্ঠের নেভিগেশনের ধরণটি পায় (এটি ফর্মের মাধ্যমে সাধারণ লিনিয়ার অগ্রগতিতে এই পৃষ্ঠাটি বিরতিতে পৌঁছানোর পরে)।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
set Go To Page(goToPageItem) Page Break Item এই পৃষ্ঠাটি বিরতির আগে পৃষ্ঠাটি শেষ করার পরে পৃষ্ঠাটি লাফাতে সেট করে (এটি ফর্মের মাধ্যমে সাধারণ লিনিয়ার অগ্রগতিতে এই পৃষ্ঠাটি বিরতিতে পৌঁছানোর পরে)।
set Go To Page(navigationType) Page Break Item এই পৃষ্ঠাটি বিরতির আগে পৃষ্ঠাটি শেষ করার পরে যে পৃষ্ঠা নেভিগেশন ঘটে তা সেট করে (এটি ফর্মের মাধ্যমে সাধারণ লিনিয়ার অগ্রগতিতে এই পৃষ্ঠাটি বিরতিতে পৌঁছানোর পরে)।
set Help Text(text) Page Break Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Title(title) Page Break Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CONTINUE Enum বর্তমান পৃষ্ঠাটি শেষ করার পরে ফর্মের পরবর্তী পৃষ্ঠায় চালিয়ে যান।
GO_TO_PAGE Enum বর্তমান পৃষ্ঠাটি শেষ করার পরে ফর্মের একটি নির্দিষ্ট পৃষ্ঠায় ঝাঁপুন।
RESTART Enum বর্তমান পৃষ্ঠাটি শেষ করার পরে এতদূর প্রবেশ করা উত্তরগুলি পরিষ্কার না করেই শুরু থেকে ফর্মটি পুনরায় চালু করুন।
SUBMIT Enum বর্তমান পৃষ্ঠাটি শেষ করার পরে ফর্ম প্রতিক্রিয়া জমা দিন।

Paragraph Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Paragraph Text Item এই অনুচ্ছেদে পাঠ্য আইটেমটির জন্য কোনও ডেটা বৈধতা সরিয়ে দেয়।
create Response(response) Item Response এই অনুচ্ছেদ পাঠ্য আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Paragraph Text Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Paragraph Text Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Paragraph Text Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) Paragraph Text Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Paragraph Text Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Paragraph Text Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।
set Validation(validation) Paragraph Text Item এই অনুচ্ছেদ পাঠ্য আইটেমের জন্য ডেটা বৈধতা সেট করে।

Paragraph Text Validation

Paragraph Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Text Contains Pattern(pattern) Paragraph Text Validation Builder প্যাটার্ন ধারণ করতে প্রতিক্রিয়া প্রয়োজন।
require Text Does Not Contain Pattern(pattern) Paragraph Text Validation Builder প্যাটার্ন না রাখার প্রতিক্রিয়া প্রয়োজন।
require Text Does Not Match Pattern(pattern) Paragraph Text Validation Builder প্যাটার্নের সাথে মেলে না দেওয়ার প্রতিক্রিয়া প্রয়োজন।
require Text Length Greater Than Or Equal To(number) Paragraph Text Validation Builder মানের চেয়ে বেশি বা সমান হতে প্রতিক্রিয়া দৈর্ঘ্য প্রয়োজন।
require Text Length Less Than Or Equal To(number) Paragraph Text Validation Builder মানের চেয়ে কম হতে প্রতিক্রিয়া দৈর্ঘ্য প্রয়োজন।
require Text Matches Pattern(pattern) Paragraph Text Validation Builder ম্যাচ প্যাটার্নের প্রতিক্রিয়া প্রয়োজন।

Quiz Feedback

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Link Urls() String[] প্রতিক্রিয়ার সাথে যুক্ত ইউআরএলগুলির একটি তালিকা পান।
get Text() String প্রতিক্রিয়া প্রদর্শন পাঠ্য পায়।

Quiz Feedback Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Link(url) Quiz Feedback Builder প্রতিক্রিয়ার পরিপূরক উপাদানগুলিতে একটি লিঙ্ক যুক্ত করে।
add Link(url, displayText) Quiz Feedback Builder প্রতিক্রিয়ার পরিপূরক উপাদানগুলিতে একটি লিঙ্ক যুক্ত করে।
build() Quiz Feedback এই নির্মাতার জন্য সংশ্লিষ্ট ধরণের একটি প্রতিক্রিয়া তৈরি করে।
copy() Quiz Feedback Builder এই নির্মাতার একটি অনুলিপি প্রদান করে।
set Text(text) Quiz Feedback Builder প্রতিক্রিয়া পাঠ্য সেট করে।

Rating Icon Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
STAR Enum একটি তারকা আইকন।
HEART Enum একটি হার্ট আইকন।
THUMB_UP Enum একটি থাম্ব আপ আইকন।

Rating Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই রেটিং আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Rating Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Rating Icon() Rating Icon Type রেটিংয়ের জন্য আইকনটি বেছে নেওয়া হয়েছে।
get Rating Scale Level() Integer রেটিংয়ের স্কেল স্তর পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set General Feedback(feedback) Rating Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Rating Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Points(points) Rating Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Rating Icon(ratingIcon) Rating Item রেটিংয়ের আইকন সেট করে।
set Rating Scale Level(ratingScaleLevel) Rating Item রেটিংয়ের সর্বোচ্চ স্কেল স্তর সেট করে।
set Required(enabled) Rating Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Rating Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Scale Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response এই স্কেল আইটেমের জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Scale Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Left Label() String স্কেলের নীচের সীমাটির জন্য লেবেলটি পায়, যদি থাকে।
get Lower Bound() Integer স্কেলের নীচের সীমা পায়।
get Points() Integer একটি গ্র্যাজেবল আইটেমের পয়েন্ট মান প্রদান করে।
get Right Label() String স্কেলের উপরের বাউন্ডের জন্য লেবেল পান, যদি থাকে।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
get Upper Bound() Integer স্কেলের উপরের সীমা পান।
is Required() Boolean উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা নির্ধারণ করে।
set Bounds(lower, upper) Scale Item স্কেলের নিম্ন এবং উপরের সীমানা সেট করে।
set General Feedback(feedback) Scale Item উত্তরদাতাদের কাছে দেখানো প্রতিক্রিয়া সেট করে যখন তারা একটি গ্র্যাজেবল প্রশ্নের প্রতিক্রিয়া জানায় যার সঠিক বা ভুল উত্তর নেই (অর্থাত্ ম্যানুয়াল গ্রেডিংয়ের প্রয়োজন এমন প্রশ্নগুলি)।
set Help Text(text) Scale Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Labels(lower, upper) Scale Item স্কেলের নিম্ন এবং উপরের সীমানার জন্য লেবেল সেট করে।
set Points(points) Scale Item একটি গ্র্যাজেবল আইটেম মূল্যবান পয়েন্টের সংখ্যা সেট করে।
set Required(enabled) Scale Item উত্তরদাতাকে অবশ্যই প্রশ্নের উত্তর দিতে হবে কিনা তা সেট করে।
set Title(title) Scale Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Section Header Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Section Header Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get Help Text() String আইটেমটির সহায়তা পাঠ্য পান (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
get Id() Integer আইটেমটির অনন্য শনাক্তকারী পান।
get Index() Integer ফর্মের সমস্ত আইটেমের মধ্যে আইটেমের সূচকটি পায়।
get Title() String আইটেমের শিরোনাম পান (কখনও কখনও হেডার টেক্সট নামে পরিচিত, Section Header Item ক্ষেত্রে)।
get Type() Item Type আইটেমের ধরণটি পায়, Item Type হিসাবে উপস্থাপিত হয়।
set Help Text(text) Section Header Item আইটেমের সহায়তা পাঠ্য সেট করে (কখনও কখনও Image Items , Page Break Items এবং Section Header Items মতো বিন্যাস আইটেমগুলির জন্য বিবরণ পাঠ্য বলা হয়)।
set Title(title) Section Header Item আইটেমের শিরোনাম সেট করে (কখনও কখনও হেডার পাঠ্য বলা হয়, Section Header Item ক্ষেত্রে)।

Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Text Item এই পাঠ্য আইটেমটির জন্য কোনও ডেটা বৈধতা সরিয়ে দেয়।
create Response(response) Item Response এই পাঠ্য আইটেমটির জন্য একটি নতুন Item Response তৈরি করে।
duplicate() Text Item এই আইটেমটির একটি অনুলিপি তৈরি করে এবং এটি ফর্মের শেষে যুক্ত করে।
get General Feedback() Quiz Feedback উত্তরদাতাদের যখন তারা কোনও গ্র্যাজেবল প্রশ্নের জবাব দেয় তখন দেখানো প্রতিক্রিয়াগুলি ফেরত দেয়।
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Text Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Text Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Text Item Sets the number of points a gradeable item is worth.
set Required(enabled) Text Item Sets whether the respondent must answer the question.
set Title(title) Text Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Text Item Sets the data validation for this text item.

Text Validation

Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Number() Text Validation Builder Requires text item to be a number.
require Number Between(start, end) Text Validation Builder Requires text item to be a number between start and end, inclusive.
require Number Equal To(number) Text Validation Builder Requires text item to be a number equal to value specified.
require Number Greater Than(number) Text Validation Builder Requires text item to be a number greater than the value specified.
require Number Greater Than Or Equal To(number) Text Validation Builder Requires text item to be a number greater than or equal to the value specified.
require Number Less Than(number) Text Validation Builder Requires text item to be a number less than the value specified.
require Number Less Than Or Equal To(number) Text Validation Builder Requires text item to be a number less than or equal to the value specified.
require Number Not Between(start, end) Text Validation Builder Requires text item to be a number not between start and end, inclusive.
require Number Not Equal To(number) Text Validation Builder Requires text item to be a number not equal to the value specified.
require Text Contains Pattern(pattern) Text Validation Builder Requires response to contain pattern.
require Text Does Not Contain Pattern(pattern) Text Validation Builder Requires response to not contain pattern.
require Text Does Not Match Pattern(pattern) Text Validation Builder Requires response to not match pattern.
require Text Is Email() Text Validation Builder Requires text item to be an email address.
require Text Is Url() Text Validation Builder Requires text item to be a URL.
require Text Length Greater Than Or Equal To(number) Text Validation Builder Requires response length to be greater than or equal to value.
require Text Length Less Than Or Equal To(number) Text Validation Builder Requires response length to be less than value.
require Text Matches Pattern(pattern) Text Validation Builder Requires response to match pattern.
require Whole Number() Text Validation Builder Requires text item to be a whole number.

Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hour, minute) Item Response Creates a new Item Response for this time item.
duplicate() Time Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Time Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Time Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Time Item Sets the number of points a gradeable item is worth.
set Required(enabled) Time Item Sets whether the respondent must answer the question.
set Title(title) Time Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Video Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Video Item Creates a copy of this item and appends it to the end of the form.
get Alignment() Alignment Gets the video's horizontal alignment.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Width() Integer Gets the video's width in pixels.
set Alignment(alignment) Video Item Sets the video's horizontal alignment.
set Help Text(text) Video Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Video Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Video Url(youtubeUrl) Video Item Sets the video itself from a given YouTube URL or YouTube video ID.
set Width(width) Video Item Sets the video's width in pixels.
,
ফর্ম

This service allows scripts to create, access, and modify Google Forms.

// Create a new unpublished form, then add a checkbox question, a multiple choice question,
// a page break, then a date question and a grid of questions, then publish the form and share
// with responders.
var form = FormApp.create('New Form', /* isPublished= */ false);
var item = form.addCheckboxItem();
item.setTitle('What condiments would you like on your hot dog?');
item.setChoices([
        item.createChoice('Ketchup'),
        item.createChoice('Mustard'),
        item.createChoice('Relish')
    ]);
form.addMultipleChoiceItem()
    .setTitle('Do you prefer cats or dogs?')
    .setChoiceValues(['Cats','Dogs'])
    .showOtherOption(true);
form.addPageBreakItem()
    .setTitle('Getting to know you');
form.addDateItem()
    .setTitle('When were you born?');
form.addGridItem()
    .setTitle('Rate your interests')
    .setRows(['Cars', 'Computers', 'Celebrities'])
    .setColumns(['Boring', 'So-so', 'Interesting']);

form.setPublished(true);
form.addPublishedReaders(['user@example.com', 'group@example.com']);

Logger.log('Published URL: ' + form.getPublishedUrl());
Logger.log('Editor URL: ' + form.getEditUrl());

ক্লাস

নাম সংক্ষিপ্ত বিবরণ
Alignment An enum representing the supported types of image alignment.
Checkbox Grid Item A question item, presented as a grid of columns and rows, that allows the respondent to select multiple choices per row from a sequence of checkboxes.
Checkbox Grid Validation A DataValidation for a Checkbox Grid Item .
Checkbox Grid Validation Builder A DataValidationBuilder for a Checkbox Grid Validation .
Checkbox Item A question item that allows the respondent to select one or more checkboxes, as well as an optional "other" field.
Checkbox Validation A DataValidation for a Checkbox Item .
Checkbox Validation Builder A DataValidationBuilder for a Checkbox Validation .
Choice A single choice associated with a type of Item that supports choices, like Checkbox Item , List Item , or Multiple Choice Item .
Date Item A question item that allows the respondent to indicate a date.
Date Time Item A question item that allows the respondent to indicate a date and time.
Destination Type An enum representing the supported types of form-response destinations.
Duration Item A question item that allows the respondent to indicate a length of time.
Feedback Type An enum representing the supported types of feedback.
Form একটি ফর্ম যা সামগ্রিক বৈশিষ্ট্য এবং আইটেম ধারণ করে।
Form App Allows a script to open an existing Form or create a new one.
Form Response A response to the form as a whole.
Grid Item A question item, presented as a grid of columns and rows, that allows the respondent to select one choice per row from a sequence of radio buttons.
Grid Validation A DataValidation for a Grid Item .
Grid Validation Builder A DataValidationBuilder for a Grid Validation .
Image Item A layout item that displays an image.
Item A generic form item that contains properties common to all items, such as title and help text.
Item Response A response to one question item within a form.
Item Type An enum representing the supported types of form items.
List Item A question item that allows the respondent to select one choice from a drop-down list.
Multiple Choice Item A question item that allows the respondent to select one choice from a list of radio buttons or an optional "other" field.
Page Break Item A layout item that marks the start of a page.
Page Navigation Type An enum representing the supported types of page navigation.
Paragraph Text Item A question item that allows the respondent to enter a block of text.
Paragraph Text Validation A DataValidation for a Paragraph Text Item .
Paragraph Text Validation Builder A DataValidationBuilder for a Paragraph Text Validation .
Quiz Feedback The bean implementation of a Feedback, which contains properties common to all feedback, such as display text or links.
Quiz Feedback Builder The base FeedbackBuilder that contains setters for properties common to all feedback, such as display text.
Rating Icon Type An enum representing the supported types of rating icons.
Rating Item A question item that allows the respondent to give a rating.
Scale Item A question item that allows the respondent to choose one option from a numbered sequence of radio buttons.
Section Header Item A layout item that visually indicates the start of a section.
Text Item A question item that allows the respondent to enter a single line of text.
Text Validation A DataValidation for a Text Item .
Text Validation Builder A DataValidationBuilder for a Text Validation .
Time Item A question item that allows the respondent to indicate a time of day.
Video Item A layout item that displays a video.

Alignment

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
LEFT Enum Align the image to the left side of the form.
CENTER Enum Align the image to the center of the form.
RIGHT Enum Align the image to the right side of the form.

Checkbox Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Grid Item Removes any data validation for this grid item.
create Response(responses) Item Response Creates a new Item Response for this checkbox grid item.
duplicate() Checkbox Grid Item Creates a copy of this item and appends it to the end of the form.
get Columns() String[] Gets the values for every column in the grid.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Rows() String[] Gets the values for every row in the grid.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set Columns(columns) Checkbox Grid Item Sets the columns of the grid based on an array of values.
set Help Text(text) Checkbox Grid Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Required(enabled) Checkbox Grid Item Sets whether the respondent must answer the question.
set Rows(rows) Checkbox Grid Item Sets the rows of the grid based on an array of values.
set Title(title) Checkbox Grid Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Checkbox Grid Item Sets the data validation for this checkbox grid item.

Checkbox Grid Validation

Checkbox Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Checkbox Grid Validation Builder Requires limit of one response per column for a grid item.

Checkbox Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Item Removes any data validation for this checkbox item.
create Choice(value) Choice Creates a new choice.
create Choice(value, isCorrect) Choice Creates a new choice.
create Response(responses) Item Response Creates a new Item Response for this checkbox item.
duplicate() Checkbox Item Creates a copy of this item and appends it to the end of the form.
get Choices() Choice[] Gets all choices for an item.
get Feedback For Correct() Quiz Feedback Returns the feedback that is shown to respondents when they respond correctly to a question.
get Feedback For Incorrect() Quiz Feedback Returns the feedback that is shown to respondents when they respond incorrectly to a question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
has Other Option() Boolean Determines whether the item has an "other" option.
is Required() Boolean Determines whether the respondent must answer the question.
set Choice Values(values) Checkbox Item Sets the choices for an item from an array of strings.
set Choices(choices) Checkbox Item Sets an array of choices for an item.
set Feedback For Correct(feedback) Checkbox Item Sets the feedback to be shown to respondents when they respond correctly to a question.
set Feedback For Incorrect(feedback) Checkbox Item Sets the feedback to be shown to respondents when they respond incorrectly to a question.
set Help Text(text) Checkbox Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Checkbox Item Sets the number of points a gradeable item is worth.
set Required(enabled) Checkbox Item Sets whether the respondent must answer the question.
set Title(title) Checkbox Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Checkbox Item Sets the data validation for this checkbox item.
show Other Option(enabled) Checkbox Item Sets whether the item has an "other" option.

Checkbox Validation

Checkbox Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Select At Least(number) Checkbox Validation Builder Require at least this many choices to be selected.
require Select At Most(number) Checkbox Validation Builder Require at most this many choices to be selected.
require Select Exactly(number) Checkbox Validation Builder Require exactly this many choices to be selected.

Choice

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Goto Page() Page Break Item Gets the Page Break Item set as a GO_TO_PAGE destination if the responder selects this choice and completes the current page.
get Page Navigation Type() Page Navigation Type Gets the Page Navigation Type that occurs if the responder selects this choice and completes the current page.
get Value() String Gets the choice's value, which respondents see as a label when viewing the form.
is Correct Answer() Boolean Gets whether the choice is a correct answer for the question.

Date Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this date item.
duplicate() Date Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
includes Year() Boolean Determines whether the date item includes a year option.
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Date Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Date Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Includes Year(enableYear) Date Item Sets whether the date item includes a year setting.
set Points(points) Date Item Sets the number of points a gradeable item is worth.
set Required(enabled) Date Item Sets whether the respondent must answer the question.
set Title(title) Date Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Date Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this date-time item.
duplicate() Date Time Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
includes Year() Boolean Determines whether the date item includes a year option.
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Date Time Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Date Time Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Includes Year(enableYear) Date Time Item Sets whether the date item includes a year setting.
set Points(points) Date Time Item Sets the number of points a gradeable item is worth.
set Required(enabled) Date Time Item Sets whether the respondent must answer the question.
set Title(title) Date Time Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Destination Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
SPREADSHEET Enum A Google Sheets spreadsheet as a destination for form responses.

Duration Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hours, minutes, seconds) Item Response Creates a new Item Response for this date item.
duplicate() Duration Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Duration Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Duration Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Duration Item Sets the number of points a gradeable item is worth.
set Required(enabled) Duration Item Sets whether the respondent must answer the question.
set Title(title) Duration Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Feedback Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CORRECT Enum Feedback that is automatically displayed to respondents for a question answered correctly.
INCORRECT Enum Feedback that is automatically displayed to respondents for a question answered incorrectly.
GENERAL Enum Feedback that is automatically displayed to respondents when they submit their response.

Form

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Checkbox Grid Item() Checkbox Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে চেকবক্সের একটি ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়৷
add Checkbox Item() Checkbox Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে এক বা একাধিক চেকবক্স নির্বাচন করতে দেয়, সেইসাথে একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্র।
add Date Item() Date Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
add Date Time Item() Date Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়৷
add Duration Item() Duration Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
add Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editors(emailAddresses) Form Form জন্য সম্পাদকদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Grid Item() Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে রেডিও বোতামগুলির একটি ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়৷
add Image Item() Image Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি চিত্র প্রদর্শন করে।
add List Item() List Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি ড্রপডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Multiple Choice Item() Multiple Choice Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে রেডিও বোতামের তালিকা বা একটি ঐচ্ছিক "অন্য" ক্ষেত্র থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Page Break Item() Page Break Item একটি নতুন লেআউট আইটেম যোগ করে যা একটি পৃষ্ঠার শুরুকে চিহ্নিত করে।
add Paragraph Text Item() Paragraph Text Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়৷
add Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Readers(emailAddresses) Form Form জন্য উত্তরদাতাদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Rating Item() Rating Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি রেটিং দেওয়ার অনুমতি দেয়৷
add Scale Item() Scale Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প বেছে নিতে দেয়৷
add Section Header Item() Section Header Item একটি নতুন লেআউট আইটেম যুক্ত করে যা দৃশ্যত একটি বিভাগের শুরুকে নির্দেশ করে৷
add Text Item() Text Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে পাঠ্যের একটি লাইন প্রবেশ করতে দেয়।
add Time Item() Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
add Video Item() Video Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি ভিডিও প্রদর্শন করে।
can Edit Response() Boolean ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
collects Email() Boolean ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা নির্ধারণ করে।
create Response() Form Response ফর্মে একটি নতুন প্রতিক্রিয়া তৈরি করে।
delete All Responses() Form ফর্মের প্রতিক্রিয়া স্টোর থেকে জমা দেওয়া সমস্ত প্রতিক্রিয়া মুছে দেয়৷
delete Item(index) void ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত সূচীতে আইটেমটি মুছে দেয়।
delete Item(item) void প্রদত্ত আইটেম মুছে দেয়।
delete Response(responseId) Form ফর্মের প্রতিক্রিয়া দোকান থেকে একটি একক প্রতিক্রিয়া মুছে দেয়৷
get Confirmation Message() String ফর্মের নিশ্চিতকরণ বার্তা পায়।
get Custom Closed Form Message() String ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শিত কাস্টম বার্তাটি পায়, অথবা কোনও কাস্টম বার্তা সেট না থাকলে একটি খালি স্ট্রিং পায়৷
get Description() String ফর্মের বিবরণ পায়।
get Destination Id() String ফর্মের প্রতিক্রিয়া গন্তব্যের আইডি পায়।
get Destination Type() Destination Type ফর্মের প্রতিক্রিয়া গন্তব্যের ধরন পায়।
get Edit Url() String ফর্মের সম্পাদনা মোড অ্যাক্সেস করতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Editors() User[] এই Form জন্য সম্পাদকদের তালিকা পায়।
get Id() String ফর্মের আইডি পায়।
get Item By Id(id) Item একটি প্রদত্ত আইডি দিয়ে আইটেম পায়.
get Items() Item[] ফর্ম সব আইটেম একটি অ্যারে পায়.
get Items(itemType) Item[] একটি প্রদত্ত ধরনের সমস্ত আইটেমের একটি অ্যারে পায়।
get Published Readers() User[] এই Form জন্য উত্তরদাতাদের তালিকা পায়।
get Published Url() String ফর্মের প্রতিক্রিয়া জানাতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Response(responseId) Form Response এর প্রতিক্রিয়া আইডির উপর ভিত্তি করে একটি একক ফর্ম প্রতিক্রিয়া পায়৷
get Responses() Form Response[] ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Responses(timestamp) Form Response[] একটি প্রদত্ত তারিখ এবং সময়ের পরে ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Shuffle Questions() Boolean ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা নির্ধারণ করে।
get Summary Url() String ফর্মের প্রতিক্রিয়াগুলির একটি সারাংশ দেখতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Title() String ফর্মের শিরোনাম পায়।
has Limit One Response Per User() Boolean ফর্মটি প্রতি উত্তরদাতাকে শুধুমাত্র একটি প্রতিক্রিয়ার অনুমতি দেয় কিনা তা নির্ধারণ করে।
has Progress Bar() Boolean ফর্মটি একটি অগ্রগতি বার প্রদর্শন করে কিনা তা নির্ধারণ করে।
has Respond Again Link() Boolean একজন উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Accepting Responses() Boolean ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা নির্ধারণ করে৷
is Published() Boolean ফর্ম প্রকাশ করা হয়েছে কিনা তা নির্ধারণ করে।
is Publishing Summary() Boolean একজন উত্তরদাতা ফর্মটি সম্পূর্ণ করার পরে প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য ফর্মটি একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Quiz() Boolean ফর্মটি একটি কুইজ কিনা তা নির্ধারণ করে৷
move Item(from, to) Item ফর্মের সমস্ত আইটেমগুলির মধ্যে একটি প্রদত্ত সূচকে একটি আইটেমকে অন্য প্রদত্ত সূচকে স্থানান্তরিত করে।
move Item(item, toIndex) Item ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত আইটেমকে একটি প্রদত্ত সূচীতে স্থানান্তর করে।
remove Destination() Form ফর্মটিকে তার বর্তমান প্রতিক্রিয়া গন্তব্য থেকে লিঙ্কমুক্ত করে৷
remove Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
set Accepting Responses(enabled) Form ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা সেট করে৷
set Allow Response Edits(enabled) Form ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Collect Email(collect) Form ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা সেট করে।
set Confirmation Message(message) Form ফর্মের নিশ্চিতকরণ বার্তা সেট করে।
set Custom Closed Form Message(message) Form ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শনের জন্য বার্তা সেট করে।
set Description(description) Form ফর্মের বিবরণ সেট করে।
set Destination(type, id) Form গন্তব্য সেট করে যেখানে ফর্ম প্রতিক্রিয়া সংরক্ষিত হয়।
set Is Quiz(enabled) Form ফর্মটি একটি কুইজ কিনা তা সেট করে৷
set Limit One Response Per User(enabled) Form ফর্ম প্রতি উত্তরদাতা শুধুমাত্র একটি প্রতিক্রিয়া অনুমতি দেয় কিনা সেট করে।
set Progress Bar(enabled) Form ফর্মটিতে একটি অগ্রগতি বার আছে কিনা তা সেট করে।
set Published(enabled) Form ফর্ম প্রকাশ করা হয়েছে কিনা তা সেট করে।
set Publishing Summary(enabled) Form উত্তরদাতা ফর্ম জমা দেওয়ার পরে ফর্মটি প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Show Link To Respond Again(enabled) Form উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Shuffle Questions(shuffle) Form ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা সেট করে।
set Title(title) Form ফর্মের শিরোনাম সেট করে।
shorten Form Url(url) String একটি ফর্মের জন্য একটি দীর্ঘ URL একটি ছোট URL এ রূপান্তর করে৷
submit Grades(responses) Form প্রদত্ত ফর্ম প্রতিক্রিয়াগুলির জন্য গ্রেড জমা দেয়৷
supports Advanced Responder Permissions() Boolean ফর্মটি প্রকাশকে সমর্থন করে কিনা তা নির্ধারণ করে৷

Form App

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
Alignment Alignment An enumeration of types of image alignment.
Destination Type Destination Type An enumeration of types of destinations that can store form responses.
Feedback Type Feedback Type An enumeration of types of form Feedbacks .
Item Type Item Type An enumeration of types of form Items .
Page Navigation Type Page Navigation Type An enumeration of possible behaviors for navigating pages.
Rating Icon Type Rating Icon Type An enumeration of rating icon types Rating Icons

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create(title) Form Creates and returns a new Form .
create(title, isPublished) Form Creates and returns a new Form in the requested publish state.
create Checkbox Grid Validation() Checkbox Grid Validation Builder Returns an instance of a CheckboxGridValidationBuilder which can be used to set validation on a Checkbox Grid Item .
create Checkbox Validation() Checkbox Validation Builder Returns an instance of a CheckboxValidationBuilder which can be used to set validation on a Checkbox Item .
create Feedback() Quiz Feedback Builder Returns an instance of a QuizFeedbackBuilder which can be used to set feedback on a gradeable Item .
create Grid Validation() Grid Validation Builder Returns an instance of a GridValidationBuilder which can be used to set validation on a Grid Item .
create Paragraph Text Validation() Paragraph Text Validation Builder Returns an instance of a ParagraphTextValidationBuilder which can be used to set validation on a Paragraph Text Item .
create Text Validation() Text Validation Builder Returns an instance of a TextValidationBuilder which can be used to set validation on a Text Item .
get Active Form() Form Returns the form to which the script is container-bound .
get Ui() Ui Returns an instance of the form editor's user-interface environment that allows the script to add features like menus, dialogs, and sidebars.
open By Id(id) Form Returns the Form with the specified ID.
open By Url(url) Form Returns the Form with the specified URL.

Form Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Edit Response Url() String Generates a URL that can be used to edit a response that has already been submitted.
get Gradable Item Responses() Item Response[] Gets all item responses contained in a form response, in the same order that the items appear in the form.
get Gradable Response For Item(item) Item Response Gets the item response contained in a form response for a given item.
get Id() String Gets the ID of the form response.
get Item Responses() Item Response[] Gets all item responses contained in a form response, in the same order that the items appear in the form.
get Respondent Email() String Gets the email address of the person who submitted a response, if the Form.setCollectEmail(collect) setting is enabled.
get Response For Item(item) Item Response Gets the item response contained in this form response for a given item.
get Timestamp() Date Gets the timestamp for a form response submission.
submit() Form Response Submits the response.
to Prefilled Url() String Generates a URL for the form in which the answers are pre-filled based on the answers in this form response.
with Item Grade(gradedResponse) Form Response Adds the given item response's grades to a form response.
with Item Response(response) Form Response Adds the given item response to a form response.

Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Grid Item Removes any data validation for this grid item.
create Response(responses) Item Response Creates a new Item Response for this grid item.
duplicate() Grid Item Creates a copy of this item and appends it to the end of the form.
get Columns() String[] Gets the values for every column in the grid.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Rows() String[] Gets the values for every row in the grid.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set Columns(columns) Grid Item Sets the columns of the grid based on an array of values.
set Help Text(text) Grid Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Required(enabled) Grid Item Sets whether the respondent must answer the question.
set Rows(rows) Grid Item Sets the rows of the grid based on an array of values.
set Title(title) Grid Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Grid Item Sets the data validation for this grid item.

Grid Validation

Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Grid Validation Builder Requires limit of one response per column for a grid item.

Image Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Image Item Creates a copy of this item and appends it to the end of the form.
get Alignment() Alignment Gets the image's horizontal alignment.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Image() Blob Gets the image that is currently assigned to the item.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Width() Integer Gets the image's width in pixels.
set Alignment(alignment) Image Item Sets the image's horizontal alignment.
set Help Text(text) Image Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Image(image) Image Item Sets the image itself.
set Title(title) Image Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Width(width) Image Item Sets the image's width in pixels.

Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
as Checkbox Grid Item() Checkbox Grid Item Returns the item as a checkbox grid item.
as Checkbox Item() Checkbox Item Returns the item as a checkbox item.
as Date Item() Date Item Returns the item as a date item.
as Date Time Item() Date Time Item Returns the item as a date-time item.
as Duration Item() Duration Item Returns the item as a duration item.
as Grid Item() Grid Item Returns the item as a grid item.
as Image Item() Image Item Returns the item as an image item.
as List Item() List Item Returns the item as a list item.
as Multiple Choice Item() Multiple Choice Item Returns the item as a multiple-choice item.
as Page Break Item() Page Break Item Returns the item as a page-break item.
as Paragraph Text Item() Paragraph Text Item Returns the item as a paragraph-text item.
as Rating Item() Rating Item Returns the item as a rating item.
as Scale Item() Scale Item Returns the item as a scale item.
as Section Header Item() Section Header Item Returns the item as a section-header item.
as Text Item() Text Item Returns the item as a text item.
as Time Item() Time Item Returns the item as a time item.
as Video Item() Video Item Returns the item as a video item.
duplicate() Item Creates a copy of this item and appends it to the end of the form.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
set Help Text(text) Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Item Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Feedback() Object Gets the feedback that was given for the respondent's submitted answer.
get Item() Item Gets the question item that this response answers.
get Response() Object Gets the answer that the respondent submitted.
get Score() Object Gets the score for the respondent's submitted answer.
set Feedback(feedback) Item Response Sets the feedback that should be displayed for the respondent's submitted answer.
set Score(score) Item Response Sets the score for the respondent's submitted answer.

Item Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CHECKBOX Enum A question item that allows the respondent to select one or more checkboxes, as well as an optional "other" field.
CHECKBOX_GRID Enum A question item, presented as a grid of columns and rows, that allows the respondent to select multiple choices per row from a sequence of checkboxes.
DATE Enum A question item that allows the respondent to indicate a date.
DATETIME Enum A question item that allows the respondent to indicate a date and time.
DURATION Enum A question item that allows the respondent to indicate a length of time.
GRID Enum A question item, presented as a grid of columns and rows, that allows the respondent to select one choice per row from a sequence of radio buttons.
IMAGE Enum A layout item that displays an image.
LIST Enum A question item that allows the respondent to select one choice from a drop-down list.
MULTIPLE_CHOICE Enum A question item that allows the respondent to select one choice from a list of radio buttons or an optional "other" field.
PAGE_BREAK Enum A layout item that marks the start of a page.
PARAGRAPH_TEXT Enum A question item that allows the respondent to enter a block of text.
RATING Enum A question item that allows the respondent to give a rating.
SCALE Enum A question item that allows the respondent to choose one option from a numbered sequence of radio buttons.
SECTION_HEADER Enum A layout item that visually indicates the start of a section.
TEXT Enum A question item that allows the respondent to enter a single line of text.
TIME Enum A question item that allows the respondent to indicate a time of day.
VIDEO Enum A layout item that displays a YouTube video.
FILE_UPLOAD Enum A question item that lets the respondent upload a file.
UNSUPPORTED Enum An item that is currently not supported through APIs.

List Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice Creates a new choice.
create Choice(value, isCorrect) Choice Creates a new choice.
create Choice(value, navigationItem) Choice Creates a new choice with a page-navigation option that jumps to a given page-break item.
create Choice(value, navigationType) Choice Creates a new choice with a page-navigation option.
create Response(response) Item Response Creates a new Item Response for this list item.
duplicate() List Item Creates a copy of this item and appends it to the end of the form.
get Choices() Choice[] Gets all choices for an item.
get Feedback For Correct() Quiz Feedback Returns the feedback that is shown to respondents when they respond correctly to a question.
get Feedback For Incorrect() Quiz Feedback Returns the feedback that is shown to respondents when they respond incorrectly to a question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set Choice Values(values) List Item Sets the choices for an item from an array of strings.
set Choices(choices) List Item Sets an array of choices for an item.
set Feedback For Correct(feedback) List Item Sets the feedback to be shown to respondents when they respond correctly to a question.
set Feedback For Incorrect(feedback) List Item Sets the feedback to be shown to respondents when they respond incorrectly to a question.
set Help Text(text) List Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) List Item Sets the number of points a gradeable item is worth.
set Required(enabled) List Item Sets whether the respondent must answer the question.
set Title(title) List Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Multiple Choice Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice Creates a new choice.
create Choice(value, isCorrect) Choice Creates a new choice.
create Choice(value, navigationItem) Choice Creates a new choice with a page-navigation option that jumps to a given page-break item.
create Choice(value, navigationType) Choice Creates a new choice with a page-navigation option.
create Response(response) Item Response Creates a new Item Response for this multiple-choice item.
duplicate() Multiple Choice Item Creates a copy of this item and appends it to the end of the form.
get Choices() Choice[] Gets all choices for an item.
get Feedback For Correct() Quiz Feedback Returns the feedback that is shown to respondents when they respond correctly to a question.
get Feedback For Incorrect() Quiz Feedback Returns the feedback that is shown to respondents when they respond incorrectly to a question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
has Other Option() Boolean Determines whether the item has an "other" option.
is Required() Boolean Determines whether the respondent must answer the question.
set Choice Values(values) Multiple Choice Item Sets the choices for an item from an array of strings.
set Choices(choices) Multiple Choice Item Sets an array of choices for an item.
set Feedback For Correct(feedback) Multiple Choice Item Sets the feedback to be shown to respondents when they respond correctly to a question.
set Feedback For Incorrect(feedback) Multiple Choice Item Sets the feedback to be shown to respondents when they respond incorrectly to a question.
set Help Text(text) Multiple Choice Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Multiple Choice Item Sets the number of points a gradeable item is worth.
set Required(enabled) Multiple Choice Item Sets whether the respondent must answer the question.
set Title(title) Multiple Choice Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
show Other Option(enabled) Multiple Choice Item Sets whether the item has an "other" option.

Page Break Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Page Break Item Creates a copy of this item and appends it to the end of the form.
get Go To Page() Page Break Item Gets the Page Break Item that the form will jump to after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Page Navigation Type() Page Navigation Type Gets the type of page navigation that occurs after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
set Go To Page(goToPageItem) Page Break Item Sets the page to jump to after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
set Go To Page(navigationType) Page Break Item Sets the type of page navigation that occurs after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
set Help Text(text) Page Break Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Page Break Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CONTINUE Enum Continue to the next page of the form after completing the current page.
GO_TO_PAGE Enum Jump to a specified page of the form after completing the current page.
RESTART Enum Restart the form from the beginning, without clearing answers entered so far, after completing the current page.
SUBMIT Enum Submit the form response after completing the current page.

Paragraph Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Paragraph Text Item Removes any data validation for this paragraph text item.
create Response(response) Item Response Creates a new Item Response for this paragraph text item.
duplicate() Paragraph Text Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Paragraph Text Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Paragraph Text Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Paragraph Text Item Sets the number of points a gradeable item is worth.
set Required(enabled) Paragraph Text Item Sets whether the respondent must answer the question.
set Title(title) Paragraph Text Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Paragraph Text Item Sets the data validation for this paragraph text item.

Paragraph Text Validation

Paragraph Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Text Contains Pattern(pattern) Paragraph Text Validation Builder Requires response to contain pattern.
require Text Does Not Contain Pattern(pattern) Paragraph Text Validation Builder Requires response to not contain pattern.
require Text Does Not Match Pattern(pattern) Paragraph Text Validation Builder Requires response to not match pattern.
require Text Length Greater Than Or Equal To(number) Paragraph Text Validation Builder Requires response length to be greater than or equal to value.
require Text Length Less Than Or Equal To(number) Paragraph Text Validation Builder Requires response length to be less than value.
require Text Matches Pattern(pattern) Paragraph Text Validation Builder Requires response to match pattern.

Quiz Feedback

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Link Urls() String[] Gets a list of the URLs associated with the Feedback.
get Text() String Gets the Feedback's display text.

Quiz Feedback Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Link(url) Quiz Feedback Builder Adds a link to the feedback's supplemental material.
add Link(url, displayText) Quiz Feedback Builder Adds a link to the feedback's supplemental material.
build() Quiz Feedback Builds a Feedback of the corresponding type for this builder.
copy() Quiz Feedback Builder Returns a copy of this builder.
set Text(text) Quiz Feedback Builder Sets the feedback text.

Rating Icon Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
STAR Enum A star icon.
HEART Enum A heart icon.
THUMB_UP Enum A thumb up icon.

Rating Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this rating item.
duplicate() Rating Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Rating Icon() Rating Icon Type Gets the icon chosen for the rating.
get Rating Scale Level() Integer Gets the rating's scale level.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Rating Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Rating Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Rating Item Sets the number of points a gradeable item is worth.
set Rating Icon(ratingIcon) Rating Item Sets the rating's icon.
set Rating Scale Level(ratingScaleLevel) Rating Item Sets the rating's maximum scale level.
set Required(enabled) Rating Item Sets whether the respondent must answer the question.
set Title(title) Rating Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Scale Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this scale item.
duplicate() Scale Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Left Label() String Gets the label for the scale's lower bound, if any.
get Lower Bound() Integer Gets the scale's lower bound.
get Points() Integer Returns the point value of a gradeable item.
get Right Label() String Gets the label for the scale's upper bound, if any.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Upper Bound() Integer Gets the scale's upper bound.
is Required() Boolean Determines whether the respondent must answer the question.
set Bounds(lower, upper) Scale Item Sets the scale's lower and upper bounds.
set General Feedback(feedback) Scale Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Scale Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Labels(lower, upper) Scale Item Sets labels for the scale's lower and upper bounds.
set Points(points) Scale Item Sets the number of points a gradeable item is worth.
set Required(enabled) Scale Item Sets whether the respondent must answer the question.
set Title(title) Scale Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Section Header Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Section Header Item Creates a copy of this item and appends it to the end of the form.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
set Help Text(text) Section Header Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Section Header Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Text Item Removes any data validation for this text item.
create Response(response) Item Response Creates a new Item Response for this text item.
duplicate() Text Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Text Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Text Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Text Item Sets the number of points a gradeable item is worth.
set Required(enabled) Text Item Sets whether the respondent must answer the question.
set Title(title) Text Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Text Item Sets the data validation for this text item.

Text Validation

Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Number() Text Validation Builder Requires text item to be a number.
require Number Between(start, end) Text Validation Builder Requires text item to be a number between start and end, inclusive.
require Number Equal To(number) Text Validation Builder Requires text item to be a number equal to value specified.
require Number Greater Than(number) Text Validation Builder Requires text item to be a number greater than the value specified.
require Number Greater Than Or Equal To(number) Text Validation Builder Requires text item to be a number greater than or equal to the value specified.
require Number Less Than(number) Text Validation Builder Requires text item to be a number less than the value specified.
require Number Less Than Or Equal To(number) Text Validation Builder Requires text item to be a number less than or equal to the value specified.
require Number Not Between(start, end) Text Validation Builder Requires text item to be a number not between start and end, inclusive.
require Number Not Equal To(number) Text Validation Builder Requires text item to be a number not equal to the value specified.
require Text Contains Pattern(pattern) Text Validation Builder Requires response to contain pattern.
require Text Does Not Contain Pattern(pattern) Text Validation Builder Requires response to not contain pattern.
require Text Does Not Match Pattern(pattern) Text Validation Builder Requires response to not match pattern.
require Text Is Email() Text Validation Builder Requires text item to be an email address.
require Text Is Url() Text Validation Builder Requires text item to be a URL.
require Text Length Greater Than Or Equal To(number) Text Validation Builder Requires response length to be greater than or equal to value.
require Text Length Less Than Or Equal To(number) Text Validation Builder Requires response length to be less than value.
require Text Matches Pattern(pattern) Text Validation Builder Requires response to match pattern.
require Whole Number() Text Validation Builder Requires text item to be a whole number.

Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hour, minute) Item Response Creates a new Item Response for this time item.
duplicate() Time Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Time Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Time Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Time Item Sets the number of points a gradeable item is worth.
set Required(enabled) Time Item Sets whether the respondent must answer the question.
set Title(title) Time Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Video Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Video Item Creates a copy of this item and appends it to the end of the form.
get Alignment() Alignment Gets the video's horizontal alignment.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Width() Integer Gets the video's width in pixels.
set Alignment(alignment) Video Item Sets the video's horizontal alignment.
set Help Text(text) Video Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Video Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Video Url(youtubeUrl) Video Item Sets the video itself from a given YouTube URL or YouTube video ID.
set Width(width) Video Item Sets the video's width in pixels.
,
ফর্ম

This service allows scripts to create, access, and modify Google Forms.

// Create a new unpublished form, then add a checkbox question, a multiple choice question,
// a page break, then a date question and a grid of questions, then publish the form and share
// with responders.
var form = FormApp.create('New Form', /* isPublished= */ false);
var item = form.addCheckboxItem();
item.setTitle('What condiments would you like on your hot dog?');
item.setChoices([
        item.createChoice('Ketchup'),
        item.createChoice('Mustard'),
        item.createChoice('Relish')
    ]);
form.addMultipleChoiceItem()
    .setTitle('Do you prefer cats or dogs?')
    .setChoiceValues(['Cats','Dogs'])
    .showOtherOption(true);
form.addPageBreakItem()
    .setTitle('Getting to know you');
form.addDateItem()
    .setTitle('When were you born?');
form.addGridItem()
    .setTitle('Rate your interests')
    .setRows(['Cars', 'Computers', 'Celebrities'])
    .setColumns(['Boring', 'So-so', 'Interesting']);

form.setPublished(true);
form.addPublishedReaders(['user@example.com', 'group@example.com']);

Logger.log('Published URL: ' + form.getPublishedUrl());
Logger.log('Editor URL: ' + form.getEditUrl());

ক্লাস

নাম সংক্ষিপ্ত বিবরণ
Alignment An enum representing the supported types of image alignment.
Checkbox Grid Item A question item, presented as a grid of columns and rows, that allows the respondent to select multiple choices per row from a sequence of checkboxes.
Checkbox Grid Validation A DataValidation for a Checkbox Grid Item .
Checkbox Grid Validation Builder A DataValidationBuilder for a Checkbox Grid Validation .
Checkbox Item A question item that allows the respondent to select one or more checkboxes, as well as an optional "other" field.
Checkbox Validation A DataValidation for a Checkbox Item .
Checkbox Validation Builder A DataValidationBuilder for a Checkbox Validation .
Choice A single choice associated with a type of Item that supports choices, like Checkbox Item , List Item , or Multiple Choice Item .
Date Item A question item that allows the respondent to indicate a date.
Date Time Item A question item that allows the respondent to indicate a date and time.
Destination Type An enum representing the supported types of form-response destinations.
Duration Item A question item that allows the respondent to indicate a length of time.
Feedback Type An enum representing the supported types of feedback.
Form একটি ফর্ম যা সামগ্রিক বৈশিষ্ট্য এবং আইটেম ধারণ করে।
Form App Allows a script to open an existing Form or create a new one.
Form Response A response to the form as a whole.
Grid Item A question item, presented as a grid of columns and rows, that allows the respondent to select one choice per row from a sequence of radio buttons.
Grid Validation A DataValidation for a Grid Item .
Grid Validation Builder A DataValidationBuilder for a Grid Validation .
Image Item A layout item that displays an image.
Item A generic form item that contains properties common to all items, such as title and help text.
Item Response A response to one question item within a form.
Item Type An enum representing the supported types of form items.
List Item A question item that allows the respondent to select one choice from a drop-down list.
Multiple Choice Item A question item that allows the respondent to select one choice from a list of radio buttons or an optional "other" field.
Page Break Item A layout item that marks the start of a page.
Page Navigation Type An enum representing the supported types of page navigation.
Paragraph Text Item A question item that allows the respondent to enter a block of text.
Paragraph Text Validation A DataValidation for a Paragraph Text Item .
Paragraph Text Validation Builder A DataValidationBuilder for a Paragraph Text Validation .
Quiz Feedback The bean implementation of a Feedback, which contains properties common to all feedback, such as display text or links.
Quiz Feedback Builder The base FeedbackBuilder that contains setters for properties common to all feedback, such as display text.
Rating Icon Type An enum representing the supported types of rating icons.
Rating Item A question item that allows the respondent to give a rating.
Scale Item A question item that allows the respondent to choose one option from a numbered sequence of radio buttons.
Section Header Item A layout item that visually indicates the start of a section.
Text Item A question item that allows the respondent to enter a single line of text.
Text Validation A DataValidation for a Text Item .
Text Validation Builder A DataValidationBuilder for a Text Validation .
Time Item A question item that allows the respondent to indicate a time of day.
Video Item A layout item that displays a video.

Alignment

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
LEFT Enum Align the image to the left side of the form.
CENTER Enum Align the image to the center of the form.
RIGHT Enum Align the image to the right side of the form.

Checkbox Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Grid Item Removes any data validation for this grid item.
create Response(responses) Item Response Creates a new Item Response for this checkbox grid item.
duplicate() Checkbox Grid Item Creates a copy of this item and appends it to the end of the form.
get Columns() String[] Gets the values for every column in the grid.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Rows() String[] Gets the values for every row in the grid.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set Columns(columns) Checkbox Grid Item Sets the columns of the grid based on an array of values.
set Help Text(text) Checkbox Grid Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Required(enabled) Checkbox Grid Item Sets whether the respondent must answer the question.
set Rows(rows) Checkbox Grid Item Sets the rows of the grid based on an array of values.
set Title(title) Checkbox Grid Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Checkbox Grid Item Sets the data validation for this checkbox grid item.

Checkbox Grid Validation

Checkbox Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Checkbox Grid Validation Builder Requires limit of one response per column for a grid item.

Checkbox Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Checkbox Item Removes any data validation for this checkbox item.
create Choice(value) Choice Creates a new choice.
create Choice(value, isCorrect) Choice Creates a new choice.
create Response(responses) Item Response Creates a new Item Response for this checkbox item.
duplicate() Checkbox Item Creates a copy of this item and appends it to the end of the form.
get Choices() Choice[] Gets all choices for an item.
get Feedback For Correct() Quiz Feedback Returns the feedback that is shown to respondents when they respond correctly to a question.
get Feedback For Incorrect() Quiz Feedback Returns the feedback that is shown to respondents when they respond incorrectly to a question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
has Other Option() Boolean Determines whether the item has an "other" option.
is Required() Boolean Determines whether the respondent must answer the question.
set Choice Values(values) Checkbox Item Sets the choices for an item from an array of strings.
set Choices(choices) Checkbox Item Sets an array of choices for an item.
set Feedback For Correct(feedback) Checkbox Item Sets the feedback to be shown to respondents when they respond correctly to a question.
set Feedback For Incorrect(feedback) Checkbox Item Sets the feedback to be shown to respondents when they respond incorrectly to a question.
set Help Text(text) Checkbox Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Checkbox Item Sets the number of points a gradeable item is worth.
set Required(enabled) Checkbox Item Sets whether the respondent must answer the question.
set Title(title) Checkbox Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Checkbox Item Sets the data validation for this checkbox item.
show Other Option(enabled) Checkbox Item Sets whether the item has an "other" option.

Checkbox Validation

Checkbox Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Select At Least(number) Checkbox Validation Builder Require at least this many choices to be selected.
require Select At Most(number) Checkbox Validation Builder Require at most this many choices to be selected.
require Select Exactly(number) Checkbox Validation Builder Require exactly this many choices to be selected.

Choice

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Goto Page() Page Break Item Gets the Page Break Item set as a GO_TO_PAGE destination if the responder selects this choice and completes the current page.
get Page Navigation Type() Page Navigation Type Gets the Page Navigation Type that occurs if the responder selects this choice and completes the current page.
get Value() String Gets the choice's value, which respondents see as a label when viewing the form.
is Correct Answer() Boolean Gets whether the choice is a correct answer for the question.

Date Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this date item.
duplicate() Date Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
includes Year() Boolean Determines whether the date item includes a year option.
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Date Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Date Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Includes Year(enableYear) Date Item Sets whether the date item includes a year setting.
set Points(points) Date Item Sets the number of points a gradeable item is worth.
set Required(enabled) Date Item Sets whether the respondent must answer the question.
set Title(title) Date Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Date Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this date-time item.
duplicate() Date Time Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
includes Year() Boolean Determines whether the date item includes a year option.
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Date Time Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Date Time Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Includes Year(enableYear) Date Time Item Sets whether the date item includes a year setting.
set Points(points) Date Time Item Sets the number of points a gradeable item is worth.
set Required(enabled) Date Time Item Sets whether the respondent must answer the question.
set Title(title) Date Time Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Destination Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
SPREADSHEET Enum A Google Sheets spreadsheet as a destination for form responses.

Duration Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hours, minutes, seconds) Item Response Creates a new Item Response for this date item.
duplicate() Duration Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Duration Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Duration Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Duration Item Sets the number of points a gradeable item is worth.
set Required(enabled) Duration Item Sets whether the respondent must answer the question.
set Title(title) Duration Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Feedback Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CORRECT Enum Feedback that is automatically displayed to respondents for a question answered correctly.
INCORRECT Enum Feedback that is automatically displayed to respondents for a question answered incorrectly.
GENERAL Enum Feedback that is automatically displayed to respondents when they submit their response.

Form

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Checkbox Grid Item() Checkbox Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে চেকবক্সের একটি ক্রম থেকে প্রতি সারিতে একাধিক পছন্দ নির্বাচন করতে দেয়৷
add Checkbox Item() Checkbox Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে এক বা একাধিক চেকবক্স নির্বাচন করতে দেয়, সেইসাথে একটি ঐচ্ছিক "অন্যান্য" ক্ষেত্র।
add Date Item() Date Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে একটি তারিখ নির্দেশ করতে দেয়।
add Date Time Item() Date Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি তারিখ এবং সময় নির্দেশ করতে দেয়৷
add Duration Item() Duration Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি দৈর্ঘ্য নির্দেশ করতে দেয়।
add Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকায় যুক্ত করে।
add Editors(emailAddresses) Form Form জন্য সম্পাদকদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Grid Item() Grid Item কলাম এবং সারিগুলির একটি গ্রিড হিসাবে উপস্থাপিত একটি নতুন প্রশ্ন আইটেম যুক্ত করে, যা উত্তরদাতাকে রেডিও বোতামগুলির একটি ক্রম থেকে প্রতি সারিতে একটি পছন্দ নির্বাচন করতে দেয়৷
add Image Item() Image Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি চিত্র প্রদর্শন করে।
add List Item() List Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি ড্রপডাউন তালিকা থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Multiple Choice Item() Multiple Choice Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে রেডিও বোতামের তালিকা বা একটি ঐচ্ছিক "অন্য" ক্ষেত্র থেকে একটি পছন্দ নির্বাচন করতে দেয়৷
add Page Break Item() Page Break Item একটি নতুন লেআউট আইটেম যোগ করে যা একটি পৃষ্ঠার শুরুকে চিহ্নিত করে।
add Paragraph Text Item() Paragraph Text Item একটি নতুন প্রশ্ন আইটেম যোগ করে যা উত্তরদাতাকে পাঠ্যের একটি ব্লক প্রবেশ করতে দেয়৷
add Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকায় যোগ করে।
add Published Readers(emailAddresses) Form Form জন্য উত্তরদাতাদের তালিকায় ব্যবহারকারীদের প্রদত্ত অ্যারে যোগ করে।
add Rating Item() Rating Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে একটি রেটিং দেওয়ার অনুমতি দেয়৷
add Scale Item() Scale Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে রেডিও বোতামগুলির একটি সংখ্যাযুক্ত ক্রম থেকে একটি বিকল্প বেছে নিতে দেয়৷
add Section Header Item() Section Header Item একটি নতুন লেআউট আইটেম যুক্ত করে যা দৃশ্যত একটি বিভাগের শুরুকে নির্দেশ করে৷
add Text Item() Text Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে পাঠ্যের একটি লাইন প্রবেশ করতে দেয়।
add Time Item() Time Item একটি নতুন প্রশ্ন আইটেম যুক্ত করে যা উত্তরদাতাকে দিনের একটি সময় নির্দেশ করতে দেয়।
add Video Item() Video Item একটি নতুন লেআউট আইটেম যুক্ত করে যা একটি ভিডিও প্রদর্শন করে।
can Edit Response() Boolean ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
collects Email() Boolean ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা নির্ধারণ করে।
create Response() Form Response ফর্মে একটি নতুন প্রতিক্রিয়া তৈরি করে।
delete All Responses() Form ফর্মের প্রতিক্রিয়া স্টোর থেকে জমা দেওয়া সমস্ত প্রতিক্রিয়া মুছে দেয়৷
delete Item(index) void ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত সূচীতে আইটেমটি মুছে দেয়।
delete Item(item) void প্রদত্ত আইটেম মুছে দেয়।
delete Response(responseId) Form ফর্মের প্রতিক্রিয়া দোকান থেকে একটি একক প্রতিক্রিয়া মুছে দেয়৷
get Confirmation Message() String ফর্মের নিশ্চিতকরণ বার্তা পায়।
get Custom Closed Form Message() String ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শিত কাস্টম বার্তাটি পায়, অথবা কোনও কাস্টম বার্তা সেট না থাকলে একটি খালি স্ট্রিং পায়৷
get Description() String ফর্মের বিবরণ পায়।
get Destination Id() String ফর্মের প্রতিক্রিয়া গন্তব্যের আইডি পায়।
get Destination Type() Destination Type ফর্মের প্রতিক্রিয়া গন্তব্যের ধরন পায়।
get Edit Url() String ফর্মের সম্পাদনা মোড অ্যাক্সেস করতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Editors() User[] এই Form জন্য সম্পাদকদের তালিকা পায়।
get Id() String ফর্মের আইডি পায়।
get Item By Id(id) Item একটি প্রদত্ত আইডি দিয়ে আইটেম পায়.
get Items() Item[] ফর্ম সব আইটেম একটি অ্যারে পায়.
get Items(itemType) Item[] একটি প্রদত্ত ধরনের সমস্ত আইটেমের একটি অ্যারে পায়।
get Published Readers() User[] এই Form জন্য উত্তরদাতাদের তালিকা পায়।
get Published Url() String ফর্মের প্রতিক্রিয়া জানাতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Response(responseId) Form Response এর প্রতিক্রিয়া আইডির উপর ভিত্তি করে একটি একক ফর্ম প্রতিক্রিয়া পায়৷
get Responses() Form Response[] ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Responses(timestamp) Form Response[] একটি প্রদত্ত তারিখ এবং সময়ের পরে ফর্মের সমস্ত প্রতিক্রিয়াগুলির একটি অ্যারে পায়৷
get Shuffle Questions() Boolean ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা নির্ধারণ করে।
get Summary Url() String ফর্মের প্রতিক্রিয়াগুলির একটি সারাংশ দেখতে ব্যবহার করা যেতে পারে এমন URL পায়৷
get Title() String ফর্মের শিরোনাম পায়।
has Limit One Response Per User() Boolean ফর্মটি প্রতি উত্তরদাতাকে শুধুমাত্র একটি প্রতিক্রিয়ার অনুমতি দেয় কিনা তা নির্ধারণ করে।
has Progress Bar() Boolean ফর্মটি একটি অগ্রগতি বার প্রদর্শন করে কিনা তা নির্ধারণ করে।
has Respond Again Link() Boolean একজন উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Accepting Responses() Boolean ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা নির্ধারণ করে৷
is Published() Boolean ফর্ম প্রকাশ করা হয়েছে কিনা তা নির্ধারণ করে।
is Publishing Summary() Boolean একজন উত্তরদাতা ফর্মটি সম্পূর্ণ করার পরে প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য ফর্মটি একটি লিঙ্ক প্রদর্শন করে কিনা তা নির্ধারণ করে৷
is Quiz() Boolean ফর্মটি একটি কুইজ কিনা তা নির্ধারণ করে৷
move Item(from, to) Item ফর্মের সমস্ত আইটেমগুলির মধ্যে একটি প্রদত্ত সূচকে একটি আইটেমকে অন্য প্রদত্ত সূচকে স্থানান্তরিত করে।
move Item(item, toIndex) Item ফর্মের সমস্ত আইটেমের মধ্যে একটি প্রদত্ত আইটেমকে একটি প্রদত্ত সূচীতে স্থানান্তর করে।
remove Destination() Form ফর্মটিকে তার বর্তমান প্রতিক্রিয়া গন্তব্য থেকে লিঙ্কমুক্ত করে৷
remove Editor(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Editor(user) Form প্রদত্ত ব্যবহারকারীকে Form সম্পাদকদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(emailAddress) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
remove Published Reader(user) Form প্রদত্ত ব্যবহারকারীকে Form উত্তরদাতাদের তালিকা থেকে সরিয়ে দেয়।
set Accepting Responses(enabled) Form ফর্মটি বর্তমানে প্রতিক্রিয়াগুলি গ্রহণ করছে কিনা তা সেট করে৷
set Allow Response Edits(enabled) Form ফর্মটি জমা দেওয়ার পরে একটি প্রতিক্রিয়া সম্পাদনা করার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Collect Email(collect) Form ফর্মটি উত্তরদাতাদের ইমেল ঠিকানা সংগ্রহ করে কিনা তা সেট করে।
set Confirmation Message(message) Form ফর্মের নিশ্চিতকরণ বার্তা সেট করে।
set Custom Closed Form Message(message) Form ফর্মটি প্রতিক্রিয়া গ্রহণ না করলে প্রদর্শনের জন্য বার্তা সেট করে।
set Description(description) Form ফর্মের বিবরণ সেট করে।
set Destination(type, id) Form গন্তব্য সেট করে যেখানে ফর্ম প্রতিক্রিয়া সংরক্ষিত হয়।
set Is Quiz(enabled) Form ফর্মটি একটি কুইজ কিনা তা সেট করে৷
set Limit One Response Per User(enabled) Form ফর্ম প্রতি উত্তরদাতা শুধুমাত্র একটি প্রতিক্রিয়া অনুমতি দেয় কিনা সেট করে।
set Progress Bar(enabled) Form ফর্মটিতে একটি অগ্রগতি বার আছে কিনা তা সেট করে।
set Published(enabled) Form ফর্ম প্রকাশ করা হয়েছে কিনা তা সেট করে।
set Publishing Summary(enabled) Form উত্তরদাতা ফর্ম জমা দেওয়ার পরে ফর্মটি প্রতিক্রিয়াগুলির সারাংশ দেখার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Show Link To Respond Again(enabled) Form উত্তরদাতা ফর্মটি পূরণ করার পরে ফর্মটি অন্য প্রতিক্রিয়া জমা দেওয়ার জন্য একটি লিঙ্ক প্রদর্শন করে কিনা তা সেট করে।
set Shuffle Questions(shuffle) Form ফর্মের প্রতিটি পৃষ্ঠায় প্রশ্নের ক্রম এলোমেলো করা হয়েছে কিনা তা সেট করে।
set Title(title) Form ফর্মের শিরোনাম সেট করে।
shorten Form Url(url) String একটি ফর্মের জন্য একটি দীর্ঘ URL একটি ছোট URL এ রূপান্তর করে৷
submit Grades(responses) Form প্রদত্ত ফর্ম প্রতিক্রিয়াগুলির জন্য গ্রেড জমা দেয়৷
supports Advanced Responder Permissions() Boolean ফর্মটি প্রকাশকে সমর্থন করে কিনা তা নির্ধারণ করে৷

Form App

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
Alignment Alignment An enumeration of types of image alignment.
Destination Type Destination Type An enumeration of types of destinations that can store form responses.
Feedback Type Feedback Type An enumeration of types of form Feedbacks .
Item Type Item Type An enumeration of types of form Items .
Page Navigation Type Page Navigation Type An enumeration of possible behaviors for navigating pages.
Rating Icon Type Rating Icon Type An enumeration of rating icon types Rating Icons

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create(title) Form Creates and returns a new Form .
create(title, isPublished) Form Creates and returns a new Form in the requested publish state.
create Checkbox Grid Validation() Checkbox Grid Validation Builder Returns an instance of a CheckboxGridValidationBuilder which can be used to set validation on a Checkbox Grid Item .
create Checkbox Validation() Checkbox Validation Builder Returns an instance of a CheckboxValidationBuilder which can be used to set validation on a Checkbox Item .
create Feedback() Quiz Feedback Builder Returns an instance of a QuizFeedbackBuilder which can be used to set feedback on a gradeable Item .
create Grid Validation() Grid Validation Builder Returns an instance of a GridValidationBuilder which can be used to set validation on a Grid Item .
create Paragraph Text Validation() Paragraph Text Validation Builder Returns an instance of a ParagraphTextValidationBuilder which can be used to set validation on a Paragraph Text Item .
create Text Validation() Text Validation Builder Returns an instance of a TextValidationBuilder which can be used to set validation on a Text Item .
get Active Form() Form Returns the form to which the script is container-bound .
get Ui() Ui Returns an instance of the form editor's user-interface environment that allows the script to add features like menus, dialogs, and sidebars.
open By Id(id) Form Returns the Form with the specified ID.
open By Url(url) Form Returns the Form with the specified URL.

Form Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Edit Response Url() String Generates a URL that can be used to edit a response that has already been submitted.
get Gradable Item Responses() Item Response[] Gets all item responses contained in a form response, in the same order that the items appear in the form.
get Gradable Response For Item(item) Item Response Gets the item response contained in a form response for a given item.
get Id() String Gets the ID of the form response.
get Item Responses() Item Response[] Gets all item responses contained in a form response, in the same order that the items appear in the form.
get Respondent Email() String Gets the email address of the person who submitted a response, if the Form.setCollectEmail(collect) setting is enabled.
get Response For Item(item) Item Response Gets the item response contained in this form response for a given item.
get Timestamp() Date Gets the timestamp for a form response submission.
submit() Form Response Submits the response.
to Prefilled Url() String Generates a URL for the form in which the answers are pre-filled based on the answers in this form response.
with Item Grade(gradedResponse) Form Response Adds the given item response's grades to a form response.
with Item Response(response) Form Response Adds the given item response to a form response.

Grid Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Grid Item Removes any data validation for this grid item.
create Response(responses) Item Response Creates a new Item Response for this grid item.
duplicate() Grid Item Creates a copy of this item and appends it to the end of the form.
get Columns() String[] Gets the values for every column in the grid.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Rows() String[] Gets the values for every row in the grid.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set Columns(columns) Grid Item Sets the columns of the grid based on an array of values.
set Help Text(text) Grid Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Required(enabled) Grid Item Sets whether the respondent must answer the question.
set Rows(rows) Grid Item Sets the rows of the grid based on an array of values.
set Title(title) Grid Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Grid Item Sets the data validation for this grid item.

Grid Validation

Grid Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Limit One Response Per Column() Grid Validation Builder Requires limit of one response per column for a grid item.

Image Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Image Item Creates a copy of this item and appends it to the end of the form.
get Alignment() Alignment Gets the image's horizontal alignment.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Image() Blob Gets the image that is currently assigned to the item.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Width() Integer Gets the image's width in pixels.
set Alignment(alignment) Image Item Sets the image's horizontal alignment.
set Help Text(text) Image Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Image(image) Image Item Sets the image itself.
set Title(title) Image Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Width(width) Image Item Sets the image's width in pixels.

Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
as Checkbox Grid Item() Checkbox Grid Item Returns the item as a checkbox grid item.
as Checkbox Item() Checkbox Item Returns the item as a checkbox item.
as Date Item() Date Item Returns the item as a date item.
as Date Time Item() Date Time Item Returns the item as a date-time item.
as Duration Item() Duration Item Returns the item as a duration item.
as Grid Item() Grid Item Returns the item as a grid item.
as Image Item() Image Item Returns the item as an image item.
as List Item() List Item Returns the item as a list item.
as Multiple Choice Item() Multiple Choice Item Returns the item as a multiple-choice item.
as Page Break Item() Page Break Item Returns the item as a page-break item.
as Paragraph Text Item() Paragraph Text Item Returns the item as a paragraph-text item.
as Rating Item() Rating Item Returns the item as a rating item.
as Scale Item() Scale Item Returns the item as a scale item.
as Section Header Item() Section Header Item Returns the item as a section-header item.
as Text Item() Text Item Returns the item as a text item.
as Time Item() Time Item Returns the item as a time item.
as Video Item() Video Item Returns the item as a video item.
duplicate() Item Creates a copy of this item and appends it to the end of the form.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
set Help Text(text) Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Item Response

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Feedback() Object Gets the feedback that was given for the respondent's submitted answer.
get Item() Item Gets the question item that this response answers.
get Response() Object Gets the answer that the respondent submitted.
get Score() Object Gets the score for the respondent's submitted answer.
set Feedback(feedback) Item Response Sets the feedback that should be displayed for the respondent's submitted answer.
set Score(score) Item Response Sets the score for the respondent's submitted answer.

Item Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CHECKBOX Enum A question item that allows the respondent to select one or more checkboxes, as well as an optional "other" field.
CHECKBOX_GRID Enum A question item, presented as a grid of columns and rows, that allows the respondent to select multiple choices per row from a sequence of checkboxes.
DATE Enum A question item that allows the respondent to indicate a date.
DATETIME Enum A question item that allows the respondent to indicate a date and time.
DURATION Enum A question item that allows the respondent to indicate a length of time.
GRID Enum A question item, presented as a grid of columns and rows, that allows the respondent to select one choice per row from a sequence of radio buttons.
IMAGE Enum A layout item that displays an image.
LIST Enum A question item that allows the respondent to select one choice from a drop-down list.
MULTIPLE_CHOICE Enum A question item that allows the respondent to select one choice from a list of radio buttons or an optional "other" field.
PAGE_BREAK Enum A layout item that marks the start of a page.
PARAGRAPH_TEXT Enum A question item that allows the respondent to enter a block of text.
RATING Enum A question item that allows the respondent to give a rating.
SCALE Enum A question item that allows the respondent to choose one option from a numbered sequence of radio buttons.
SECTION_HEADER Enum A layout item that visually indicates the start of a section.
TEXT Enum A question item that allows the respondent to enter a single line of text.
TIME Enum A question item that allows the respondent to indicate a time of day.
VIDEO Enum A layout item that displays a YouTube video.
FILE_UPLOAD Enum A question item that lets the respondent upload a file.
UNSUPPORTED Enum An item that is currently not supported through APIs.

List Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice Creates a new choice.
create Choice(value, isCorrect) Choice Creates a new choice.
create Choice(value, navigationItem) Choice Creates a new choice with a page-navigation option that jumps to a given page-break item.
create Choice(value, navigationType) Choice Creates a new choice with a page-navigation option.
create Response(response) Item Response Creates a new Item Response for this list item.
duplicate() List Item Creates a copy of this item and appends it to the end of the form.
get Choices() Choice[] Gets all choices for an item.
get Feedback For Correct() Quiz Feedback Returns the feedback that is shown to respondents when they respond correctly to a question.
get Feedback For Incorrect() Quiz Feedback Returns the feedback that is shown to respondents when they respond incorrectly to a question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set Choice Values(values) List Item Sets the choices for an item from an array of strings.
set Choices(choices) List Item Sets an array of choices for an item.
set Feedback For Correct(feedback) List Item Sets the feedback to be shown to respondents when they respond correctly to a question.
set Feedback For Incorrect(feedback) List Item Sets the feedback to be shown to respondents when they respond incorrectly to a question.
set Help Text(text) List Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) List Item Sets the number of points a gradeable item is worth.
set Required(enabled) List Item Sets whether the respondent must answer the question.
set Title(title) List Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Multiple Choice Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Choice(value) Choice Creates a new choice.
create Choice(value, isCorrect) Choice Creates a new choice.
create Choice(value, navigationItem) Choice Creates a new choice with a page-navigation option that jumps to a given page-break item.
create Choice(value, navigationType) Choice Creates a new choice with a page-navigation option.
create Response(response) Item Response Creates a new Item Response for this multiple-choice item.
duplicate() Multiple Choice Item Creates a copy of this item and appends it to the end of the form.
get Choices() Choice[] Gets all choices for an item.
get Feedback For Correct() Quiz Feedback Returns the feedback that is shown to respondents when they respond correctly to a question.
get Feedback For Incorrect() Quiz Feedback Returns the feedback that is shown to respondents when they respond incorrectly to a question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
has Other Option() Boolean Determines whether the item has an "other" option.
is Required() Boolean Determines whether the respondent must answer the question.
set Choice Values(values) Multiple Choice Item Sets the choices for an item from an array of strings.
set Choices(choices) Multiple Choice Item Sets an array of choices for an item.
set Feedback For Correct(feedback) Multiple Choice Item Sets the feedback to be shown to respondents when they respond correctly to a question.
set Feedback For Incorrect(feedback) Multiple Choice Item Sets the feedback to be shown to respondents when they respond incorrectly to a question.
set Help Text(text) Multiple Choice Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Multiple Choice Item Sets the number of points a gradeable item is worth.
set Required(enabled) Multiple Choice Item Sets whether the respondent must answer the question.
set Title(title) Multiple Choice Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
show Other Option(enabled) Multiple Choice Item Sets whether the item has an "other" option.

Page Break Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Page Break Item Creates a copy of this item and appends it to the end of the form.
get Go To Page() Page Break Item Gets the Page Break Item that the form will jump to after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Page Navigation Type() Page Navigation Type Gets the type of page navigation that occurs after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
set Go To Page(goToPageItem) Page Break Item Sets the page to jump to after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
set Go To Page(navigationType) Page Break Item Sets the type of page navigation that occurs after completing the page before this page break (that is, upon reaching this page break by normal linear progression through the form).
set Help Text(text) Page Break Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Page Break Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
CONTINUE Enum Continue to the next page of the form after completing the current page.
GO_TO_PAGE Enum Jump to a specified page of the form after completing the current page.
RESTART Enum Restart the form from the beginning, without clearing answers entered so far, after completing the current page.
SUBMIT Enum Submit the form response after completing the current page.

Paragraph Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Paragraph Text Item Removes any data validation for this paragraph text item.
create Response(response) Item Response Creates a new Item Response for this paragraph text item.
duplicate() Paragraph Text Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Paragraph Text Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Paragraph Text Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Paragraph Text Item Sets the number of points a gradeable item is worth.
set Required(enabled) Paragraph Text Item Sets whether the respondent must answer the question.
set Title(title) Paragraph Text Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Paragraph Text Item Sets the data validation for this paragraph text item.

Paragraph Text Validation

Paragraph Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Text Contains Pattern(pattern) Paragraph Text Validation Builder Requires response to contain pattern.
require Text Does Not Contain Pattern(pattern) Paragraph Text Validation Builder Requires response to not contain pattern.
require Text Does Not Match Pattern(pattern) Paragraph Text Validation Builder Requires response to not match pattern.
require Text Length Greater Than Or Equal To(number) Paragraph Text Validation Builder Requires response length to be greater than or equal to value.
require Text Length Less Than Or Equal To(number) Paragraph Text Validation Builder Requires response length to be less than value.
require Text Matches Pattern(pattern) Paragraph Text Validation Builder Requires response to match pattern.

Quiz Feedback

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
get Link Urls() String[] Gets a list of the URLs associated with the Feedback.
get Text() String Gets the Feedback's display text.

Quiz Feedback Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
add Link(url) Quiz Feedback Builder Adds a link to the feedback's supplemental material.
add Link(url, displayText) Quiz Feedback Builder Adds a link to the feedback's supplemental material.
build() Quiz Feedback Builds a Feedback of the corresponding type for this builder.
copy() Quiz Feedback Builder Returns a copy of this builder.
set Text(text) Quiz Feedback Builder Sets the feedback text.

Rating Icon Type

বৈশিষ্ট্য

সম্পত্তি টাইপ বর্ণনা
STAR Enum A star icon.
HEART Enum A heart icon.
THUMB_UP Enum A thumb up icon.

Rating Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this rating item.
duplicate() Rating Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Rating Icon() Rating Icon Type Gets the icon chosen for the rating.
get Rating Scale Level() Integer Gets the rating's scale level.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Rating Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Rating Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Rating Item Sets the number of points a gradeable item is worth.
set Rating Icon(ratingIcon) Rating Item Sets the rating's icon.
set Rating Scale Level(ratingScaleLevel) Rating Item Sets the rating's maximum scale level.
set Required(enabled) Rating Item Sets whether the respondent must answer the question.
set Title(title) Rating Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Scale Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(response) Item Response Creates a new Item Response for this scale item.
duplicate() Scale Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Left Label() String Gets the label for the scale's lower bound, if any.
get Lower Bound() Integer Gets the scale's lower bound.
get Points() Integer Returns the point value of a gradeable item.
get Right Label() String Gets the label for the scale's upper bound, if any.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Upper Bound() Integer Gets the scale's upper bound.
is Required() Boolean Determines whether the respondent must answer the question.
set Bounds(lower, upper) Scale Item Sets the scale's lower and upper bounds.
set General Feedback(feedback) Scale Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Scale Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Labels(lower, upper) Scale Item Sets labels for the scale's lower and upper bounds.
set Points(points) Scale Item Sets the number of points a gradeable item is worth.
set Required(enabled) Scale Item Sets whether the respondent must answer the question.
set Title(title) Scale Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Section Header Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Section Header Item Creates a copy of this item and appends it to the end of the form.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
set Help Text(text) Section Header Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Section Header Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Text Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
clear Validation() Text Item Removes any data validation for this text item.
create Response(response) Item Response Creates a new Item Response for this text item.
duplicate() Text Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Text Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Text Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Text Item Sets the number of points a gradeable item is worth.
set Required(enabled) Text Item Sets whether the respondent must answer the question.
set Title(title) Text Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Validation(validation) Text Item Sets the data validation for this text item.

Text Validation

Text Validation Builder

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
require Number() Text Validation Builder Requires text item to be a number.
require Number Between(start, end) Text Validation Builder Requires text item to be a number between start and end, inclusive.
require Number Equal To(number) Text Validation Builder Requires text item to be a number equal to value specified.
require Number Greater Than(number) Text Validation Builder Requires text item to be a number greater than the value specified.
require Number Greater Than Or Equal To(number) Text Validation Builder Requires text item to be a number greater than or equal to the value specified.
require Number Less Than(number) Text Validation Builder Requires text item to be a number less than the value specified.
require Number Less Than Or Equal To(number) Text Validation Builder Requires text item to be a number less than or equal to the value specified.
require Number Not Between(start, end) Text Validation Builder Requires text item to be a number not between start and end, inclusive.
require Number Not Equal To(number) Text Validation Builder Requires text item to be a number not equal to the value specified.
require Text Contains Pattern(pattern) Text Validation Builder Requires response to contain pattern.
require Text Does Not Contain Pattern(pattern) Text Validation Builder Requires response to not contain pattern.
require Text Does Not Match Pattern(pattern) Text Validation Builder Requires response to not match pattern.
require Text Is Email() Text Validation Builder Requires text item to be an email address.
require Text Is Url() Text Validation Builder Requires text item to be a URL.
require Text Length Greater Than Or Equal To(number) Text Validation Builder Requires response length to be greater than or equal to value.
require Text Length Less Than Or Equal To(number) Text Validation Builder Requires response length to be less than value.
require Text Matches Pattern(pattern) Text Validation Builder Requires response to match pattern.
require Whole Number() Text Validation Builder Requires text item to be a whole number.

Time Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
create Response(hour, minute) Item Response Creates a new Item Response for this time item.
duplicate() Time Item Creates a copy of this item and appends it to the end of the form.
get General Feedback() Quiz Feedback Returns the feedback that is shown to respondents when they respond to a gradeable question.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Points() Integer Returns the point value of a gradeable item.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
is Required() Boolean Determines whether the respondent must answer the question.
set General Feedback(feedback) Time Item Sets the feedback to be shown to respondents when they respond to a gradeable question that doesn't have a correct or incorrect answer (ie questions that require manual grading).
set Help Text(text) Time Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Points(points) Time Item Sets the number of points a gradeable item is worth.
set Required(enabled) Time Item Sets whether the respondent must answer the question.
set Title(title) Time Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).

Video Item

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
duplicate() Video Item Creates a copy of this item and appends it to the end of the form.
get Alignment() Alignment Gets the video's horizontal alignment.
get Help Text() String Gets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
get Id() Integer Gets the item's unique identifier.
get Index() Integer Gets the index of the item among all the items in the form.
get Title() String Gets the item's title (sometimes called header text, in the case of a Section Header Item ).
get Type() Item Type Gets the item's type, represented as an Item Type .
get Width() Integer Gets the video's width in pixels.
set Alignment(alignment) Video Item Sets the video's horizontal alignment.
set Help Text(text) Video Item Sets the item's help text (sometimes called description text for layout items like Image Items , Page Break Items , and Section Header Items ).
set Title(title) Video Item Sets the item's title (sometimes called header text, in the case of a Section Header Item ).
set Video Url(youtubeUrl) Video Item Sets the video itself from a given YouTube URL or YouTube video ID.
set Width(width) Video Item Sets the video's width in pixels.