Skip to content

Commit

Permalink
Finalized version 1.0 with textures and a more polished look
Browse files Browse the repository at this point in the history
  • Loading branch information
Feni committed Nov 8, 2012
1 parent f53a8dd commit 61fab06
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added GradebookVersion 1.0.zip
Binary file not shown.
Binary file added Logo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recycled-paper-texture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recycledTexture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function calculateTotal()
var otherGrade = calculateGrade("Other") * parseFloat(document.getElementById("OtherPercentage").value)/100.0;
var finalGrade = calculateGrade("Final") * parseFloat(document.getElementById("FinalPercentage").value)/100.0;

var total = ( homeworkGrade + quizGrade + testGrade + projectGrade ) * 100.0;
var total = ( homeworkGrade + quizGrade + testGrade + projectGrade + otherGrade + finalGrade ) * 100.0;

document.getElementById("TotalTotalSummary").innerHTML = total;
}
Expand Down

0 comments on commit 61fab06

Please sign in to comment.