lams_gradebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4453 Clean up unused methods

LDEV-4453 Prevent errors when marks are null

LDEV-4449 Fixed error, improved performance of mark recalculation

LDEV-4453 Rewrite code to follow method single responsibility principle

LDEV-4453 Show raw activity marks, consistent with Gradebook

Merge branch 'LDEV-4453'

LDEV-4453 Format marks is they are weighted

LDEV-4453 Add "Your mark" in lesson complete gradebook

  1. … 2 more files in changeset.
LDEV-4449 Course gradebook exports include weighting

  1. … 3 more files in changeset.
LDEV-4453 Add gradebook on lesson complete front end

  1. … 4 more files in changeset.
LDEV-4450: Learner icons in progress tab have portraits

  1. … 3 more files in changeset.
LDEV-4054: Updating Greek

Updating greek

LDEV-4434 Monitor and Gradebook uses of jqgrid upgraded.

    • -55
    • +29
    ./web/gradebookCourseLearner.jsp
    • -104
    • +94
    ./web/gradebookCourseMonitor.jsp
    • -14
    • +32
    ./web/includes/jsp/jqGridIncludes.jsp
  1. … 8 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Conflicts:

lams_build/lib/lams/lams.jar

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/action/GradebookMonitoringAction.java

  1. … 8 more files in changeset.
LDEV-4054: Updating translations

Updating English and Spanish for various projects

  1. … 4 more files in changeset.
LDEV-4054: Updating translations

Updating Greek

LDEV-4415 Merging LDEV-4433 changes from Master

Added weighting % markers to the new activity summary.

  1. … 1 more file in changeset.
LDEV-4433: adding new label

  1. … 2 more files in changeset.
LDEV-4433 Move simplified activities info to Lesson summary tab

Besides, display info only for those activities that have numeric

outputs (which are Assessment, MCQ or Sratchie. Also activity must be

set to produce tool outputs in Authoring)

LDEV-4431 Portraits shown in Monitor and Course Gradebook

LDEV-4433 Add 'Simplified activity' tab to the lesson gradebook export

LDEV-4415 Lesson marks always recalculated after Live Edit

Also tries to respect any teacher modified lesson marks when

activity marks are changed by doing a 'take the old marks off

and add the new mark on' calculation for weighting.

  1. … 1 more file in changeset.
LDEV-4415 Course export uses percentages, tour supports weights

  1. … 2 more files in changeset.
LDEV-4415 Gradebook calculations and UI support weighting

  1. … 8 more files in changeset.
LDEV-4425 Adding Portraits in Learner

Included in Grouping, Chat, Peer Review and QA

  1. … 44 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

  1. … 73 more files in changeset.
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

  1. … 74 more files in changeset.
LDEV-4415 Add tool output weight. Rewrite activity evaluations.

Activity evaluations have been implemented as a list, even though always

only the first element is meaningful. They were rewritten as one-to-one

association with Activity. The primary key is activity ID now instead of

DB generated UID.

Weight column was added.

Server version was bumped so a filter can pick up activityEvaluations ->

evaluation field rename when importing older LDs.

A convention without date was used for server version as it seems good

enough.

Unnecessary versions of clients were removed from configuration table as

they server the abandoned Flash authoring.

  1. … 18 more files in changeset.
LDEV-4402 Substitute Gson and Apache JSON with Jackson

Jackson is a top JSON library shipped with WF10.

Apache JSON resides in an ancient library which we do not need for

anything else.

We use GSon only for serializing Java objects to JSON, which Jackson can

do too.

  1. … 134 more files in changeset.
LDEV-4402 Get rid of LAMS customised session filter

This filter was implemented in 2005 and seems more like a workaround

than a feature we need. Especially that many of LAMS tools already use

the standard filter and they work OK.

  1. … 23 more files in changeset.