lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4451 Allow learners to choose confidence levels

Add advanced option in Assessment/MCQ - 'Store Confidences'.

If this option is ON, then in learning show sliders which will allow

choosing confidence levels. Display stored levels in learning and

monitoring.

    • -0
    • +41
    /lams_central/web/css/bootstrap-slider.css
  1. … 15 more files in changeset.
LDEV-4451 Create Confidence level system

Create Confidence level classes similar to the Ratings ones, that we

already have. They must be located in lams_common folder as it's going

to be used by 3 tools: learners are going to enter them in Assessment

and MCQ, and we later display them in all three tools.

Merge remote-tracking branch 'origin/master' into lams31

Rewrite Kumalive JSON code to Jackson

LDEV-4366: Small UI change

LDEV-4366 Disable learner's button when Kumalive is not started

    • binary
    /lams_build/lib/lams/lams-learning.jar
LDEV-4440 Fix Vote statistics URL

Struts considered absolute URLs relative to module context, for example

/monitoring/stats.do translates into

http://localhost/lams/tool/lavote11/monitoring/stats.do

Spring considers absolute URLs relative to server context, for example

/monitoring/stats.do translates into

http://localhost/lams/monitoring/stats.do

Because of this URLs (ajax, form actions etc.) need to be rewritten when

migrating to Spring.

LDEV-4448 Improve SQL query that is used to change tool outputs

Changing Assessment's tool output to 'First score' was taking too much

time. So the query that returns 'First score' outputs for the entire

activity was rewritten to improve its performance.

Merge branch 'LDEV-4447'

LDEV-4447 Toggle Kumalive feature on organisation level

    • -0
    • +1
    /lams_admin/web/WEB-INF/struts-config.xml
LDEV-4447 Toggle Kumalive feature on sysadmin level

LDEV-4440 Add missing URLs to Vote tool

LDEV-4440 Change tool access URLs to reflect migration to Spring MVC

Merge branch 'LDEV-4366'

LDEV-4408 adding missing labels

Adding missing label for deleting user sessions

LDEV-4440 Add a test library which does not reference Struts

After full LAMS migration to Spring MVC it will become

3rdParty.userlibraries

    • binary
    /lams_build/lib/lams/lams-central.jar
  1. … 53 more files in changeset.
LDEV-4440 Add a test library which does not reference Struts

After full LAMS migration to Spring MVC it will become

3rdParty.userlibraries

    • -0
    • +38
    /lams_build/noStruts.userlibraries
LDEV-4402 Fix an incorrect property in JSON

LDEV-4054: Updating Greek

Updating greek

LDEV-4434 Monitor and Gradebook uses of jqgrid upgraded.

    • -22
    • +31
    /lams_central/web/css/_learner_base.scss
    • -0
    • +5
    /lams_central/web/css/free.ui.jqgrid.min.css
    • -55
    • +29
    /lams_gradebook/web/gradebookCourseLearner.jsp
    • -104
    • +94
    /lams_gradebook/web/gradebookCourseMonitor.jsp
    • -48
    • +30
    /lams_gradebook/web/gradebookMonitor.jsp
LDEV-4440 Update Spring source code

  1. … 582 more files in changeset.
LDEV-4443: Ooops

swap file shouldn't have been committed. Too many terminals open :-)

LDEV-4443: warning when editing activity that has been already used.

Currently when editing an assessment or voting activity in monitor, if an answer is changed, the data associated with that question is removed.

So if students have already completed the activity, their answers/marks will be removed and will shown as not answered.

We currently give no warning to monitors when they do this, so we should.

    • -0
    • +4
    /lams_tool_lamc/web/monitoring/Edit.jsp
    • -0
    • +4
    /lams_tool_vote/web/monitoring/Edit.jsp
LDEV-4440 Rewrite configuration of an example tool

Struts servlet gets replaced with Spring one. It has its own

configuration in a separate XML file.

    • -0
    • +17
    /lams_tool_vote/web/WEB-INF/spring-servlet.xml
    • -25
    • +11
    /lams_tool_vote/web/WEB-INF/web.xml
LDEV-4437 Propogates Monitor Leader mark changes to group members

LDEV-4400, LDEV-3315 Comment out a test parameter

It should be uncommented only for TestHarness.

LDEV-4400, LDEV-3315 Toggle session ID change for each LAMS module

WildFly 10 changes session ID after authentication by default in order

to prevent session fixation attack. It breaks TestHarness, though. In

order to run TH, session ID change needs to be turned off.

Turning it off for Central is not enough as a request to any other

module, like Tool, triggers session ID change. In this case we need to

have session ID change turned on or off in each LAMS module, not just

Central.

Merge branch 'LDEV-4441'

LDEV-4441 CKEditor bootsnippets plugin to support i18n

Make bootsnippets plugin to support i18n. Besides of the plugin's

internal labels, we're also going to translate labels from

/lams_www/web/public/ckeditor-templates/bootsnippets.js (but only

snippets' titles).

LDEV-4054: Updating translations

Updating Greek

LDEV-4400 Remove an unnecessary import as it fails JSP compilation