Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 remove obsolete jsps

  1. … 10 more files 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

  1. … 81 more files in changeset.
LDEV-5408 Arranging button and labels

    • -4
    • +4
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -4
    • +4
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 3 more files in changeset.
LDEV-5408 Add Extra Information buttons on RAT and AE tabs in monitoring

    • -75
    • +85
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -1
    • +11
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 5 more files in changeset.
LDEV-5397 add hidden labels for all links

Also some other minor fixes

  1. … 3 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 further bootstrap 5 related changes

Also

* change bootstrap classes from col-*-offset-* to offset-*-

* deprecated form-group

* .hidden-xs to .d-none .d-sm-block

* .pull-left to .float-start

* .pull-right to .float-end

* add class="activity-bottom-buttons"

  1. … 108 more files in changeset.
LDEV-5397 Introduce WaitForLeader.tag

  1. … 68 more files in changeset.
LDEV-5404 Escaping funny characters that break js

- Assessment

    • -6
    • +6
    ./monitoring/parts/discloseAnswers.jsp
    • -6
    • +6
    ./monitoring/parts/discloseAnswers5.jsp
    • -1
    • +1
    ./monitoring/parts/masterDetailLoadUp.jsp
    • -16
    • +16
    ./monitoring/parts/questionsummary.jsp
    • -13
    • +13
    ./monitoring/parts/usersummary.jsp
  1. … 4 more files in changeset.
SP-9 Rewrite lesson completion chart to new ChartJS

  1. … 5 more files in changeset.
SP-9 Upgrade ChartJS from version 2.9 to 4.3.1

Rewrite chart generating code to match new API

    • -85
    • +87
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -1
    • +3
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 5 more files in changeset.
LDEV-5213 Use version-dependent imports for LAMS JS files

    • -3
    • +3
    ./monitoring/parts/questionsummary.jsp
  1. … 335 more files in changeset.
LDEV-5401 Add learner-triggered absolute timer to other tools

    • -12
    • +13
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -14
    • +0
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 41 more files in changeset.
LDEV-5401 Add learner-triggered absolute time limit monitoring

Also make time limit panel refresh automatically in monitoring.

    • -1
    • +2
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -4
    • +15
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 8 more files in changeset.
LDEV-5401 Add learner-triggered absolute time limit authoring and learning

    • -1
    • +1
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -1
    • +1
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 13 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

    • -16
    • +16
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -5
    • +2
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 12 more files in changeset.
LDEV-5130 Show ALlocate VSAs button in iRAT monitoring

    • -49
    • +51
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 2 more files in changeset.
LDEV-5400 Add tooltip with learners to activity completion chart

Also add group information in the tooltip

    • -1
    • +1
    ./tblmonitoring/assessmentStudentChoices.jsp
    • -1
    • +1
    ./tblmonitoring/iraAssessmentStudentChoices.jsp
  1. … 6 more files in changeset.
LDEV-5373 Display groups' choices always for grouped Assessments

  1. … 1 more file in changeset.
LDEV-5375 Prefill subject and context fields

LDEV-5375 Add OpenAI question import to Assessment

  1. … 9 more files in changeset.
LDEV-5374 Add max mark information configuration in Assessment authoring

  1. … 3 more files in changeset.
LDEV-5374 Add max mark information to Assessment questions and results

  1. … 1 more file in changeset.
LDEV-5373 Add student choices detailed table to Assessment monitoring

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_tool_assessment/conf/language/lams/ApplicationResources.properties

lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties

lams_tool_assessment/web/pages/monitoring/parts/masterDetailLoadUp.jsp

lams_tool_assessment/web/pages/monitoring/summary.jsp

    • -22
    • +25
    ./monitoring/parts/masterDetailLoadUp.jsp
  1. … 7 more files in changeset.
LDEV-5359 Add answered question count next to section name

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/LDEV-5360' into v4.6

  1. … 3 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

Conflicts:

lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/TblMonitoringController.java

  1. … 12 more files in changeset.
LDEV-5366 Make auto expand configurable in Tool settings in sysadmin

Disabled by default

  1. … 6 more files in changeset.
LDEV-5366 Auto expand justification panel on first click