Giter Site home page Giter Site logo

cs70-pdfgen's Introduction

CS70 PDF Generator


This code is for generating pdfs given short answer submissions on gradescope

gradescope_csv_to_submissions.py requires

  1. An answers.csv, the answers received by gradescope
  2. A roster.csv, the roster containing a list of students, student emails, and sids it will then
  3. Generate an outline in the stdout that should be copied to outline.json with question names modified
  4. Create a student_submissions.csv file which will be used to generate pdfs

student_submissions.py requires

  1. The outline.json that has all of the questions
  2. The student_submissions.csv file generated by the above script
  3. The relevant output_xx images in ./question_imgs/ This will generate one PDF per SID in the output/ folder when run. By default it uses all available cores.

So to run this, first run gradescope_csv_to_submissions.py, edit the outline.json if you want different question names, and then run submissions_from_json.py.

cs70-pdfgen's People

Contributors

aphoh avatar

Watchers

 avatar  avatar

Forkers

cs70

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.