lams_tool_lamc

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

added McLearningAction

removed debugging code

    • -2
    • +0
    ./web/monitoring/MonitoringMaincontent.jsp
no major change

removed this file

    • -12
    • +0
    ./web/monitoring/EditActivityContent.jsp
reenabled loading questions

after refactoring authoring module : new learning action class

adding these 3 new images

no changes

enabled forwarding to monitoring content from authoring starter

added javaScript for the selection of the current tab

    • -2
    • +28
    ./web/monitoring/MonitoringMaincontent.jsp