lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

improved Preview mode testing

    • -0
    • +17
    /lams_tool_lamc/web/learningIndex.jsp
moving Preview mode to Learning

changes in the use of Preview mode and mode parameter

updated definitions for preview mode

reformatting

preview mode and formatting changes/updates

    • -175
    • +112
    /lams_tool_lamc/web/learning/Preview.jsp
    • -14
    • +14
    /lams_tool_lamc/web/learning/ResultsSummary.jsp
    • -13
    • +12
    /lams_tool_lamc/web/learning/SingleQuestionAnswersContent.jsp
formatting changes

added property donePreview

enabled donePreview

added header resource : label.preview =MCQ Preview

added constant PREVIEW

changes for the authoring preview

    • -0
    • +232
    /lams_tool_lamc/web/learning/Preview.jsp
preview mode implementation

implementation for the Preview mode of Authoring module

removing by

/* the attributes below used in the Preview mode*/

request.getSession().removeAttribute(MAP_QUESTION_CONTENT_LEARNER);

request.getSession().removeAttribute(TOTAL_QUESTION_COUNT);

request.getSession().removeAttribute(CURRENT_QUESTION_INDEX);

request.getSession().removeAttribute(MAP_GENERAL_OPTIONS_CONTENT);

request.getSession().removeAttribute(MAP_OPTIONS_CONTENT);

request.getSession().removeAttribute(QUESTION_LISTING_MODE_COMBINED);

request.getSession().removeAttribute(PREVIEW_ONLY);