Google Form - Scheduling
Scheduling in Google Form The function of scheduling is to allow respondent accessing the form for the specific time and vice versa. It can be used for a test and other similar thing to respondents.You need to create a form first though on your google account.Then you could follow these steps below to setup the timing of schedule : 1. Open the form that need to be scheduled. Click the 3 dots next to SEND button, then click Script editor as shown in Figure 1: Figure 1. Form Then the monitor will show up an editor layer as Code.gs as shown in Figure 2 : Figure 2. Script Editor You can do as possible as some experiments by coding in this editor layer. 2. Here is the structure of codes for scheduling, you have to put it into myFunction() : var FORM_OPEN_DATE = new Date(2017, 3-1, 23, 21, 0); ...