[Building Sakai] Gradebook grading scale question

Fischbein, Scott A. sfischbein at ucdavis.edu
Mon Jun 25 11:00:29 PDT 2012


Hi all,
We're converting from 2.7.0 to 2.8-x, and have run into an issue with our existing (and future) Gradebooks:

Our existing grading scales seemed to have lost their indexing order, despite (as far as I can tell) the continued presence of the correct "GRADE_IDX" in the GB_GRADING_SCALE_GRADES_T table.

We have a grading scale that goes from A+ to C-, and then the next value should be Y, and then other values below that... (see below for the values). This was working find previously, but the "Y" value, which should come directly after the C-, now shows up at the bottom instead (ie: the grade scales values are being displayed in alphabetical order, ignoring the "GRADE_IDX" value.

This is the case for existing Gradebooks (ie: for converted course sites) as well as for freshly created sites.

If anyone can provide an explanation, or a suggestion on where to look to try to investigate the issue further, it would be greatly appreciated.

Thanks,
Scott
UC Davis School of Veterinary Medicine

     <property name="grades">
                                <list>
                                     <value>A+</value>
                                     <value>A</value>
                                     <value>A-</value>
                                     <value>B+</value>
                                     <value>B</value>
                                     <value>B-</value>
                                     <value>C+</value>
                                     <value>C</value>
                                     <value>C-</value>
                                     <value>Y</value>

                                     <value>F</value>
                                     <value>S</value>
                                     <value>U</value>
                                     <value>IP</value>
                                     <value>I</value>
                                     <value>NG</value>
                                     <value>NS</value>

                                </list>
                           </property>
                           <property name="defaultBottomPercents">
                                <list>
                                     <value>96.5</value>
                                     <value>92.5</value>
                                     <value>89.5</value>
                                     <value>86.5</value>
                                     <value>82.5</value>
                                     <value>79.5</value>
                                     <value>76.5</value>
                                     <value>72.5</value>
                                     <value>69.5</value>
                                     <value>0</value>

                                     <value>0</value>
                                     <value>0</value>
                                     <value>0</value>
                                     <value>0</value>
                                     <value>0</value>
                                     <value>0</value>
                                     <value>0</value>
                                </list>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20120625/baf8ed9f/attachment.html 


More information about the sakai-dev mailing list