|
|
|
Issue Links:
|
Dependency
|
|
This issue will help resolve:
|
|
MDL-13804
forum sum ratings are broken/ counterintuitive for star scales
|
|
|
|
|
|
|
|
|
// 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
|
|
Description
|
// 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 |
Show » |
|