/blackboard_poll_grader

A python script that will take a blackboard poll and turn into grades

Primary LanguagePython

blackboard_poll_grader

A python script that will take a blackboard poll and turn into grades

  • Determines which answers are correct (looks at the answers on whoever ran the poll ex: Professor)
  • Determines if a student got a correct answer for each question
  • Generates a score for each student
  • Generates excel sheet with relevant information

usage:

python3 grade.py "<name of poll runner>"

ex:

python3 grade.py "Graham Schock"

Will result in a grades.csv file from a results.csv file