Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1964 Adding the create table statements to the autopatch script for the q&a wizard task

  1. … 1 more file in changeset.
LDEV-1984 - Create qa wizard

Added export import functionality so people can share question wizards

    • -0
    • +51
    ./java/org/lamsfoundation/lams/tool/qa/QaWizardDTO.java
  1. … 6 more files in changeset.
LDEV-1964 Adding the question and answer wizard in as an option feature (set up in admin) the export/import feature is not implemented yet however

    • -0
    • +81
    ./java/org/lamsfoundation/lams/tool/qa/QaConfigItem.java
    • -0
    • +39
    ./java/org/lamsfoundation/lams/tool/qa/dao/IQaWizardDAO.java
    • -0
    • +88
    ./java/org/lamsfoundation/lams/tool/qa/web/QaAdminForm.java
  1. … 16 more files in changeset.
LDEV-1946, LDEV-1945, LDEV-1944, LDEV-1918, LDEV-1926: Added default conditions as a part of tool's default content. Removed unnecessary call to DAO.

  1. … 8 more files in changeset.
LDEV-1606: Added BranchConditionDTOs specific for each tool. This fixes bug in learning design export.

  1. … 10 more files in changeset.
LDEV-1918: Fixed a typo in DB patch file.

LDEV-1946, LDEV-1945, LDEV-1944, LDEV-1918: Fixed a small bug in output factories (even simple conditions were considered text search based).

  1. … 3 more files in changeset.
LDEV-1918: Fixed some bugs and added code deleting unused conditions.

LDEV-1918: Added logger to QaCondition class.

LDEV-1918: Minor change for efficiency.

LDEV-1918: Added final changes after testing.

  1. … 5 more files in changeset.
LDEV-1918: Changes after testing with Flash.

  1. … 1 more file in changeset.
LDEV-1918: Corrected label for output definition description. Set "showConditionNameOnly" to true.

LDEV-1918: Added most of the code for Q&A text based conditions.

    • -0
    • +104
    ./java/org/lamsfoundation/lams/tool/qa/QaCondition.java
  1. … 19 more files in changeset.
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

  1. … 71 more files in changeset.
LDEV-1662 Putting in advanced options summary into monitoring summary page for every tool.

QA

  1. … 1 more file in changeset.
LDEV-1205

Changed define later page to open in edit mode.

  1. … 2 more files in changeset.
LDEV-1493: Leaves the lockWhenFinished as it is picked up from the default content rather than hardcoded

LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 15 more files in changeset.
LDEV-1138: When the user redos the questions from the learner progress review screen, the answers are populated in the sequence mode, which they weren't before. I think I also corrected an inconsistency in the combined mode which meant that when you redid the questions from the learner review screen and changed the values, if you did redo questions on the "review my answers" screen then you got the answers from the db, rather than from the session.

LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 more files in changeset.
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions and new method call to ToolContentManager, requiring a change to all tools.

  1. … 20 more files in changeset.
LDEV-1248: Answers hidden in monitor were still showing in learner. Updated the export portfolio jsp so that it indicates hidden in the class view, and hides other students' answers that are marked as hidden in the learner view. In the same way, the two learner summary screens now only show a "hidden" response if it is the learner's own response.

  1. … 3 more files in changeset.
LDEV-1225: Page wasn't working if the learner had started the activity but hadn't saved their entry. Now if there isn't an entry, it shows the normal page but skips the entry section.

  1. … 6 more files in changeset.
LDEV-1225: Page wasn't working if the learner had started the activity but hadn't saved their entry. Now if there isn't an entry, it shows the normal page but skips the entry section.

Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 238 more files in changeset.
LDEV-1097: Fixing up the behaviour of the learner progress screen, and other bugs found while testing the learner progress changes.

  1. … 2 more files in changeset.
Add file size validation.

  1. … 3 more files in changeset.
Export portfolio group aware fix

  1. … 1 more file in changeset.
Fix for LDEV-1022 Q&A: Reflections are always editable regardless of lock when finished

  1. … 3 more files in changeset.