lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDEV-4456'

LDEV-4456 Warn users when there is no questions in question list

LDEV-4462 Calculate max mark properly

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

LDEV-4453 Fix method calls after signature changes

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
LDEV-4445 Question page in monitor has portraits

LDEV-4445 Question page in monitor has portraits

Merge branch 'LDEV-4458'

LDEV-4458 Add option to overwrite default scoring system

LDEV-4449 Course gradebook export contains weighted values

LDEV-4449 Course gradebook exports include weighting

Merge branch 'LDEV-4453'

LDEV-4453 Add gradebook on lesson complete front end

    • -0
    • +82
    /lams_learning/web/lessonComplete.jsp
Merge branch 'LDEV-4455'

LDEV-4455 Move burning question to the learning.jsp

We need a change in the flow for Burning questions in learner, so the

burning question text for each question is entered as the students

answer select the answers.

So each question would have a "burning question?" label that would

expand/collapse on request for students to enter the text as they answer

each question.

LDEV-4411 Make collections and properties lazy

If it is possible, all collections and properties should be lazy. It has

big impact on DB load.

If a collection can not be made lazy because it gets iterated over in a

non-transactional method (Actions), is should probably be moved to a

transactional Service method.

LDEV-4411 Remove obsolete collection from Tool class

LDEV-4411 Add maps 2nd level cache

Merge branch 'LDEV-4451'

LDEV-4451 Ability to save confidence levels in MCQ

And also return them to Scratchie on request.

  1. … 17 more files in changeset.
LDEV-4451 Improve question comparison tactics

As long as MCQ doesn't have question titles, exclude title when

calculating question hash.

Another peculiarity of MCQ is that it stores questions and answers with

trailing '/r/n' instead of usual '/n' (as in Assessment and Scratchie),

so remove all '/r' and '/n' before comparing questions and answers.

LDEV-4451 Make slider neater (narrower and with lesser text size)

    • -1
    • +10
    /lams_central/web/css/bootstrap-slider.css
LDEV-3164: removing MaxPermSize

Removing MaxPermSize as it's deprecated in Java 8. Increasing the memory allocation

LDEV-4411 Add collections 2nd level cache

    • -24
    • +8
    /lams_build/conf/slim/standalone.xml
  1. … 83 more files in changeset.
LDEV-4411 Remove collections caching in the few classes it is present

If we decide to use collections caching after all, we will do it

everywhere, not just in Content Repository.

LDEV-4451: modifying labels