Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implementing gate and grouping screens for export portfolio.

    • -0
    • +59
    ./WEB-INF/tags/ExportPortOutput.tag
  1. … 35 more files in changeset.
The activityId was changed to activityID in a previous check in, but the change seems to have got lost.

appended id to unique connection name to avoid conflicts with preview/learner

  1. … 4 more files in changeset.
Adding lessonID to the activity form, so that the passon.swf can have it separately and make it part of the connection name. Changed form.activityId to form.activityID for consistency.

  1. … 5 more files in changeset.
Removing learnerProgress from the user's shared session. This should allow preview and learner to run without interfering with each other.

  1. … 23 more files in changeset.
Changed export portfolio to * reduce the number of error messages * move the html out of the I18N file and into jsps * use the learning design processor so that the activities are processed (and hence displayed) in the correct order.

    • -0
    • +60
    ./exportPortfolio/main.jsp
    • -0
    • +53
    ./exportPortfolio/notSupported.jsp
  1. … 15 more files in changeset.
updated lams logo

  1. … 2 more files in changeset.
smoother update of progress bar and improved click/double click handling

  1. … 3 more files in changeset.
updated to use lessonID - make progress bar work with Learner and Preview simult.

Added the define later special screen code to the wrong Action class.

  1. … 2 more files in changeset.
Preview changes: (1) when define later activity occurs don't tell the tool that it is define later but display a special screen before going to the next tool (2) for chosen grouping, schedule and permission gates show the normal page with an extra preview message then override the normal process and continue.

Also part A of a change to the Flash call to get the learner progress - it should take the lesson id not the progress id.

    • -0
    • +43
    ./previewDefineLater.jsp
  1. … 9 more files in changeset.
get dictionary using country locale if user has property value

  1. … 4 more files in changeset.
gate fix

deleted the connection after sending

added export button

  1. … 4 more files in changeset.
fixed the parallel activity problem (LDEV 274)

fixed resume button and url called after joining lesson

used generate ID tag in passon tag to retrieve id from shared session

  1. … 1 more file in changeset.
added uniqueID param, and redirect for attaching id to request for can be retrieve in jsp

added uniqueID param to custom tag Passon

updated swf - uniqueID checked for match

Call passon to update the progress bar on tool pages, optional activities and the completed screen.

Should also cope with the user partially doing an optional activity, continuing on in the design, then coming back later to the optional activity to do more, and then going back to where they were up to in the sequence before jumping back.

    • -96
    • +107
    ./WEB-INF/struts/struts-config.xml
  1. … 15 more files in changeset.
passon custom tag

    • -0
    • +66
    ./WEB-INF/tags/Passon.tag
  1. … 3 more files in changeset.
unique id used by learner and passon swf to enable direct (unique) connection

added generateID tag

    • -0
    • +91
    ./WEB-INF/tags/AuthoringButton.tag
  1. … 1 more file in changeset.
added passon swf to update progress bar dynamically

use full path url for learner activity url

added double click functionality to complex activities

updated swfs - using new common learner progress activity display code

  1. … 1 more file in changeset.
fixed request params (for joinLesson etc)