$ How to add online grading system to an app ? $ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

$ How to add online grading system to an app ? $

Someone free to answer ? Or get paid to create this system ? Here is the thing with a friend of mine we are creating an app (on appy pie) and we wanna add this feature to our app. #Google_sheets is nice to grade things but the challenge is how can students sign in or just add ID to access their own result ? Any info is appreciated thanks 🙏🏼

12th Oct 2018, 6:44 PM
Haileab
Haileab - avatar
3 Answers
+ 5
If you have a Google_sheet with a table that contains the student's ID followed by their result, you could have the student enter their ID and then use Index-Match to retrieve their result. The following website has information on how to set this up: https://exceljet.net/index-and-match Oh course, you have to be careful that the students can't access the page with the list of IDs and results. Also, if a student has another student's ID or can look it up or guess it, then they can also see the result. So you might want to use some sort of password instead of, or in addition to, the ID.
12th Oct 2018, 7:22 PM
Leland Hepworth
Leland Hepworth - avatar
+ 3
Try making a job alert on www.freelancer.com
12th Oct 2018, 8:00 PM
Manual
Manual - avatar
+ 1
Leland Hepworth am excited to to check out that link, thanks for the help. in short it means its possible to use Google sheets or excel to perform this task right ? no some sort of “ frontend or backend client “ required ? and yes i will work on the password and privacy of the students thanks agian
14th Oct 2018, 3:48 AM
Haileab
Haileab - avatar