lams_tool_assessment

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2114 Learning

fixes to assessment tool:

* added numbering offset to the question list

* shuffle questions and their options

* matching pairs' <select> is also shuffled now

* fixed assessment of ordering question type

* improved short answer and numerical jsps

* short answer now supports wildcard "*"

* "Notify teacher after student completes attempt" implemented

    • -1
    • +25
    ./web/pages/learning/parts/numerical.jsp
    • -22
    • +14
    ./web/pages/learning/parts/ordering.jsp
    • -16
    • +22
    ./web/pages/learning/parts/shortanswer.jsp
LDEV-2105 Authoring

correction:

multiple answers -- > corrected validation rule

numerical -- > negative "accepted error" is forbidden now

essay -- > removed "feedback" field

    • -8
    • +0
    ./web/pages/authoring/parts/addessay.jsp
LDEV-2158 Confirmation to delete questions

LDEV-2114

* support for a whole new control flow

* a lot of refactoring connected with this

* changed structure of DTO objects

* available to store multiple attempts

* changed "Attempts allowed" default value to 1

    • -15
    • +20
    ./db/sql/create_lams_tool_assessment.sql
  1. … 18 more files in changeset.
LDEV-2111: using the new fckeditor 2.6.4 connector servlet

LDEV-2150: added icons to save/cancel buttons

    • -2
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 23 more files in changeset.
LDEV-2114 Learning

main features implemented

    • -11
    • +24
    ./db/sql/create_lams_tool_assessment.sql
  1. … 41 more files in changeset.
LDEV-2105 update to authoring

    • -0
    • +43
    ./web/pages/authoring/parts/gradeselector.jsp
    • -44
    • +2
    ./web/pages/authoring/parts/option.jsp
    • -1
    • +4
    ./web/pages/authoring/parts/optionlist.jsp
    • -0
    • +41
    ./web/pages/authoring/parts/shortansweroption.jsp
LDEV-2105 update to ordering question type

    • -0
    • +31
    ./web/pages/authoring/parts/matchingpairoption.jsp
    • -94
    • +0
    ./web/pages/authoring/parts/numerical.jsp
    • -0
    • +94
    ./web/pages/authoring/parts/numericaloption.jsp
    • -4
    • +7
    ./web/pages/authoring/parts/optionlist.jsp
    • -0
    • +18
    ./web/pages/authoring/parts/orderingoption.jsp
LDEV-2105 removing redundant libraries

    • binary
    ./lib/reload_2_0_1/castor-0.9.5.3-xml.jar
    • binary
    ./lib/reload_2_0_1/reload-editor.jar
    • binary
    ./lib/reload_2_0_1/reload-moonunit.jar
LDEV-2005: updating FCKEditor.tag to pass contentfolder id to video reorder fckeditor plugin

LDEV-2105 update to ordering question type

LDEV-2105 update to ordering question type

LDEV-2105 New ordering question type

    • -0
    • +2
    ./db/sql/create_lams_tool_assessment.sql
    • -0
    • +234
    ./web/pages/authoring/parts/addordering.jsp
    • -1
    • +1
    ./web/pages/authoring/parts/optionlist.jsp
LDEV-2105 Changes to answers in assessment tool

1.- The answers get the FCKEditor, but the feedback is just a normal

textarea

2.- answers to have the FCKeditor underneath the label so they have a

bit more room

3. some small UI fixes

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
    • -10
    • +13
    ./web/pages/authoring/parts/numerical.jsp
    • -56
    • +60
    ./web/pages/authoring/parts/option.jsp
    • -7
    • +4
    ./web/pages/authoring/parts/optionlist.jsp
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1 - displayExpanded default set to true

  1. … 25 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1

    • -14
    • +14
    ./web/WEB-INF/tags/FCKEditor.tag
    • -198
    • +112
    ./web/WEB-INF/tlds/fckeditor/FCKeditor.tld
  1. … 39 more files in changeset.
LDEV-2105

* FCKEditor's new tag width set up

* ajax submitting of fckeditors and contentFolderId variable fixed in option lists

* new validation rule was introduced: One of the answers should have a grade of 100%

* prevent throwing of errors while adding/removing options and units with wrong data

* export lesson fixed

* adding/removing of instruction files fixed

    • -8
    • +4
    ./web/pages/authoring/instructions.jsp
    • -3
    • +3
    ./web/pages/authoring/parts/addessay.jsp
  1. … 6 more files in changeset.
LDEV-2113 FCKEditor tags to accept width and ToolbarStartExpanded (Assessment tool)

LDEV-2105

* numerical question type: ability to add units

* numerical question type: javascript validation fixed

* dramatically improved JS validation's displaying method

* FCKEditors is used in option lists now

    • -0
    • +9
    ./db/sql/create_lams_tool_assessment.sql
    • binary
    ./web/includes/images/warning.gif
    • -0
    • +18
    ./web/pages/authoring/parts/addessay.jsp
  1. … 9 more files in changeset.
LDEV-2105

* the rest of question types covered

* FCKEditor problem solved

    • -1
    • +2
    ./db/sql/create_lams_tool_assessment.sql
    • -3
    • +13
    ./web/pages/authoring/parts/addessay.jsp
    • -0
    • +166
    ./web/pages/authoring/parts/addnumerical.jsp
  1. … 5 more files in changeset.
LDEV-2105 support for "matching pairs" and "essay" question types added

    • -0
    • +2
    ./db/sql/create_lams_tool_assessment.sql
    • -0
    • +56
    ./web/includes/javascript/assessmentoption.js
    • -24
    • +0
    ./web/includes/javascript/cmxforms.js
    • -0
    • +251
    ./web/includes/javascript/jquery.FCKEditor.js
    • -164
    • +0
    ./web/pages/authoring/parts/addchoice.jsp
  1. … 11 more files in changeset.
LDEV-2105 javascript validation added

    • binary
    ./web/includes/images/req.gif
    • -34
    • +74
    ./web/pages/authoring/parts/addchoice.jsp
    • -5
    • +5
    ./web/pages/authoring/parts/optionlist.jsp
LDEV-2105 introducing new assessment tool and it's authoring part

    • -0
    • +1
    ./conf/hibernate/mappings/.cvsignore
    • -0
    • +7
    ./conf/hibernate/mappings/hibernate.properties
    • -0
    • +3
    ./conf/jar/META-INF/MANIFEST.MF
    • -0
    • +180
    ./conf/language/lams/ApplicationResources.properties
    • -0
    • +211
    ./conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +171
    ./conf/language/rams/ApplicationResources.properties
    • -0
    • +171
    ./conf/language/rams/ApplicationResources_en_AU.properties
    • -0
    • +4
    ./conf/war/META-INF/MANIFEST.MF
    • -0
    • +8
    ./conf/xdoclet/global-exceptions.xml
    • -0
    • +6
    ./conf/xdoclet/global-forwards.xml
    • -0
    • +277
    ./conf/xdoclet/struts-actions.xml
  1. … 182 more files in changeset.