Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5219 Get user from session instead of parameter

  1. … 5 more files in changeset.
LDEV-5219 Move next-gate check to learner module

It will be used in various tools so we need a central place to keep the

code.

  1. … 1 more file in changeset.
LDEV-5219 Display customised messages for various gate types

Move i18n labels from tool to Learning module so they are the same for

all tools.

  1. … 10 more files in changeset.
LDEV-5219 Stop learner from advancing to a closed gate in Assessment

  1. … 7 more files in changeset.
LDEV-5217 Show alert and reload page on autosave failure in Assessment

  1. … 2 more files in changeset.
LDEV-5041 Show consistent timer to group members with leader

  1. … 2 more files in changeset.
LDEV-5208 Add discussion sentiment to burning questions in Scratchie

  1. … 7 more files in changeset.
LDEV-5208 Add Assessment option to turn discussion widget on/off

  1. … 5 more files in changeset.
LDEV-5208 Fix Start Discussion button alignment

LDEV-5208 Display discussion chart only to monitors

LDEV-5208 Add Discussion Sentiment monitor widget

  1. … 14 more files in changeset.
LDEV-4271 By default do not show learner score for hedging questions

LDEV-5143 Delay refresh in Assessment not to cause a massive reload

LDEV-5157 Reorganise and add programming languages support

Added C, Objective C, C++, C#, Skala and Kotlin.

  1. … 6 more files in changeset.
LDEV-5157 Colour code syntax of students' answers in monitoring

  1. … 8 more files in changeset.
LDEV-5157 Colour code syntax of disclosed answers in Assessment

LDEV-5157 Colour code syntax on Assessment results page

  1. … 1 more file in changeset.
LDEV-5157 Add various useful addons to CodeMirror

  1. … 8 more files in changeset.
LDEV-5157 Restructure CodeMirror sources to make room for addons

  1. … 8 more files in changeset.
LDEV-5157 Fix issues with line endings on CodeMirror

  1. … 1 more file in changeset.
LDEV-5157 Add code syntax highlighting to learner UI

  1. … 8 more files in changeset.
LDEV-5187 Display justifications from other teams

LDEV-5187 Combine Mark Hedging and Assessment justifications

Mark Hedging questions have own settings for justification. We should

have a consistent user experience in Assessment, not matter where

justification is set up: on Assessment activity level or on Mark Hedging

question level.

  1. … 6 more files in changeset.
LDEV-5181 Do not use Confidence Levels for Mark Hedging questions

Mark Hedging is already a kind of declaring confidence level by

students.

  1. … 7 more files in changeset.
Merge branch 'LDEV-5143' into v4.0

Conflicts:

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/dto/SessionDTO.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

  1. … 11 more files in changeset.
LDEV-3387 Filter textarea data before (auto)save answers

This solution is nicer and consistent with Q&A tool.

LDEV-3387 Filter textarea data before (auto)save answers

Until now lams:textarea JS function was run only on textarea "change"

event. This event is run when the input looses focus. If an user keeps

writing in the same textare and autosave or time expired autosubmit

kicks in, data in the hidden input is not refreshed. Old data is sent

and stored in DB.

Now the data is refreshed before autosave and submit.

LDEV-5143 Improve layout of wait for leader and change leader screens.

  1. … 15 more files in changeset.
LDEV-5143 Change Leader in Assessment

  1. … 7 more files in changeset.
LDEV-5097 Skip empty sessions for rating calculation

  1. … 1 more file in changeset.