owbezick / Standards-Based-Gradebook

This is an open source grade book for the standards based grading system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standards Based Gradebook Software

Description

This repository contains code for a Davidson College Indepedent Study to create a software for teachers utilizng the standards based approach to grading in the classroom. The software is coded in R and can be ran through the RStudio browser. No servers needed!

Table of Contents

  • beta_release
    • This directory contains the code needed to run the application on a user's computer.
  • LICENSE
  • README.md

Usage

  • First, if you do not have R or RStudio on your computer, follow the tutorial here.

The following instructions are documented in this video.

  • Once you have R & RStudio, download the repository as a .zip file.
  • Open the .rproj. Once the RStudio window is open, navigate to Professor-App > utils > libraries.R. Once you are on this page, ensure each dependency is installed (there should be a banner on the top which prompts the user to install them).
  • Once the libraries are installed, navigate to the App.R file, and click the Run App button on the top right of the script.
  • From there, follow the prompts to initialize your class and you are up and running!
  • To create a separate app for a different class, just repeat the process and save the code in a different directory.

Contributing

  • If you would like to contribute to the project, feel free to submit issues or pull requests!

FAQ

RHandsonTable

  • How do I edit cell contents?
    • Double click on an editable cell to edit its contents.
      • For grades, this will open a dropdown list of possible grades.
      • For dates, this will open a date input window.
  • How do I add or remove a row?
    • Right click on a cell to view options
  • Do the changes I make get saved immediately?
    • No. You must remember to click the save button to save your changes.
  • My RHandsonTable is not visible after I initially viewed it, where did it go?
    • If a table is not displaying properly, try to click on where the table should be to get it to re-render.

Uploading Data

Credits

Authors:

  • Owen Bezick
  • Calvin Spencer

Advisors:

  • Dr. Heather Smith
  • Dr. Sakib Miazi

License

MIT License

About

This is an open source grade book for the standards based grading system.

License:MIT License


Languages

Language:HTML 85.9%Language:R 13.8%Language:CSS 0.3%