lams-github

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

Fixed javadoc comments. Previous CVS comment should have referred to getLessonsForUser() rather than getActiveLessonsForLearner()

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

add some validation for createWorkspaceFolderContent so that a non-unique name doesn't result in an index violation .

deleteContentWithVersion - checks if a resource exists before deleting.

updated ack message so that it returns the folderContentID

    • binary
    /lams_build/lib/lams/lams-central.jar
added javascript function function submitModifyQuestion(questionIndexValue, actionMethod)

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