Giter Club home page Giter Club logo

practiceitgrader's Introduction

PracticeItGrader

Code to help grade https://practiceit.cs.washington.edu/ student results.

Usage

  1. Download Full results for your Course & Category (Select 'include attempts') from https://practiceit.cs.washington.edu/teacher/student-results

  2. Create an assignments file with one line per problem. These entries must match the "Problem" column from step 1. E.g.

BJP4 Self-Check 1.06: legalIdentifiers
BJP4 Self-Check 1.07: outputSyntax
BJP4 Self-Check 1.08: confounding
  1. Run this program to output a results file, one line per student. E.g.

java grades.jar java -jar target/grader.jar -p practice-it-rogerallen-results-2018-09-02.csv -a assignment.csv -o output.csv

The output.csv file will have a format like this:

LastName,FirstName,NumCorrect,NumIncorrect,NumAttempted
Abel,Zed,3,5,8
Baker,Aleph,4,4,4
Charlie,Parker,4,4,4
Duck,Bill,8,0,8

You may optionally add -i ignoredStudents.csv to ignore some dropped students or instructor userNames listed in the practice-it data.

Building

I just used Eclipse and added the commons-cli (v1.4) and commons-csv (v1.5) JARs as Referenced Libraries.

License

CC0
To the extent possible under law, Roger Allen has waived all copyright and related or neighboring rights to PracticeIt Grader. This work is published from: United States.

practiceitgrader's People

Contributors

rogerallen avatar

Watchers

 avatar  avatar  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.