lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4451 Add scss files and fix their names

    • -0
    • +1
    /lams_central/web/css/jqGrid.confidenceLevelFormattter.css
    • -0
    • +41
    /lams_central/web/css/jquery.jqGrid.confidence-level-formattter.scss
    • -0
    • +34
    /lams_central/web/includes/javascript/jquery.jqGrid.confidence-level-formattter.js
    • -0
    • +5
    /lams_tool_assessment/web/includes/css/monitoring.scss
Merge branch 'LDEV-4455'

LDEV-4455 Remove edit burning questions functionality

Besides, increase autosave interval to 60 seconds.

LDEV-4453 Clean up unused methods

LDEV-4453 Prevent errors when marks are null

LDEV-4449 Fixed error, improved performance of mark recalculation

LDEV-4463: Separate first and lastname

LDEV-4451 Display confidence level as percentage rather than number

Merge branch 'LDEV-4444'

LDEV-4444 Update properly the score when question/answer is changed

THe problem happens, if you change the question/answer, then the score

for the activity for the user didn't change accordingly.

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.