LDEV-1593 Added minimal display of branching as icon (diagram) on the CanvasActivity. Increased size of branching activity on Canvas. Colors enabled via theme manager.
LDEV-1594: Improved the HTML stripping so that if only an image in the html, it tries to pull out out the link in the "src" entry and display that only.
LDEV-1594: Added a new flag "showConditionNameOnly". When this is true, Flash will hide the details of the condition (e.g. Range blah to blah). Needed for the default Voting activity as the condition details are meaningless to the user.The question (in the condition text) now has the HTML stripped the same as the legend on the chart, giving some chance of a meaning text if there is other text in the question field.
LDEV-1594: Added a new flag "showConditionNameOnly". When this is true, Flash will hide the details of the condition (e.g. Range blah to blah). Needed for the default Voting activity as the condition details are meaningless to the user.
LDEV-1597: Added new advanced object ShowResults, which controls whether or not the full results are shown. The user can still see their votes in export portfolio and if they return to the voting screen.
LDEV-1597: Added new advanced object ShowResults, which controls whether or not the full results are shown. The user can still see their votes in export portfolio and if they return to the voting screen.
LDEV-1597: Added new advanced object ShowResults, which controls whether or not the full results are shown. The user can still see their votes in export portfolio and if they return to the voting screen.
LDEV-1585 Fixed bug with activeComplex (LearnerComplexActivity) - multiple refresh calls were potential happening from the parallel activity loaded in the two frame sending two progress update calls at same time. Handling multiple refresh calls and fixed a few other misc bugs.