Question
Different options with Scoring
I was wondering myself about the following issue:
On some courses we have simulations of an application in which users must do some actions in order to proceed. In general, the actions are clickboxes which can be tried twice. If they do not get it right in two times, the test automatically continues and no points are awarded.
This works just fine if only one path is correct, but as soon as you can reach the desired goal on multiple ways it goes wrong. For example:
A search-screen in which you must fill in 5 fields in order to search a certain document. 9 out of 10 of those screens can be filled in completely random (title first , database second ... or database first and then title). But off course, if you want users to score for this, in order to get to the 100% they need to complete alle actions. This is something I don't want, but you can't seem to score different for every path you declare.
Has anyone got a solution for this? So that I'm able to set 3 or 4 possible path's and no matter what path the user takes, if he does that correct he will have a score of 100%?
All help will be appreciated.
Please also reply if my post is unclear and I need to explain more!
On some courses we have simulations of an application in which users must do some actions in order to proceed. In general, the actions are clickboxes which can be tried twice. If they do not get it right in two times, the test automatically continues and no points are awarded.
This works just fine if only one path is correct, but as soon as you can reach the desired goal on multiple ways it goes wrong. For example:
A search-screen in which you must fill in 5 fields in order to search a certain document. 9 out of 10 of those screens can be filled in completely random (title first , database second ... or database first and then title). But off course, if you want users to score for this, in order to get to the 100% they need to complete alle actions. This is something I don't want, but you can't seem to score different for every path you declare.
Has anyone got a solution for this? So that I'm able to set 3 or 4 possible path's and no matter what path the user takes, if he does that correct he will have a score of 100%?
All help will be appreciated.
Please also reply if my post is unclear and I need to explain more!