|
|
|
|
|
by stefanpie
2942 days ago
|
|
My highschool ( I just graduated) has a some sort of gradebook management software used by the teachers / admin / parents / students to view and manage grades, attendence, payment, and so on. The frameowkr used is down kind of convoluted framework Enterprise software combination that the school purchased. And for some reason the school let us see our points erned on ecah assignment out of the total but only showed the letter grade and not the percent for the class. So calculating weighted grades by hand to figure out your class percent was a huge pain for everyone (and some teachers didn't like if you asked them.to show you your percent which they had access too).
So one of the first experiences I had writing stuff with js and web technologies was writing an extension to take in all the grades, parse them, and calculate grades based on percents imputed for weighted catagories. Everyone thought it was cool and it became a big thing. I was even super stoked when I got it to save and load the weights using chrome local storage so you don't have to input it everytime. Even though it's pretty simple software, it was my first experience seing the actual impact on my peers every day by some price of software I write. https://chrome.google.com/webstore/detail/tripoli/jmiafjndie... |
|