lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
a new jsp to hold monitoring tabs

    • -0
    • +77
    /lams_tool_lamc/web/monitoring/MonitoringTabsHeader.jsp
separated the header from the rest of the file. added message bean

no big change

added a title message bean

an independent jsp to hold authoring headers

separated the tab headers into another jsp. cleaned up.

no big changes

enabled the display of authoring tabs based on consant SHOW_AUTHORING_TABS

removed the use of TARGET_MODE

removed the use of contant TARGET_MODE

fixed a wording problem

added new method: public ActionForward cancelAuthoring(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException

removed some temp functions like public static User createMockUser()

added button.cancel

cleaned up from redundant constants. will keep doing that.

added condition for

/* determine whether the request is from Monitoring url Edit Activity

* null sourceMcStarter indicates that the request is from authoring url.

* */

added code for checking: warning to learner: the activity is offline

added method:

public static boolean isRunOffline(McContent mcContent)

added:

label.basic =Basic

label.advanced =Advanced

label.instructions =Instructions

label.summary =Summary

label.stats =Stats

label.editActivity =Edit Activity

label.authoring =MCQ Authoring

label.learning =MCQ Learning

removed redundant contant

removed redundant bottom section

separated the tabs out of the main authoring jsp content

    • -0
    • +53
    /lams_tool_lamc/web/authoring/AuthoringTabsHeader.jsp
added message keys and reformatted the view of the tabs

changed font size

redundant file, removed this

workspace changes

    • binary
    /lams_central/src/flash/lams_authoring.fla
add startLesson message

LDEV-79: Added remove lesson feature to the dummy monitoring interface.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
    • -0
    • +14
    /lams_monitoring/web/dummyControlFrame.jsp
Improved some of the comments

LDEV-79: Added a new DISABLED state for a lesson - when disabled the lesson shouldn't be returned to users. Changed getLessonsForUser() to not return DISABLED lessons, but left getAllLessons() getting all (including disabled) lessons. But added a comment to indicate that getAllLessons includes disabled lessons.