GithubHelp home page GithubHelp logo

sandervalstar / gradesource-automatic-grade-selector Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 484 KB

Tool to avoid having to manually click all the dropdown selectors on gradesource to enter grades

JavaScript 32.36% Python 67.64%

gradesource-automatic-grade-selector's Introduction

Gradesource automatic grade selector

This is a tool that will help you automatically upload grades to gradesource and prevent you from having to manually select a grade for each student in your class.

There are a few steps involved:

  1. Download this repository to your machine.
  2. Go to your class' gradesource page > click the "Scores" tab > click the "Edit" link for any of the assignments/tests. You should now be at the screen where you used to manually enter your grades.
  3. Next, right click one of the dropdown selectors and click inspect.

inspect

  1. Then note down the keys and values you see in the html source of the dropdown selector.

inspect

  1. Replace the keys and values of "gradeSelectMap" in auto-select-grades.js with the keys and values you noted down.

  2. Next, you'll need to add your students' grades to the "grades" variable in auto-select-grades.js. Make sure their student ID matches the ID in the "Identification" column on gradesource. (If your data is in a spreadsheet, save it as a CSV file in the "data" directory and use "main.py" in "csv_to_json" to convert it to the appropriate json format. Make sure to read the "NOTE" comments in main.py)

  3. Now copy the entire contents of auto-select-grades.js > Go to the gradesource page with the grade selectors > Right click > Click inspect > Click the "Console" tab in the inspection window > Paste the contents of auto-select-grades.js > Hit enter

inspect

  1. The grades should now automatically be selected for all students whom you added to the "grades" variable in auto-select-grades.js > Click "Submit"

gradesource-automatic-grade-selector's People

Contributors

sandervalstar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.