lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4553 Template TBL Assessment offers multiple choice

    • -0
    • +50
    /lams_central/web/authoring/template/tool/assessgradeselector.jsp
    • -0
    • +66
    /lams_central/web/authoring/template/tool/assessmcq.jsp
LDEV-4554 Completed optional activities are now links to revisit.

    • -0
    • +5
    /lams_central/web/css/_learner_base.scss
    • -5
    • +3
    /lams_learning/web/optionsActivity.jsp
LDEV-4545 Skip gates in a TBL sequence

LDEV-4540 Allow non-leaders see results page together with leader

Previously non-leader could see the results page only when the

leader goes to the next activity. If the leader is still on the

results page, a non-leader still sees the read-only questions page.

This way working with answer disclosing was pretty much

impossible so we allowed non-leaders see results page

simultaneously with leader.

Merge branch 'LDEV-4548'

LDEV-4548 Disable login button after clicking

    • -0
    • +1
    /lams_central/web/loginTwoFactorAuth.jsp
Merge branch 'LDEV-4545'

LDEV-4545 Highlight TBL activities which need grouping

LDEV-4545 List activities which should be grouped in TBL sequence

LDEV-4540 Change layout of other groups' answers for MC questions

LDEV-4540 Show correct answers and user's answers separately

LDEV-4054: fixing Greek quotes in javascript

LDEV-4540 Move groups' answers under each question

LDEV-4540 Do not show correct answers until they are disclosed

Till now other groups' answers were marked as correct no matter if

correct answers were disclosed by a monitor.

LDEV-4549 Refreshing learner screen no longer duplicates files.

    • -0
    • +29
    /lams_tool_sbmt/web/learner/redirectAfterSubmit.jsp
Merge branch 'LDEV-4552'

LDEV-4552 Make Edit Class dialog wider and fit its space better

Merge branch 'LDEV-4551'

LDEV-4551 Centre new pop up windows

Merge branch 'LDEV-4546'

LDEV-4546 Limit coordinates where a dialog can be dragged to

Merge branch 'LDEV-4550'

LDEV-4550 Centre learner and other pop ups

Open the window a bit higher than centre for better readibility.

Also clean up obsolete JS functions.

    • -245
    • +216
    /lams_central/web/includes/javascript/openUrls.js
LDEV-4540 Add logs

LDEV-4540 Allow disclosing correct/groups answers in plain monitoring

LDEV-4543 Can access resources from monitor with no sessions

    • -0
    • +27
    /lams_tool_larsrc/web/css/monitor.scss
LDEV-4540 Refresh learners' results page when monitor discloses answers

LDEV-4540 Introduce hooks in command websockets

When a command is added, the JSON can contain "hookTrigger" and

"hookParams" attributes.

hookTrigger is just a string which uniquely identifies a page. If this

page set the same commandWebsocketHookTrigger, then command is consumed

and function defined on this page as commandWebsocketHook is run with

parameters taken from hookParams from JSON.

This way back end can tell exact page on front end to run any code it

defines itself.

    • binary
    /lams_build/lib/lams/lams-learning.jar
    • -0
    • +8
    /lams_central/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_gradebook/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_learning/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_tool_bbb/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_tool_chat/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_tool_daco/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_tool_doku/web/WEB-INF/tags/Page.tag
    • -0
    • +8
    /lams_tool_gmap/web/WEB-INF/tags/Page.tag
  1. … 21 more files in changeset.
LDEV-4540 Add "disclose all" buttons to TBL monitor

    • -0
    • +4
    /lams_monitoring/web/css/tblmonitor.scss
LDEV-4540 Redirect to action rather than JSP after submit all

Redirecting to JSP prevents request attributes from being set properly

and they are needed for the new results page.