lams_tool_scratchie

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

    • -8
    • +0
    ./web/includes/css/scratchie-learning.scss
  1. … 8 more files in changeset.
LDEV-5397 introduce NotebookReedit.tag

    • -0
    • +70
    ./web/WEB-INF/tags/NotebookReedit.tag
  1. … 6 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-5345 Updating translations

  1. … 37 more files in changeset.
LDEV-5397 Boostrap 5 bundle already has got Popper included

    • -13
    • +12
    ./web/WEB-INF/tags/PageLearner.tag
  1. … 33 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

    • -1
    • +1
    ./web/WEB-INF/tags/SubmissionDeadline.tag
  1. … 64 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

  1. … 65 more files in changeset.
LDEV-5397 make SubmissionDeadline.tag call checkNextGateActivity()

    • -2
    • +4
    ./web/WEB-INF/tags/SubmissionDeadline.tag
  1. … 32 more files in changeset.
LDEV-5397 remove obsolete jsps

  1. … 10 more files in changeset.
LDEV-5410 fix exception on trying to submit notebook after SubmissionDeadline date is set

LDEV-5409 fix SubmissionDeadline page so it start displaying notebook links and entries

  1. … 1 more file in changeset.
LDEV-5397 introduce submissionDeadline.tag

* switched to using this tag in all tools

* fixed a few existing issues with submissionDeadline feature in Vote and MCQ tools

    • -0
    • +117
    ./web/WEB-INF/tags/SubmissionDeadline.tag
  1. … 79 more files in changeset.
LDEV-5404 Fixing tag in Scratchie

    • -0
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
LDEV-5345 Updating latest translations

LDEV-5397 add proper support of time limit for screenreaders

* support of image scratching for screenreaders

    • -21
    • +47
    ./web/pages/learning/learning.jsp
LDEV-5397 change the way we add hidden labels

LDEV-5408 Arranging button and labels

    • -5
    • +5
    ./web/pages/monitoring/studentChoices5.jsp
  1. … 3 more files in changeset.
LDEV-5408 Add Extra Information buttons on RAT and AE tabs in monitoring

    • -0
    • +9
    ./web/pages/monitoring/studentChoices5.jsp
  1. … 5 more files in changeset.
LDEV-5345 Adding and updating latest translations

  1. … 64 more files in changeset.
LDEV-5397 add hidden labels for all links

Also some other minor fixes

    • -1
    • +1
    ./web/includes/css/scratchie-learning.scss
    • -6
    • +15
    ./web/pages/learning/scratchies.jsp
  1. … 3 more files in changeset.
LDEV-5397 spread change to LeaderDisplay.tag to all tools

  1. … 32 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. … 5 more files in changeset.
LDEV-5397 improvements to Scratchie learner

LDEV-5397 migrate Scratchie tool to bootstrap 5

    • -14
    • +32
    ./web/includes/css/scratchie-learning.scss
    • -48
    • +34
    ./web/pages/learning/learning.jsp
    • -11
    • +13
    ./web/pages/learning/questionlist.jsp
    • -86
    • +75
    ./web/pages/learning/results.jsp
    • -199
    • +202
    ./web/pages/learning/scratchies.jsp
  1. … 1 more file in changeset.
LDEV-5397 Introduce Notebook.tag

    • -0
    • +108
    ./web/WEB-INF/tags/Notebook.tag
    • -193
    • +153
    ./web/WEB-INF/tlds/lams/lams.tld
  1. … 70 more files in changeset.
LDEV-5397 center leader alert

  1. … 32 more files in changeset.
LDEV-5397 copy-tags across LAMS projects

    • -0
    • +48
    ./web/WEB-INF/tags/Errors5.tag
  1. … 36 more files in changeset.
LDEV-5397 add missing function preventLearnerAutosaveFromMultipleTabs(autosaveInterval)

    • -0
    • +163
    ./web/WEB-INF/tags/PageLearner.tag
  1. … 32 more files in changeset.
LDEV-5397 migrate defineLater tag and jsps to bootstrap 5

    • -17
    • +12
    ./web/WEB-INF/tags/DefineLater.tag
    • -19
    • +5
    ./web/pages/learning/definelater.jsp
  1. … 41 more files in changeset.
LDEV-5397 Introduce WaitForLeader.tag

    • -0
    • +75
    ./web/WEB-INF/tags/WaitForLeader.tag
    • -52
    • +3
    ./web/pages/learning/waitforleader.jsp
  1. … 66 more files in changeset.