Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
QuizFeedback
Implementasi bean dari Feedback, yang berisi properti yang umum untuk semua masukan, seperti
menampilkan teks atau tautan.
Masukan dapat ditambahkan ke item Form yang dapat dinilai.
//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);
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]