Skip to content

This is the code for automatically uploading feedback files to Moodle for the Intro to Data Science course.

Notifications You must be signed in to change notification settings

tedyap/Auto-Grading-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Grade Assignments and Upload Feedbacks with Selenium

This code automatically input grades and upload feedback files on Moodle using Selenium, an open-source web-based automation tool.

Usage

First install all the dependencies by running:

pip install -r requirements.txt

Once all dependencies are installed, run:

python3 homework.py <assignment_name> <id_number>

Assignment specifies the folder name to retrieve grades and feedback files from.

Id number refers to the id query string in the url on Moodle.com.

Username and password should be changed in code.

About

This is the code for automatically uploading feedback files to Moodle for the Intro to Data Science course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages