This is a simple Google Apps Script for tracking teacher attendance. The associated MIT App Inventor project allows teachers to input attendance information, and the data is stored in a Google Sheet.
-
TeacherAttendance.gs
- This is the Google Apps Script file responsible for handling the backend logic and storing data in the Google Sheet.
-
AttendanceAppForTeachers.aia
- This file is the MIT App Inventor project. It provides the user interface and communicates with the Google Apps Script to record attendance.
- Open the Google Apps Script Editor.
- Create a new project and copy-paste the content of
TeacherAttendance.gs
into the script editor. - Save the project and deploy it as a web app. Make sure to set the appropriate permissions.
- Import the
AttendanceAppForTeachers.aia
file into MIT App Inventor. - Set up your app's UI and logic as needed.
- Replace the placeholder URLs in the app with the deployed web app URL from the Google Apps Script.
- MIT App Inventor: Used for creating the mobile app interface.
- Google Apps Script: Used for server-side scripting and handling data storage.
- Attendance App: Check out a simpler version of this attendance app.
- Send-data-to-google-sheets-creating-List-with-MIT-app-inventor: Visit this repository for creating a list with MIT App Inventor and sending data to Google Sheets.