K-12 educators need to be able to analyze a large set of data gathered from their classroom for determining the correct learning path for the class. Since the educators are currently looking at data from a table perspective, they are spending more time deciphering the data instead of planning the next learning activity. This is also a problem for the students, since educators are less focused on catering to their learning.
The goal of Classroom Stats Visualizer is to analyze and determine a performance metric for each student given the student’s grades. This performance metric will allow for teachers to quickly determine which students are in need of assistance. Also, Classroom Stats Visualizer will provide teachers with the ability to dive deeper into each individual student. This deep dive will display the student’s performance metric along with generating visual aids based on student grades over the semester.
Table of Contents
- Latest version of Python
- Clone the repo
git clone https://github.com/andrewkrawczyk/ClassroomStatsVisualizer
- Generate Virtual Environment (~/ClassroomStatsVisualizer)
py -3 -m venv .venv
- Activate Environment
.venv\scripts\activate
- Move Directory
cd .\DjangoWebProject
- Install Requirements
pip3 install -r requirements.txt
- Get a free Oracle wallet by emailing (blank)
- Download the basic package (version 21.3) from the following link: https://www.oracle.com/database/technologies/instant-client/downloads.html
- Unzip and place in the following directory
C:\oracle\
- Place the wallet into
C:\oracle\instantclient_21_3\network\admin
- Unzip and place in the following directory
python manage.py runserver
- Clone the repo
git clone https://github.com/andrewkrawczyk/ClassroomStatsVisualizer
- Generate Virtual Environment (~/ClassroomStatsVisualizer)
python3 -m venv .venv
- Activate Environment
source .venv/bin/activate
- Move Directory
cd DjangoWebProject
- Install Requirements
pip3 install -r requirements.txt
- Get a free Oracle wallet by emailing (blank)
- Download the basic package (version 19.8) from the following link: https://www.oracle.com/database/technologies/instant-client/downloads.html
- Unzip and place in the following directory
~/Downloads/instantclient_19_8
- Place the wallet into
~/Downloads/instantclient_19_8/network/admin
- Unzip and place in the following directory
python3 manage.py runserver
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
CEN 3031: Group 6 - [email protected]
Project Link: https://github.com/andrewkrawczyk/ClassroomStatsVisualizer