Skip to content

Sudhanshu-Ambastha/Attendance-app-for-Teacher-on-MIT-app-inventor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teacher Attendance App

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.

Files

  1. TeacherAttendance.gs

    • This is the Google Apps Script file responsible for handling the backend logic and storing data in the Google Sheet.
  2. 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.

How to Use

Google Apps Script

  1. Open the Google Apps Script Editor.
  2. Create a new project and copy-paste the content of TeacherAttendance.gs into the script editor.
  3. Save the project and deploy it as a web app. Make sure to set the appropriate permissions.

MIT App Inventor

  1. Import the AttendanceAppForTeachers.aia file into MIT App Inventor.
  2. Set up your app's UI and logic as needed.
  3. Replace the placeholder URLs in the app with the deployed web app URL from the Google Apps Script.

Dependencies

Related Repositories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published