Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2173 - Putting most of gradebook into its own project for easier maintainence

Database persistence beans and DAO are staying in lams_common

    • -127
    • +0
    ./service/IGradeBookService.java
    • -375
    • +0
    ./web/action/GradeBookAction.java
    • -159
    • +0
    ./web/action/GradeBookLearningAction.java
    • -309
    • +0
    ./web/action/GradeBookMonitoringAction.java
  1. … 39 more files in changeset.
LDEV-2204 Adding learner views for gradebook

    • -1
    • +1
    ./web/action/GradeBookLearningAction.java
  1. … 6 more files in changeset.
LDEV-2173 Using an enum type to identify the view for gradebook so it is more re-usable

    • -0
    • +159
    ./web/action/GradeBookLearningAction.java
  1. … 10 more files in changeset.
LDEV-2173 Adding in an averageTime and an averageMark parameter to the abstract GradeBookGridRow class as it makes sense for all views to have these parameters

  1. … 5 more files in changeset.
LDEV-2173 Putting contants into GradeBookConstants as they should be

    • -137
    • +25
    ./web/action/GradeBookAction.java
    • -12
    • +12
    ./web/action/GradeBookMonitoringAction.java
LDEV-2173 Fixing bug that caused updates to not work in gradebook

  1. … 1 more file in changeset.
LDEV-2187 Put time taken for activities and lessons in gradebook.

Adding in averaget time for activities for activity view in gradebook lesson monitor

  1. … 7 more files in changeset.
LDEV-2200 Making gradebook only available for ToolActivities

    • -118
    • +4
    ./web/action/GradeBookAction.java
LDEV-2187 Put time taken for activities and lessons in gradebook.

Fixing up LearnerProgress.java so it stores both finish time and start time for all completed activities

  1. … 10 more files in changeset.
LDEV-2173 Standardising sorting and searching for GradeBookGridRows, now all can sort on name, id, mark and timeTaken (common properties for all types) and all can search on name

    • -169
    • +242
    ./web/action/GradeBookAction.java
  1. … 2 more files in changeset.
LDEV-2187 - Adding in time columns for gradebook

  1. … 8 more files in changeset.
LDEV-2187 Adding time column to activities

and also, added tooltips to monitor view

  1. … 3 more files in changeset.
LDEV-2190 - Adding course-level view to gradebook

    • -56
    • +208
    ./web/action/GradeBookAction.java
    • -32
    • +90
    ./web/action/GradeBookMonitoringAction.java
  1. … 12 more files in changeset.
LDEV-2173 Adding monitor link for activities in the activity view

    • -29
    • +77
    ./web/action/GradeBookAction.java
  1. … 4 more files in changeset.
LDEV-2173 Fixed up some javascript referencing issues with the jqGrid library, Now it will work server-wide for LAMS (it will not work for RAMS unfortunately at this point but this can be fixed by editing the jquery.jqGrid.js file

  1. … 2 more files in changeset.
LDEV-2173

Fixed up images for progress

and

Error handling

  1. … 1 more file in changeset.
LDEV-2173 Some code cleanup for gradebook actions and services

    • -291
    • +168
    ./service/GradeBookService.java
    • -10
    • +65
    ./service/IGradeBookService.java
    • -14
    • +172
    ./web/action/GradeBookAction.java
    • -235
    • +5
    ./web/action/GradeBookMonitoringAction.java
LDEV-2173 Added paging to activity grids

    • -40
    • +90
    ./web/action/GradeBookMonitoringAction.java
  1. … 1 more file in changeset.
LDEV-2173 Added "Activity view" to gradebook, which meant a bit of changing of naming of classes etc, plus a few more services calls and actions. I attempted to take advantage of OO design as much as possible here.

    • -64
    • +367
    ./service/GradeBookService.java
    • -17
    • +124
    ./web/action/GradeBookMonitoringAction.java
  1. … 14 more files in changeset.
LDEV-2173 Adding feedback to gradebook

  1. … 9 more files in changeset.
LDEV-2173 - Adding user lesson status to monitor gradebook view

  1. … 5 more files in changeset.
LDEV-2173 - First commit for gradebook stuff

First monitor interface implemented, teachers can look by activity to mark the students work

    • -0
    • +31
    ./gradeBookApplicationContext.xml
    • -0
    • +345
    ./service/GradeBookService.java
    • -0
    • +52
    ./service/IGradeBookService.java
    • -0
    • +37
    ./util/GradeBookConstants.java
    • -0
    • +162
    ./util/GradeBookUtil.java
    • -0
    • +171
    ./web/action/GradeBookAction.java
    • -0
    • +309
    ./web/action/GradeBookMonitoringAction.java
  1. … 242 more files in changeset.