- getValues - the function designed to lookup the name of a student and gather their corresponding feedback (if any) to pass this through to the HTML form.
- htmlForm - the form which provides a user-friendly way to add/change student feedback data through dropdown and free-text boxes.
- writeBack - the function that takes the data from the submitted form and puts it back into the spreadsheet depending on which tutor has completed it.
Student Selection Screen for picking a student to provide feedback for |
By feeding in the row number of the student we can use 'getRange' to get an array of the data, leading on to the creation of key/value pairs. These pairs are then turned into a JSON string ('stringify') that can be used by the HTML form.
No comments:
Post a Comment