संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
QuizFeedback
किसी सुझाव को लागू करना, जिसमें सभी सुझाव के लिए सामान्य प्रॉपर्टी होती हैं, जैसे कि
टेक्स्ट या लिंक दिखाने के लिए.
ग्रेड देने लायक Form आइटम में सुझाव जोड़ा जा सकता है.
//Settingfeedbackwhichshouldbeautomaticallyshownwhenauserrespondstoaquestion//incorrectly.vartextItem=form.addTextItem().setTitle('Re-hydrating dried fruit is an example of what?');varfeedback=FormApp.createFeedback().setDisplayText(“Goodanswer,butnotquiteright.Pleasereviewchapter4beforenexttime.”).addLink("http://wikipedia.com/osmosis");textItem.setFeedbackForIncorrect(feedback);
[[["समझने में आसान है","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"]],["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["`QuizFeedback` objects store common feedback properties like display text and links for Google Forms."],["Feedback can be linked to form items and automatically displayed based on user responses (e.g., incorrect answers)."],["Developers can use `getLinkUrls()` and `getText()` methods to retrieve associated URLs and display text from `QuizFeedback` objects."]]],[]]