lams_tool_assessment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5248, LDEV-4411 Add 2nd level cache to selected elements

Displaying Assessment results is too DB-intense for multiple learners.

We can enable a short-lived query cache for some entities which have

most impact on the results page. This way multiple requests can reuse

same objects from cache and there is little danger of inconsistency.

  1. … 11 more files in changeset.
LDEV-5248 Refresh Assessment object from DB instead of from form

We should not keep objects in form at all. If we do and a new request is

processed, we need to fetch the original object from DB.

LDEV-5248 Switch collections to lazy loading

No need to fetch all data straight away.

  1. … 1 more file in changeset.
LDEV-5248 Fix an exception when result is not available yet

LDEV-5248 Improve finding objects by IDs when displaying results

LDEV-5248 Skip isLastActivity? check if is already discovered earlier

LDEV-5248 Skip isLeader? check if it is already discovered earlier

LDEV-5248 Skip copying leader answers if they already been copied

LDEV-5246 Feed Assessment monitoring with all, even non-complete results

LDEV-4540 Improve indication of correct answer in disclosed AE

LKC-202 Add question numbering to students choices in TBL monitoring AE

LDEV-5052 Position "question required" asterisk better

LDEV-5247 Fix user name parameter sent to Etherpad

LAMS allows apostrophes but not quotation marks in names, so it is safer

to use quotations when operating with javascript.

  1. … 33 more files in changeset.
LDEV-4769 Updating Simplified Chinese, English, Spanish

  1. … 1 more file in changeset.
LDEV-5233 Confirm disclosing correct answers before groups' answers

    • -0
    • +13
    ./web/pages/tblmonitoring/assessment.jsp
LDEV-4540 Notify learners of disclosing answers only once

Introdue this feature also to TBL monitoring.

    • -6
    • +15
    ./web/pages/tblmonitoring/assessment.jsp
LDEV-5208 Change label for start Discussion Sentiment button

  1. … 2 more files in changeset.
LDEV-5208 Realign Discussion Sentiment button in Assessment

LKC-202 Fix question title being displayed too wide

LDEV-5229 Make previous changes to tools consistent

    • -10
    • +10
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 28 more files in changeset.
LDEV-5229 Authoring popovers for assessment

- Changing labels for leader selection to make more sense

- Learning outcomes mapping popover

- Popover for notebook at the end of activity

LDEV-5200 Remove output CSS files

SCSS generates them on each build.

    • -110
    • +0
    ./web/includes/css/assessment.css
  1. … 1 more file in changeset.
LDEV-4900 Autosave more often for leaders

LDEV-5155 Highlight rubrics row title

Make it more distinguished from selectable options in next columns

  1. … 33 more files in changeset.
LDEV-5221 Set autosave interval back to 30 seconds

It was set to 10 seconds for testing purposes

LDEV-5155 Allow free flow of rubrics columns

Trying to calculate their width actually yields worse results.

  1. … 33 more files in changeset.
LDEV-4540 Notify learners of disclosing answers only once

I multiple questions are present and their answers are disclosed in one

go, multiple refresh commands are sent to all learners in the lesson.

This can cause a spike in load and unresponsiveness. We should notify

learners only once when clicking "disclose all" buttons.

LDEV-5229 Remove Popover test code from Assessment monitoring

    • -17
    • +6
    ./web/pages/monitoring/statisticpart.jsp
LDEV-5221 Fix CKEditor essay question for non-leaders

LDEV-5223 Prevent ep_resize from rendering short initial Etherpad

  1. … 34 more files in changeset.