lams_tool_assessment

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:andreyb:20170317180302:11 does not match your current filter (clear filter).

file patch20170315.sql was initially added on branch lams2_head_wildfly.

file results.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/pages/learning/results.jsp
file ordering.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/pages/learning/results/ordering.jsp
file numerical.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/pages/learning/results/numerical.jsp
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

  1. … 30 more files in changeset.
file OptionDTO.java was initially added on branch lams2_head_wildfly.

file paging.jsp was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/pages/learning/parts/paging.jsp
file QuestionDTO.java was initially added on branch lams2_head_wildfly.

LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-4262 Removed unnecessary try-catch block

LDEV-4262 Fixing null pointer exception when teacher makes changes to assessment question

    • -2
    • +2
    ./web/pages/learning/parts/truefalse.jsp
LDEV-4262 Fixing null pointer exception when teacher makes changes to assessment question

LDEV-4258 adding labels

  1. … 6 more files in changeset.
LDEV-4258: Protecting the export download from multiple triggers by disabling the button until the file is downloaded. Uses the new generic javascript method based on previous Peer Review download implementation. Uses a cookie to track when the file download is complete.

LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.

  1. … 135 more files in changeset.
LDEV-4240: Consistent upload widget: making the button and file name area smaller.

  1. … 31 more files in changeset.
LDEV-4237 adding labels

  1. … 13 more files in changeset.
LDEV-4054 Updating greek

  1. … 4 more files in changeset.
LDEV-4237: Include label informing the max size file

LDEV-4241: File upload validation

LDEV-4240: Consistent upload widget

Using new tags and the shared javascript code to create consistency across tools for the look and validation behaviour of file upload.

    • -33
    • +46
    ./web/pages/authoring/importQuestions.jsp
LDEV-3147 Get rid of 'supports_run_offline_flag' and 'define_later_url' columns from lams_tool table

  1. … 31 more files in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4180: Remove patches for dropping DB tables as we never use them.

    • -13
    • +0
    ./db/sql/drop_lams_tool_assessment.sql
  1. … 35 more files in changeset.
LDEV-4180: Reintroduce define_later in Assessment as we still use it.

    • -2
    • +3
    ./db/sql/create_lams_tool_assessment.sql
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

    • -110
    • +130
    ./db/sql/create_lams_tool_assessment.sql
    • -8
    • +8
    ./db/sql/drop_lams_tool_assessment.sql
  1. … 216 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
LDEV-4240: Making the import question widget look consistent with the import QTI widget. Also added validation on front end to check that the file is an XML file.

    • -1
    • +0
    ./web/pages/authoring/importQuestions.jsp
LDEV-4240: Making the import question widget look consistent with the import QTI widget. Also added validation on front end to check that the file is an XML file.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +17
    ./web/WEB-INF/tags/WaitingSpinner.tag
    • -16
    • +31
    ./web/pages/authoring/importQuestions.jsp
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
file WaitingSpinner.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/WaitingSpinner.tag
LDEV-4228: Updated double submission handling to match other tools done recently for LDEV-4208. Buttons are disabled after validation and notebook is fixed.