History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-10188
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Huong Nguyen
Reporter: Karen Tsao
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

In Question Score page, "False" is seen when there is no answer

Created: 24-May-2007 10:14   Updated: 23-Oct-2008 08:51
Component/s: Tests & Quizzes (Samigo)
Affects Version/s: 2.4.0, 2.4.1
Fix Version/s: 2.5.0, 2.4.x

Time Tracking:
Not Specified

2.4.x Status: Resolved
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
In question score page, "False" is seen when there is no answer. Here is how to reproduce:

1. Create an assessment with True False question.
2. Take that assessment but don't answer that question
3. Go to Question Score page, you will see "False" in student response column.

It is wrong during displaying the response only. Score and Statistics are not affected.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Karen Tsao - 24-May-2007 10:54
commit -m "SAK-10188" C:/sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/QuestionScoreListener.java
    Sending sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/QuestionScoreListener.java
    Transmitting file data ...
    Committed revision 31045.

Huong Nguyen - 29-May-2007 10:36

Karen Tsao - 06-Jun-2007 15:56
For 2.4.x:

$ svn commit -m "SAK-10188"
Sending samigo-app\src\java\org\sakaiproject\tool\assessment\ui\listener\
evaluation\QuestionScoreListener.java
Transmitting file data .
Committed revision 31484.

Karen Tsao - 06-Jun-2007 15:57
For 2.4.x:

$ svn commit -m "SAK-10188"
Sending samigo-app\src\java\org\sakaiproject\tool\assessment\ui\listener\evaluation\QuestionScoreListener.java
Transmitting file data .
Committed revision 31484.

Megan May - 29-Jul-2007 14:54
closing per Huongs comment.

TC's:
1. Create an assessment with True False question.
2. As Student 1, 2, and 3 Take that assessment
2a - student a don't answer that question
2b - student b answer true
2c - student c answer false
3. Go to Question Score page as instructor and well as indivdual student
submission pages
3a- for student a, no answer should be listed in the student response column on
the question score page and you should see no radio button selected in the
individual student submission page.
3b - for student b true should be listed in the student response column on the
question score page and you should see the true radio button selected on the
individual student submission page.
3c - for student c false should be listed in the student response column on the
question score page and you should see the false radio button selected on the
individual student submission page.