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!
- beta_release
- This directory contains the code needed to run the application on a user's computer.
- LICENSE
- README.md
- 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.
- If you would like to contribute to the project, feel free to submit issues or pull requests!
- 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.
- Double click on an editable cell to edit its contents.
- 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.
- Owen Bezick
- Calvin Spencer
- Dr. Heather Smith
- Dr. Sakib Miazi
MIT License