//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"]],["最后更新时间 (UTC):2024-08-21。"],[[["`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."]]],[]]