Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 minor changes to tag files

Also

* pull several CSS classes to componenents-learner.scss

* switch from links to buttons

  1. … 11 more files in changeset.
LDEV-5397 simplify .lcard related CSS classes

* lcard's header is .lcard-header-lg by default now

* move rules from .lcard-no-borders and .shadow into .lcard class

* remove not used .nextActivity class

  1. … 11 more files in changeset.
LDEV-5397 add proper support of time limit for screenreaders

* support of image scratching for screenreaders

  1. … 1 more file in changeset.
LDEV-5397 change the way we add hidden labels

LDEV-5397 add hidden labels for all links

Also some other minor fixes

  1. … 4 more files in changeset.
LDEV 5397 remove href="#nogo" and similar nonexistant same-page link

Due to screenreader requirements we can no longer use links having href="#target" when a page does not have this corresponding target. There are a couple of techniques instead of it:

1. links' onclick event should end with "return false;" ("false" can be replaced with anything else but true)

It applies to onclick events specified as tag attributes as well as added with Javascript or jQuery

2. turn links into <button type="button">

3. <a data-bs-toggle="collapse"> having href="#nogo" are OK. presumably as their onclick events return false;

  1. … 7 more files in changeset.
LDEV-5397 improvements to Scratchie learner

  1. … 2 more files in changeset.
LDEV-5397 migrate Scratchie tool to bootstrap 5

  1. … 11 more files in changeset.
LDEV-4875 Fix Scratchie learner UI on iPad

Newer JS format is not accepted on old iPad Safari. It makes JS break.

We need to stick to old syntax.

Also double clicking is problematic on old iPads. We allow single tap

scratching even if double click scratching is enabled.

  1. … 1 more file in changeset.
LDEV-5179 Add mark hedging question type support to Scratchie

  1. … 9 more files in changeset.
LDEV-5136 Enable double click revealing in Scratchie

  1. … 5 more files in changeset.
LDEV-5091 Initialise Etherpads on Discussion panel expand

  1. … 36 more files in changeset.
LDEV-5050 Move "is required" attribute from QB question to tools

  1. … 29 more files in changeset.
LDEV-5032 Add anonymous confidence levels in Scratchie

  1. … 6 more files in changeset.
LDEV-4997 Add height auto grow feature and parameter

  1. … 3 more files in changeset.
LDEV-4997 Add height auto grow feature and parameter

  1. … 3 more files in changeset.
LDEV-5002 Make discussion panel collapsible

Conflicts:

lams_tool_scratchie/web/pages/learning/scratchies.jsp

  1. … 1 more file in changeset.
LDEV-5002 Make discussion panel collapsible

  1. … 1 more file in changeset.
LDEV-5002 Display user list only when Scratchie is grouped

  1. … 1 more file in changeset.
LDEV-5002 Display user list only when Scratchie is grouped

  1. … 1 more file in changeset.
LDEV-5002 Reduce gap between user names

LDEV-5002 Reduce gap between user names

LDEV-5002 Add question Etherpads in Scratchie

Conflicts:

lams_common/src/java/org/lamsfoundation/lams/etherpad/util/EtherpadUtil.java

lams_tool_scratchie/conf/language/lams/ApplicationResources.properties

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/ScratchieConstants.java

lams_tool_scratchie/web/WEB-INF/tags/Etherpad.tag

lams_tool_scratchie/web/pages/learning/scratchies.jsp

  1. … 12 more files in changeset.
LDEV-5002 Add question Etherpads in Scratchie

  1. … 12 more files in changeset.
Merge remote-tracking branch 'origin/master' into v4.0

Conflicts:

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/model/ScratchieItem.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/LearningController.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/TblMonitorController.java

lams_tool_scratchie/web/pages/learning/scratchies.jsp

  1. … 10 more files in changeset.
LDEV-4987 Minor adjustments in layout

LDEV-4987 Display Scratchie item score on monitoring page

  1. … 3 more files in changeset.
LDEV-4987 Show score by each Scratchie in results. Show negative percent

  1. … 8 more files in changeset.
LDEV-4921 Hide question titles in Scratchie burning questions

  1. … 1 more file in changeset.
LDEV-4921 Add question numbering in Scratchie

  1. … 4 more files in changeset.