কে প্রতিক্রিয়া জানাতে পারে তার উপর ফর্ম নির্মাতাদের আরও নিয়ন্ত্রণ দিতে, আমরা উত্তরদাতাদের জন্য দানাদার নিয়ন্ত্রণ প্রবর্তন করছি। 31 জানুয়ারী, 2026-এর পরে API দিয়ে তৈরি করা ফর্মগুলি ডিফল্টরূপে একটি অপ্রকাশিত অবস্থায় থাকবে। আরও জানতে, Google ফর্মগুলিতে API পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
কুইজ পরিচালনা করা Google Forms এর অন্যতম প্রধান বৈশিষ্ট্য। এই নির্দেশিকা আপনাকে দেখায় কিভাবে একটি ক্যুইজ তৈরি করতে হয় এবং ফর্ম API-এর সাথে গ্রেডিং বিকল্প যোগ করতে হয়।
একটি মৌলিক কুইজ তৈরি করুন
একটি কুইজ তৈরির প্রথম পর্যায় হল একটি দ্বি-পদক্ষেপ প্রক্রিয়া: আপনি একটি ফর্ম তৈরি করুন, তারপর এটিকে একটি কুইজ হিসাবে সংজ্ঞায়িত করতে ফর্মের সেটিংস আপডেট করুন৷ প্রাথমিক সেটআপ নির্দেশাবলীর জন্য একটি ফর্ম বা কুইজ তৈরি করুন দেখুন।
প্রশ্ন যোগ করুন
আপনি ক্যুইজ তৈরি করার পরে, প্রশ্ন যোগ করুন (প্রশ্নের প্রকারের তালিকার জন্য Question object দেখুন)। আপনি প্রথমে প্রশ্ন যোগ করার সময় গ্রেডিং বিকল্পগুলি অন্তর্ভুক্ত করতে পারেন, বা পরে সেগুলি আপডেট করতে পারেন৷ একটি নতুন প্রশ্ন আইটেমের জন্য নমুনা JSON কোড যা গ্রেডিং বিকল্পগুলিকে এইরকম দেখাচ্ছে:
"item":{"title":"Which of these singers was not a member of Destiny's Child?","questionItem":{"question":{"required":True,"grading":{"pointValue":2,"correctAnswers":{"answers":[{"value":"Rihanna"}]},"whenRight":{"text":"You got it!"},"whenWrong":{"text":"Sorry, that's wrong"}},"choiceQuestion":{"type":"RADIO","options":[{"value":"Kelly Rowland"},{"value":"Beyoncé"},{"value":"Rihanna"},{"value":"Michelle Williams"}]}}}}
কুইজ প্রশ্নে গ্রেডিং বিকল্প যোগ করা গ্রেডিং প্রক্রিয়া স্বয়ংক্রিয় করতে সাহায্য করে। প্রতিটি প্রশ্নের একটি নির্দিষ্ট পয়েন্ট মান থাকতে পারে এবং ব্যবহারকারীকে তাদের উত্তর সম্পর্কে প্রতিক্রিয়া জানাতে পারে।
নীচের প্রশ্নের ধরনগুলির জন্য, একটি correctAnswers ক্ষেত্র যোগ করা হলে কুইজ জমা দেওয়া হলে সেগুলিকে স্বয়ংক্রিয়ভাবে গ্রেড করা যায়৷ আপনি whenRight এবং whenWrong ক্ষেত্রগুলি ব্যবহার করে সঠিক এবং ভুল উত্তরের জন্য নির্দিষ্ট প্রতিক্রিয়া প্রদান করতে পারেন।
চেকবক্স
রেডিও
ড্রপডাউন
সংক্ষিপ্ত উত্তরের প্রশ্নগুলিও একটি correctAnswers ক্ষেত্র যোগ করে স্বয়ংক্রিয়ভাবে গ্রেড করা যেতে পারে, তবে আপনি শুধুমাত্র generalFeedback প্রদান করতে পারেন, whenRight বা whenWrong প্রতিক্রিয়া নয়। অন্যান্য ধরণের প্রশ্নের জন্য, গ্রেডিং স্বয়ংক্রিয় নয় এবং আপনি শুধুমাত্র generalFeedback প্রদান করতে পারেন।
দ্রষ্টব্য: একটি ফাইল আপলোডের মাধ্যমে যে প্রশ্নগুলির উত্তর দেওয়া হয় তা ব্যতীত, ব্যবহারকারীর উত্তর ক্যাপচার করা হয় এবং পাঠ্য হিসাবে মূল্যায়ন করা হয় (বিভিন্ন ধরনের উত্তরগুলি কীভাবে ফর্ম্যাট করা হয় সে সম্পর্কে নির্দিষ্ট করার জন্য TextAnswer অবজেক্টটি দেখুন)। সঠিক হওয়ার জন্য, উত্তরটি অবশ্যই উত্তর কী এর সাথে মিলতে হবে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-04-09 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["Create a quiz in Google Forms by first building a form, then converting it to a quiz via settings. Add questions, specifying the question type and whether it's required. Include grading options like `pointValue`, `correctAnswers`, and feedback (`whenRight`, `whenWrong`). Questions with `correctAnswers` (Checkbox, Radio, Dropdown, Short answer) can be auto-graded. Feedback options are available for correct and incorrect answers, except for short answers that only offer `generalFeedback`. Answers are evaluated as text for correctness.\n"],null,["# Set up quiz grading options\n\nAdministering quizzes is one of the key features of Google Forms. This guide\nshows you how to create a quiz and add grading options with the Forms API.\n\nMake a basic quiz\n-----------------\n\nThe first stage of making a quiz is a two-step process: you create a form,\nthen update the form's settings to define it as a quiz. See\n[Create a form or quiz](/workspace/forms/api/guides/create-form-quiz#convert_a_form_to_a_quiz)\nfor basic setup instructions.\n\nAdd questions\n-------------\n\nAfter you've created the quiz, add the questions (see the\n[`Question object`](/workspace/forms/api/reference/rest/v1/forms#question) for a\nlist of question types). You can include\n[grading options](#grading-options) when you first add the questions, or\nupdate them later. Sample JSON code for a new question item that includes\ngrading options looks like this: \n\n \"item\": {\n \"title\": \"Which of these singers was not a member of Destiny's Child?\",\n \"questionItem\": {\n \"question\": {\n \"required\": True,\n \"grading\": {\n \"pointValue\": 2,\n \"correctAnswers\": {\n \"answers\": [{\"value\": \"Rihanna\"}]\n },\n \"whenRight\": {\"text\": \"You got it!\"},\n \"whenWrong\": {\"text\": \"Sorry, that's wrong\"}\n },\n \"choiceQuestion\": {\n \"type\": \"RADIO\",\n \"options\": [\n {\"value\": \"Kelly Rowland\"},\n {\"value\": \"Beyoncé\"},\n {\"value\": \"Rihanna\"},\n {\"value\": \"Michelle Williams\"}\n ]\n }\n }\n }\n }\n\nSee [Update a form or quiz](/workspace/forms/api/guides/update-form-quiz#add_an_item)\nto learn how to add a question item to a form.\n\nAdd grading options\n-------------------\n\nAdding grading options to quiz questions helps automate the grading process.\nEach question can have an assigned point value and give the user feedback about\ntheir answer.\n\nFor the question types below, adding a`correctAnswers` field enables them to\nbe automatically graded when the quiz is submitted. You can provide\nspecific feedback for correct and incorrect answers using the `whenRight` and\n`whenWrong` fields.\n\n- Checkbox\n- Radio\n- Dropdown\n\nShort answer questions can also be auto-graded by adding a `correctAnswers`\nfield, but you can only provide `generalFeedback`, not `whenRight` or\n`whenWrong` feedback. For other types of questions, grading is not automatic\nand you can only provide `generalFeedback`.\n\n**Note:** Except for questions where the answer is via a file upload, the\nuser's answer is captured and evaluated as text (see the\n[`TextAnswer`](/workspace/forms/api/reference/rest/v1/forms.responses#textanswer)\nobject for specifics about how different types of answers are formatted). To\nbe correct, the answer must match the answer key exactly."]]