Token System

The token system implements a queue-based allocation system for handling customers with requests in a FCFS (First Come, First Served) manner. The motivation behind this code was to streamline the answer sheet grading doubt session, or, as it is called at IIT Bombay, the "Crib Session", for the course in which I was a Teaching Assistant. Dependencies Google Forms To facilitate ease of access for both clients (students) and servers (teaching assistants), the project uses Google Forms to supply the input data stream. To use Google Forms, the user of the code must have access to Google Forms and therefore must also have a Google Account. ...