Issue Details (XML | Word | Printable)

Key: MDL-13866
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

scale ratings do not work in forum

Created: 10/Mar/08 07:39 PM   Updated: 02/Apr/08 03:37 AM
Return to search
Component/s: Forum
Affects Version/s: 1.9
Fix Version/s: 1.9.1

Issue Links:
Dependency
 

Participants: Eloy Lafuente (stronk7), Matt Gibson and Petr Skoda
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Resolved date: 10/Mar/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
        // it could throw off the grading if count and sum returned a rawgrade higher than scale
        // so to prevent it we review the results and ensure that rawgrade does not exceed the scale, if it does we set rawgrade = scale (i.e. full credit)

the trouble is that forum->scale is NEGATIVE in case of scale ratings

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 10/Mar/08 07:47 PM
should be fixed now - please reopen in case of any problems

Petr Skoda added a comment - 10/Mar/08 08:17 PM
Reported by Kathrin Lind

Matt Gibson added a comment - 25/Mar/08 03:13 AM
Hi Petr,

I'm using summed scales and have created a 5-star scale a bit like moodle.org's. I want to say to the students "you must get 10 stars to pass", but the gradebook only goes up to 5. Further discussion on the linked issue.


Eloy Lafuente (stronk7) added a comment - 02/Apr/08 02:03 AM
Seems to be working now... long process, hehe. Closing...ciao

Petr Skoda added a comment - 02/Apr/08 03:37 AM
Hi Matt, this is a known problem - Anthony might be already working on that.