BranchingActivityStrategy.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge ordered branching LDEV-4587 into develop

    • -14
    • +25
    ./BranchingActivityStrategy.java
  1. … 23 more files in changeset.
LDEV-4587 Distinguish ordered branching by introducing a new field

The fields tells whether branching should start from highest ordered

answer (asc, true) or lowest (desc, false) or is it a plain, non-ordered

tool-based branching (null).

  1. … 14 more files in changeset.
LDEV-4587 Select branch based on option order chosen by learner

A condition has a question sequence ID and an option sequence ID encoded

in its name. This way we know what output to produce. Then all outputs

are sorted and a branch which was not processed yet gets chosen.

    • -11
    • +19
    ./BranchingActivityStrategy.java
  1. … 6 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -66
    • +68
    ./BranchingActivityStrategy.java
  1. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -66
    • +68
    ./BranchingActivityStrategy.java
  1. … 1860 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

    • -13
    • +10
    ./BranchingActivityStrategy.java
  1. … 72 more files in changeset.
LDEV-2115 Timestamp (current date time) added to completed activity record (table: lams_progress_completed)

  1. … 11 more files in changeset.
LDEV-1280: Implementing define in monitor for group based branching. Adding define later to the possible contribution types for branching activities, so that it will appear in the list in monitor.

LDEV-1134: Preview now lets the author run through multiple branches, but if a stop point is reached then it stops the lesson.

    • -16
    • +51
    ./BranchingActivityStrategy.java
  1. … 1 more file in changeset.
Branching: Tweaking the branch objects so that the contribution flags are right for teacher chosen activities (and hence the button will appear to do the selection in monitoring) and some changes to make the teacher chosen screen logic easier.

  1. … 11 more files in changeset.
LDEV-1134: Dummying up a branching page for the progress engine. Had missed the entry for the abstract branching class in the Hibernate file when I switched from 1 branching class to 3.

    • -15
    • +12
    ./BranchingActivityStrategy.java
  1. … 6 more files in changeset.
Split branching activity into 3 activities - one for each method of branching (teacher chosen, grouped and tool based)

  1. … 10 more files in changeset.
adding branch activity to sequence - basic model/dto changes and packet handling

    • -0
    • +79
    ./BranchingActivityStrategy.java
  1. … 9 more files in changeset.