lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Temporary indexContent page that points to Flash movies, set up for individual courses/classes rather than the old old organisation model. Done to allow Flash work to be done, while the admin work is in progress.

  1. … 17 more files in changeset.
Implementing the gate screens for learner.

    • -2
    • +24
    ./web/WEB-INF/struts/struts-config.xml
    • -5
    • +16
    ./web/WEB-INF/struts/tiles-defs.xml
    • -0
    • +14
    ./web/gate/gateNext.jsp
    • -0
    • +33
    ./web/gate/permissionGateContent.jsp
    • -0
    • +39
    ./web/gate/scheduleGateContent.jsp
    • -0
    • +46
    ./web/gate/synchGateContent.jsp
    • -0
    • +52
    ./web/layout/gateLayout.jsp
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 9 more files in changeset.
Got the existing grouping and gate screens working from the learner interface. More work yet to be done on them.

  1. … 1 more file in changeset.
Changed to UTF-8 encoding

Removing the unneeded swfs.

Added the core lams tag files.

    • -1
    • +1
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +58
    ./web/WEB-INF/tags/HTMLEditor.tag
    • -0
    • +64
    ./web/WEB-INF/tags/SetEditor.tag
    • -0
    • +79
    ./web/WEB-INF/tags/Tab.tag
    • -0
    • +62
    ./web/WEB-INF/tags/TabBody.tag
    • -0
    • +72
    ./web/WEB-INF/tags/Tabs.tag
    • -0
    • +56
    ./web/WEB-INF/tags/headItems.tag
Set up the string that will be used to inform Flash of the learner's progress. This string (attempted&=completed&=current) will be passed to Flash via passon.swf in the tool display jsp.

Removing the unneeded swfs.

Worked on the learner progress. Was always going back to the first activity when we exited a lesson - the learner progress in the session was out of date (wasn't updated as the tool's called the complete tool method). The learner progress is now in the special LAMS session object and is updated when tool's call the complete method.

Also set up the string that will be used to inform Flash of the learner's progress. This string (attempted&=completed&=current) will be passed to Flash via passon.swf in the tool display jsp.

adjusted xdoclet for exit

now opens exit screen from exitLesson server response

added exit action path

    • -1
    • +13
    ./web/WEB-INF/struts/struts-config.xml
Added "exitted lesson" screen and I18N'd the text of the welcome screen.

Made the Action more robust with respect to exceptions - most exceptions are now caught and a proper error message is sent back to Flash (rather than nothing being returned).

Changed the LearnerActions to not forward to page when the wddx packet is returned. We now have a Flash interface so forwarding to a page (rather than letting Flash bring up the next bad) is now bad. Had to change the dummy learner screen to still forward temporarily otherwise the dummy screen won't display the tool pages.

Added resume/exit header buttons + LAMS logo + retrieve progress data when joining lesson/sequence

Updated SWF targeting content frame when joining lesson

new Learner SWF (under development)

    • binary
    ./web/lams_learner.swf
changed SWF url

Added real learner page back in (with a link from the dummy page) so that mitch can set up the Flash movie.

Also set the charset/encoding for these pages to UTF-8

    • -0
    • +84
    ./web/dummyControlBottomFrame.jsp
    • -0
    • +50
    ./web/dummyControlFrame.jsp
    • -2
    • +2
    ./web/WEB-INF/struts/struts-config.xml
Fixed the export portfolio - when the resource files were renamed I missed a hardcoded entry in the constants.

Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Conf versions of web-settings and manifest files modified to suit and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 3 more files in changeset.
Added the vote tool to the build

  1. … 5 more files in changeset.
Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +28
    ./conf/language/ApplicationResources.properties
  1. … 26 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -21
    • +0
    ./conf/xdoclet/servlet-mappings.xml
    • -213
    • +162
    ./test/web/WEB-INF/web.xml
    • -140
    • +37
    ./test/web/WEB-INF/struts/struts-config.xml
    • -13
    • +13
    ./test/web/WEB-INF/struts/tiles-defs.xml
  1. … 22 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 52 more files in changeset.
Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values. Struts action for ExportAction not used.

    • -106
    • +77
    ./web/WEB-INF/struts/struts-config.xml
Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values. JSP not used.

    • -57
    • +0
    ./web/exportPortfolioPrintVersion.jsp
Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values. This action class is not used.

Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values. Moved the ordered list tags into the Servlet code, so that the code could completely replace the ordered list section with something else, without touching the translations.

Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values.