Advertisement
Zalgo2462

functions

Jan 28th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Functions:
  2. Robocheck form:
  3. Checks answers against "Key" post
  4. Sends email to user on what they missed
  5. Generates composite of scores as: Name: score, score....
  6.  
  7. Teacher check form:
  8. Goes through entire form
  9. Displays username.
  10. Displays question and answer
  11. Teacher inputs X/X points
  12. Adds up as check goes on.
  13. Displays final score
  14. Sends email to user
  15. Includes scoring and "Key" Answers
  16. Generates composite of scores as: Name: score, score....
  17.  
  18. Email user:
  19. Enter user
  20. Enter message
  21. Looks up user's email and sends message
  22.  
  23. Sanitize user form:
  24. Goes through and finds bad data
  25. Displays
  26. Asked whether or not to delete.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement