A perfect tool for those grade-conscious students... Please DOUBLE-CLICK GREEN FLAG to start. 1. add categories (HW, test, etc.) & set % weight. 2. input works with categories & pts earned/possible. 3. click "calculate" to receive grade predictions 4. click "save" so you can "load" & use the data later. > For extra credits: set "points possible" to 0 points. > Click green flag to clear all data and reset the tool.
Credit: all code by me, @intothewood <Data-input limits> - up to 9 grading categories - process up to 999 works (assignments, tests, etc.) - can input up to 120 points per work (no decimals) - can process points & percents (input __/100pts for %) - each category must be weighted between 1% & 99% - the sum of all category weights must be 100% or less - names of works/categories must be 25 letters or less - the user must know max possible points for all works <About the grading system & algorithm> This tool will automatically ignore categories with no points possible at that moment when calculating the total grade. When the existing percentages of the category weights add up to less than 100%, the tool automatically considers and calculates the total grade only based on that sum of existing weight percentages. For example, if there is only one category in grades currently, for example a "homework" category with a weight of 20%, and you receive full credits, the tool will output 100% as the total grade instead of 20%. <Development logs> - June 9th, 2024: All functions are now operational except for "save" and "load" buttons. #school #grades #calculator #tool