Grade Calculator
Enter the percentage grades for each {$categoryObject} in your {$category} category.
"; $collectcount=1; //creation of boxes and collection of grades while($collectcount<=$categoryNum){ print <<< HERE
Grade $t
HERE; $collectcount++; } } getGrades("$homeworkNum","homework"); getGrades("$classworkNum","classwork"); getGrades("$projectNum","project"); getGrades("$quizNum","quiz"); getGrades("$testNum","test"); print<<< HERE
HERE; ?>
Enter the percentage of your Final Exam here
Submit All
Index