andysanr / GPAOverlay

Chrome Extension to overlay estimated GPA for every course by professor in the FIU course catalog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIU GPA Overlay Chrome Extension

Description

A chrome extension that allows students to view estimated GPA range of courses on their FIU course catalog by specific instructor.

Python Scripts

Downloaded university grade distribution data as .csv, converted to .json and ran Python script to format data with necessary information and GPA calculations.

Output is saved as .json:

image

Updating Data

URL to access grade distribution data: https://analytics.fiu.edu/t/AIM/views/GradeDistributionReport/GradeDistributionReport?:embed=y&:display_count=no&:showAppBanner

  • Filter data as needed
  • Download as CrossTab
  • Run Scripts
  • Import filtered data to FireBase or other SQL/database

image

Popup UI

Allows users to easily login to course catalog.

image

Overlay Examples

Works with any course and any professor in data set. GPA range is overlayed and color-coded for ease of understanding.

image

image

About

Chrome Extension to overlay estimated GPA for every course by professor in the FIU course catalog.

License:MIT License


Languages

Language:JavaScript 49.9%Language:Python 23.8%Language:CSS 15.4%Language:HTML 10.7%Language:Procfile 0.1%