
Feb. 11, 2020
11:23 a.m.
Hello,
I don't know how many people use Crowdmark to grade assessments. However, I thought I would share a recent Python script I wrote that has been saved a lot of time at my school.
Many people want to apply student names to exams that have a title page. We previously did this with adhesive labels which can be a massive effort for large classes. I wrote a Python function which applies names and student IDs from a pandas dataframe to the front page of each student's exam. The script is here: https://github.com/MattWThomas/crowdmark-labeler
Let me know if this is useful to you, and if there are changes that you think could be made to have it benefit more people.
Best,
Matthew Thomas