Help writing a simple grade calculator - TechRepublic
Question
January 21, 2008 at 03:35 PM
g.bowering

Help writing a simple grade calculator

by g.bowering . Updated 18 years, 3 months ago

I hope I’m posting this to the right place.

I’m trying to write a simple grade calculator for my students to post on my webpage…

Basically it should look like this:

What is your goal mark (%)? ________

What is your final term mark (%)? ________

_______% is what you need to score on the final exam to reach your goal mark.

Students should be able to fill in the first two blanks and click a calculate button so the script can fill in the third blank.

The script needs to calculate the mark this way:

((goal mark – term mark)*3)+term mark)=exam mark

Thanks for your help!

This discussion is locked

All Comments