Giter VIP home page Giter VIP logo

grade-plus's Introduction

grade-plus

A Teacher's Aide -- From the Command Line

grade-plus is a lightweight command line application to be used by teachers, TAs, and other educators to make managing classroom grades easier. It's built in C++ with extensibility in mind: A teacher can create their own types of assignments with custom weights and scores to let grade-plus do all the calculus. Simply fire up the application and choose what type of work is to be done.

The API will allow a user to:

  • Create a course roster with a desired number of students

  • Add new students or remove them from the roster

  • Add exams, lab exercises, or participation grades to each student's score

  • Adjust the grade weight of any particular score or per type of assignment

  • Quickly view (in the command line) the performance of each student in any category

  • Export a student's grades to an Excel or text file for progress reports

This project is intended for use by anyone who can work in a bash terminal, and upon release will be freely available to anyone who chooses to use it.

Current Usage

We've fully implemented the Class hierachy and added the SQL database to all the classes. To run the test as it is currently implemented, pull the whole repository, then:


cd test
make
./test0.out

Why 'make' ?

Since we are including the sqlite functionality, we need to link the object files to the data base. And there's plenty of object files. Leveraging c-make by including a "make file" to generate the executable automates that process.

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.