click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: SAK-6775
Type: Feature Request Feature Request
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Huong Nguyen
Reporter: Charles Hedrick
Votes: 0
Watchers: 0
Operations

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

user sees their score while taking the test

Created: 09-Oct-2006 09:29   Updated: 18-Sep-2008 11:39
Component/s: Tests & Quizzes (Samigo)
Affects Version/s: 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0
Fix Version/s: None

Issue Links:
Relate
 


 Description  « Hide
With feedback immediate and scores on, the user sees whether they've got the question right while taking the test. Just choose table of contents.

diff tableOfContents.jsp~ tableOfContents.jsp
157c157
< #{part.questions-part.unansweredQuestions}/#{part.questions} #{msg.ans_q}, #{part.pointsDisplayString}#{part.roundedMaxPoints} #{msg.pt}" >
---
> #{part.questions-part.unansweredQuestions}/#{part.questions} #{msg.ans_q}, #{delivery.actionString=='reviewAssessment' ? part.pointsDisplayString: ''}#{part.roundedMaxPoints} #{msg.pt}" >
167c167
< <h:outputText escape="false" value="#{question.sequence}#{msg.dot} #{question.strippedText} (#{question.pointsDisplayString}#{question.roundedMaxPoints} #{msg.pt})">
---
> <h:outputText escape="false" value="#{question.sequence}#{msg.dot} #{question.strippedText} (#{delivery.actionString=='reviewAssessment'? question.pointsDisplayString : ''}#{question.roundedMaxPoints} #{msg.pt})">

This problem is also present in 2.1.x, so presumably in 2.2.


 All   Comments   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
Lydia Li added a comment - 09-Oct-2006 11:40
Based on the Spec, Immediate feedback will allow the students to see correct answers right away, even before he/she answers the question. This is for self-study type of assessments.

Whitten Smart added a comment - 23-Oct-2006 11:46
Lydia,
We realize that this is for self-study types of assessments and for that purpose it works great, but what we have noticed in our implementation of Sakai here at Texas State is that faculty want students to see their feedback immediately after they submit their test. Students have complained that they have had to wait to see their score. There should be some option in the settings to allow immediate feedback AFTER they have submitted the test.

Dave Ross added a comment - 28-Nov-2006 11:45
For comparison, our legacy system contains 4 feedback options:

1) Immediately upon accessing the question
2) Immediately upon completing the assessment
3) When the availability of the assessment expires (e.g. release after everyone has taken the assessment)
4) At a certain date.

Karen Tsao added a comment - 10-Sep-2007 21:07
This feature has been implemented in SAK-10523.

Huong Nguyen added a comment - 21-Sep-2007 13:59
This is duplicated with SAK-10523 and has been verified against qa3-us.