lams_tool_lamc

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
separated the tab headers into another jsp. cleaned up.

    • -34
    • +40
    ./web/authoring/AuthoringMaincontent.jsp
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

    • -28
    • +1
    ./web/authoring/InstructionsContent.jsp
separated the tabs out of the main authoring jsp content

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

    • -59
    • +3
    ./web/authoring/AuthoringMaincontent.jsp
changed font size

redundant file, removed this

added javascript function function submitModifyQuestion(questionIndexValue, actionMethod)

    • -1
    • +17
    ./web/monitoring/MonitoringMaincontent.jsp
chaged passmark from form's scope to session scope

added active module and defineLaterInEditMode

added to methods request.setAttribute(CURRENT_MONITORING_TAB, "editActivity");

added code for switching to view-only mode in the monitoring url after the content

addd loadMonitoring definition to monitoring action

converted to getDestination

added Javadocs

enabled calling from monitoring module and added Javadoc

moved setDefineLater(..) and getDestination(..) here