Hi,
Of course, there are a lot of Javascript templates available for multiple-choice tests where only one choice per test item is scored as correct.
On the other hand, I'd like to develop a personality/behavioral inventory where the scoring isn't right/wrong. For example:
1. You change jobs very frequently.
o Always
o Often
o Sometimes
o Rarely
o Never
I've used a true/false Javascript format for a simple personality inventory but would like to do something more sophisticated using a Likert scale similar to the sample item above. I'm assuming the code for scoring an inventory like this would be a lot more complex than for simple right/wrong tests.
Does anyone happen to have that code on hand which they would be willing to share, or know where it can be found online?
Thanks,
Bill
Of course, there are a lot of Javascript templates available for multiple-choice tests where only one choice per test item is scored as correct.
On the other hand, I'd like to develop a personality/behavioral inventory where the scoring isn't right/wrong. For example:
1. You change jobs very frequently.
o Always
o Often
o Sometimes
o Rarely
o Never
I've used a true/false Javascript format for a simple personality inventory but would like to do something more sophisticated using a Likert scale similar to the sample item above. I'm assuming the code for scoring an inventory like this would be a lot more complex than for simple right/wrong tests.
Does anyone happen to have that code on hand which they would be willing to share, or know where it can be found online?
Thanks,
Bill