lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added definition:

<forward

name="learningStarter"

path=".learningStarter"

redirect="true"

/>

modified to accomodate learner progress view

more meaningful testers and starters

    • -9
    • +42
    /lams_tool_lamc/web/learningIndex.jsp
    • -1
    • +2
    /lams_tool_lamc/web/monitoringIndex.jsp
include McUtils.cleanUpSessionAbsolute(request); for better cleaning up sessions

included McUtils.cleanUpSessionAbsolute(request);

no major changes

format text

added public method public static void cleanUpSessionAbsolute(HttpServletRequest request)

added resources label.learner.viewAnswers label.defineLater

included new constants public static final String LEARNER_PROGRESS public static final String LEARNER_PROGRESS_USERID

Modified the copyLearningDesign routines to only set the field when creating a runtime design - don't want to link the designs when the user duplicates a design in authoring.

Changed code to suit new name for the field linking designs to their runtime versions (new name LearningDesign.originalLearningDesign). Modified the copyLearningDesign routines to only set the field when creating a runtime design - don't want to link the designs when the user duplicates a design in authoring. Finally, changed the delete learning design methods to delete a design even if it is the parent of other designs (note: this leaves the child designs pointing to a parent that does not exist).

    • binary
    /lams_build/lib/lams/lams-central.jar
Changed name of parentLearningDesign to originalLearningDesign. This field links the lesson version of a design back to its original design, but the parent name suggests that the parent learning design contains the child learning design (this is the meaning in the activity table) so the name was changed.

    • -4
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
this is no more needed

fixed session data assignment from main jsp to included jsp

changed button location by style

InputDialog

    • binary
    /lams_central/src/flash/lams_authoring.fla
some todos

added static method to craete InputDialog

simple pop up to collect a string form user and pass it back to specified function

added copy/paste, new and delete functionality to workspace

added copy/paste, new and delte functionality to workspace

    • binary
    /lams_central/web/lams_authoring.swf
Removed unnecessary import statement - was stopping monitoring compiling.

change the height of wyswygEditorScreenElement when doWYSWYGEditor is called. Otherwise wyswygEditorScreenElement would be too high and cover the urls or buttons under the wyswygEditorScreenElement. The URLs under the wyswygEditorScreenElement can't be clicked because the browser thinks you are clicking on the wyswygEditorScreenElement layer.

* added javascripts to detect whether HTML exist in the textarea, if HTML exist it will automatically switch to preview mode * added textToHTML converter... which will escape < and > to $gt; & $lt; also linebreak will be convert to <br> * added smaller size option in fckeditor_style.css & fckcontroller.css * change the title field to use smaller fckeditor instead

    • -19
    • +21
    /lams_tool_laqa/web/BasicContent.jsp
    • -4
    • +4
    /lams_tool_laqa/web/InstructionsContent.jsp
    • -9
    • +13
    /lams_tool_laqa/web/author_page.jsp
merge with old 1.0 document.

Change Id to ID for flash call.

Fix some bug in forceComplete

changes for the preview mode

just debug message .. making sure learnerService is available