Assigning Homework like Google Classroom
Hello,
I would like make a web app which is like Google Classroom which allows me to assign homework which studetns can access and submit it digitally by uploading a word/powerpoint document.
How hard would this be for a beginner?
5 Replies
what languages are you a beginner at?
HTML, CSS and JS - I already have experience with python
if you can use Python to manage the backend (upload files, manage users, etc) then it should be doable
feel like the hardest task here is to do the backend
instead of using user logins, could I use SSO with Google or Microsoft or something like that
yeah you can definitely allow teachers and students to use Google or Microsoft to login. You would probably wanna get something that manages roles/rights to ensure not everyone can upload and download. Which does mean you need to connect emails to people and provide dedicated roles