google-code-export / edcodeorg

Automatically exported from code.google.com/p/edcodeorg
1 stars 1 forks source link

Compare fields between Responses and Grades before sending email to students. #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To prevent the accidental sending of email to the incorrect student have 
Flubaroo compare the Time Stamp, Identifying field and email address between 
the Responses and the Grades sheets.  Do not send email if there is a 
difference and provide an error if possible.  Even if the error warning isn't 
possible, it will prevent the error of sharing incorrect information.

Protect the user from themselves!

The warning after the grading process is like putting "do not eat to much" on 
the inside of the lid of a candy jar.  LOL

I wasn't sure if this is the correct category to suggest this.

Original issue reported on code.google.com by glua....@gmail.com on 13 Sep 2013 at 12:10

GoogleCodeExporter commented 9 years ago
I took a look at the code and I see this at line 205(?). var email_address = 
q.getGradedVal(); // pull from Graded vals, incase teacher wants to edit.

Maybe the compare should only be on Time Stamp.  Maybe the identifier also as I 
hope the teacher isn't changing names.  I didn't think about the teacher fixing 
an email address.

I'm impressed at how documentation has improved since I retired.  I always 
hated that part of development!  

Original comment by glua....@gmail.com on 13 Sep 2013 at 12:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
No longer an issue since sorting is now supported.

Original comment by d...@edcode.org on 7 Mar 2014 at 2:27