MohamedG89 / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

Application crashes after submitting answer to first question in adaptive test #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create an adaptive test as per instructions given in tutorial.
2.Upload the sample item bank 
3.Run the test and answer the first question

What is the expected output? What do you see instead?
The second question should be displayed. But instead the application crashes.

What version of the product are you using? On what operating system?
I am using the version installed on the e-psychometrics server. I am accessing 
the application on Firefox on a Windows XP machine.

Please provide any additional information below.
Please see the attached documents for screenshots of the errors. I did search 
through the wiki before sending this email - but in case this issue has been 
reported earlier, please point me to that link.

Original issue reported on code.google.com by deeveesh...@gmail.com on 29 Dec 2012 at 11:41

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, sorry for the late reply.
The error was because you had assigned a variable called "catbank" but later in 
the test you were calling "catBank" which did not exist as R is case sensitive. 
I have corrected "catbank" to "catBank" in section 9.

Similarly there was an error in section 21 since you were calling 
"item_administered" but in the past you have set a variable called 
"items_administered". 

Further, the test still wont run as you have specified a stopping rule based on 
15 items (section 22), but your items table has only 5 items. Please extend 
your table according to the test or change the stopping rule! 

Finally, i would suggest that you first create this test with items that have 
simple numeric responses before trying to improvise.

Please go through your code carefully to check for inconsistencies.

Original comment by vaish.ma...@gmail.com on 7 May 2013 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by LisPrzem...@gmail.com on 16 Jul 2013 at 1:46