ttp2542 / GradingScripts

This repository contains the Python scripts used for grading in the SWEN-123 class at RIT.
4 stars 7 forks source link

Also include list of students who have not accepted the classroom assignment #14

Open jym2584 opened 2 years ago

jym2584 commented 2 years ago

Currently does not

NeonixRIT commented 1 year ago

Get all repos in the org -> filter then for assignment -> get SET of github usernames by replacing assignment name in each repo name -> get set of student githubs from CSV -> not accepted = (student githubs) not (accepted). Code for this is in my fork