Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 880 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 880 Bytes

Introduction

The aim of this script is to extract information and archive student repositories created by GitHub Classrooms software. When this script is run, it will extract the grades using the CSV file which is obtained from GitHub Classroom Assistant or the web interface.

Aim

This file should be able to run on the deadline and complete following tasks:

  • Extract information from CSV file
  • Output learn compatible CSV file with grades and student IDs
  • Run a loop over all repositories from student submissions and archive them on deadline. There is also a function to unarchive the repositories.

Steps