Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4385: colours for assessment feedback

Depict the tick in green and the cross in red.

    • -2
    • +2
    ./pages/learning/results/markhedging.jsp
    • -2
    • +2
    ./pages/learning/results/matchingpairs.jsp
    • -2
    • +2
    ./pages/learning/results/numerical.jsp
    • -2
    • +2
    ./pages/learning/results/shortanswer.jsp
    • -4
    • +4
    ./pages/learning/results/truefalse.jsp
LDEV-4367 CSS Files removed if they are now generated files using SASS

  1. … 41 more files in changeset.
LDEV-4367 SASS Used for CSS Development

First pass of converting our .css development to use SASS. Autobuild to

convert .scss to .css files has been set up for all projects where

target .css files were found. The overall ANT build has been modified

so the normal build will generate the .css files from .scss files. The

base variables are defined in lams_build/conf/sccs.

    • -0
    • +42
    ./includes/css/addQuestion.scss
    • -0
    • +112
    ./includes/css/assessment.scss
  1. … 153 more files in changeset.
After migration clean up

  1. … 314 more files in changeset.
LDEV-4352: Adding the Use Leader version of the Mark Charts to Assessment and fixing an update issue with ToolOutput settings.

    • -29
    • +77
    ./pages/monitoring/statisticpart.jsp
  1. … 7 more files in changeset.
LDEV-4358 Prevent JS errors on opening summary page when not all questions from the question bank are used in the question list

    • -1
    • +1
    ./pages/monitoring/parts/masterDetailLoadUp.jsp
    • -1
    • +1
    ./pages/monitoring/parts/usersummary.jsp
LDEV-4332: Send websocket ping after 3 minutes of idleness so the connection does not get cut because of idle timeout.

  1. … 39 more files in changeset.
LDEV-4332: Refresh page or reconnect websocket only on abnormal close and not on navigation.

  1. … 35 more files in changeset.
LDEV-4343 Remove obsolete "style" attribute from CssTag

  1. … 56 more files in changeset.
LDEV-4335 Change the address bar color in Android's Chrome

  1. … 31 more files in changeset.
LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.

  1. … 36 more files in changeset.
LDEV-4273: Completing I18N

  1. … 1 more file in changeset.
LDEV-2999: Reverting back files that should not have been updated.

    • -74
    • +31
    ./pages/monitoring/parts/questionsummary.jsp
LDEV-2999: Allow learner to change their rating (when using the tag entry) and tweaking how the retry configuration is set up on initialisation.

    • -31
    • +74
    ./pages/monitoring/parts/questionsummary.jsp
  1. … 6 more files in changeset.
LDEV-4329 Fixed marked hedging questions' table formatting

    • -2
    • +1
    ./pages/learning/parts/markhedging.jsp
    • -12
    • +7
    ./pages/learning/results/markhedging.jsp
LDEV-4329 Forbid leaders entering text in essay questions

  1. … 1 more file in changeset.
LDEV-4326 Matching pairs answer options should be sorted alphanumerically

    • -2
    • +8
    ./pages/learning/parts/matchingpairs.jsp
  1. … 3 more files in changeset.
LDEV-4273: Removing a stray debugger statement

LDEV-4212: Only show penalty if it is not zero.

LDEV-4212: Improving the look of the result attempts table. Switching to bootstrap css values and using timeago to format dates.

LDEV-4212: Improving the look of the result attempts table. Changing Grade to Mark to be consistent with Learner.

LDEV-4212: Improving the look of the result attempts table. Removed no longer used entries from css file. Using bootstrap css values where possible.

LDEV-4273: File not needed.

LDEV-4273: Initial check of Assessment's use of histogram. Added a simple summary table of results to the first worksheet in the spreadsheet export - grouping the overall marks received. Modified the SQL code used to do the Monitor screen paging as the CASE appears to be causing the marks to sort as if they were strings, rather than numbers.

    • -0
    • +121
    ./pages/monitoring/statisticpart.jsp
    • -0
    • +116
    ./pages/monitoring/test.html
  1. … 8 more files in changeset.
LDEV-4286 Show Authoring advanced tab on re-editing content from monitor

LDEV-4285: change icon for restart lesson

  1. … 30 more files in changeset.
LDEV-4270 Started using redirects after submitting answers. this is done to prevent from sending form second time on page refresh

  1. … 1 more file in changeset.
LDEV-4279 Autosave essay type of questions

LDEV-4271 Refactor Assessment code * use DTO instead of model classes for carrying interim information * split learning.jsp into two pages: actual learning.jsp where user enters his answers and results.jsp where we display results to him

    • -137
    • +19
    ./pages/learning/learning.jsp
    • -71
    • +58
    ./pages/learning/parts/allquestions.jsp
    • -69
    • +0
    ./pages/learning/parts/attemptsummary.jsp
    • -24
    • +0
    ./pages/learning/parts/markandpenaltyarea.jsp
    • -65
    • +6
    ./pages/learning/parts/markhedging.jsp
    • -17
    • +3
    ./pages/learning/parts/matchingpairs.jsp
    • -45
    • +4
    ./pages/learning/parts/multiplechoice.jsp
    • -21
    • +2
    ./pages/learning/parts/numerical.jsp
    • -33
    • +5
    ./pages/learning/parts/ordering.jsp
    • -0
    • +18
    ./pages/learning/parts/paging.jsp
    • -111
    • +0
    ./pages/learning/parts/questionsummary.jsp
    • -21
    • +2
    ./pages/learning/parts/shortanswer.jsp
  1. … 30 more files in changeset.
LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.