HighDots Forums  

Re: JS S***Kicker, Program to score any objective test

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: JS S***Kicker, Program to score any objective test in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
edo
 
Posts: n/a

Default Re: JS S***Kicker, Program to score any objective test - 02-04-2004 , 01:53 PM






For teachers grading objective tests.
To change the program so it also provides Total Items correct, along
with indicating items marked correctly or incorrectly,
just change the last part of the last function so it reads:

for(var i=1;i<=noIS;i++)
{
fval += "Scale/Item " + i + " Score: " + results[i] + "\n";
tot = tot + results[i];

}
fval += "\n" + " Total = " + tot;
return;

}

AND

ADD:

var tot = 0;

to the variables declared at the top of the script.

Quote:
JS program to score any objective test
http://www.psychology.org/cgi-bin/li...mp.cgi?ID=3913

This is great free objective scoring of tests and is absolutely
great if someone is a computer science teacher or teaches in
a class where students always have computers.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.