Archive for December, 2009
I added percentages for grades in the student view, as well as the student’s overall grade in the course so far. I modified the grades controller to get the overall grade, and I modified the view to display the percentages. This further addresses issue 11. [ READ MORE ]
I added the class average for each assignment to the grades view for teachers and TAs. I wrote a new query to replace the way assignments were being retrieved so that the averages could be obtained along with the rest of the assignment information. This is to partially address issue 11. [ READ MORE ]
I’ve been working on making DPLMS compatible with IE, since we originally developed with Firefox and Safari. IE handles CSS slightly differently than the other browsers, particularly when it comes to making an assumption about a rule. So I went through and made rules more explicit, instead of letting the browsers interpret in their own [ READ MORE ]