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

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

converted to getDestination

added Javadocs

enabled calling from monitoring module and added Javadoc

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

reenabled loading questions

after refactoring authoring module : new learning action class

made changes so that edit activity action work from monitoring url the same way it works in authoring url define later.

modified method editActivityQuestions for use in monitoring url.

fixed a resource def.

changes about SHOW_BASIC_CONTENT

marked starter with SOURCE_MC_STARTER

moved isContentInUse() and isDefineLater() here

added SOURCE_MC_STARTER

changed class definition to extend McAuthoringForm

fixed the method editActivity

restrucrured monitoring url

removed editActivity(ActionMapping mapping,

ActionForm form,

HttpServletRequest request,

HttpServletResponse response)

enabled getting TOOL_CONTENT_ID from session

enabled getting TOOL_CONTENT_ID from teh session cache

changed dsp to method

modified so that we can hit backend from dhtml buttons

added new methods

getInstructions

getSummary

getStats

modified setDefineLater(request, true) and added the boolean parameter