Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1998: Added Editing advice for all tools. Added FCKEditor for Notebook, Chat and Submit Files.

  1. … 45 more files in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

  1. … 108 more files in changeset.
LDEV-2033: Initially MC tool was designed to accept multiple answers for a single question. This functionality was partially removed and together with saving all the answers provided by the user, it prevented answers to be correctly categorised (correct/incorrect).

LDEV-1975

Added 'attempt time' column to the monitor summary page.

  1. … 2 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-1874 don't throw NullPointerException when lastAttemptTotalMark is null, go to default branch

LDEV-1662 Putting in advanced options summary into monitoring summary page for every tool.

MC

  1. … 1 more file in changeset.
LDEV-1833: Was throwing exception if asked for the tool output for a user that has not answered the questions. Now returns null.

LDEV-1069 forgot to remove some old code

LDEV-1069 display error label in html page rather than in the spreadsheet by splitting preparation of spreadsheet from outputting of response

  1. … 1 more file in changeset.
LDEV-1069 fix error handling during spreadsheet preparation, and filled in missing label for the error message; fixed SummaryContent.jsp not filling in variable for 'download marks' link when not grouped

  1. … 3 more files in changeset.
LDEV-1069 Added spreadsheet to class portfolio.

  1. … 1 more file in changeset.
LDEV-1069 Added user name to spreadsheet and modified user mark dto to include full name/user name.

  1. … 3 more files in changeset.
LDEV-1069 Add custom Message Service for use in MCQ tool. Updated download marks spreadsheet to use dictionary I18N values.

LDEV-1069 Added downloadMarks to monitoring action to export marks data spreadsheet.

  1. … 1 more file in changeset.
LDEV-1692 Removed intermediate screen and put best mark label above redo questions button on learner's report screen.

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

Changed define later page to open in edit mode.

  1. … 2 more files in changeset.
LDEV-1594: Made the I18N code more generic so that tool's could get any arbitrary value (rather than having to access their message source directly). This was useful for the open vote option in voting, and may also be useful for custom conditions.

  1. … 2 more files in changeset.
LDEV-1524: Null pointer exception getting thrown. Moving fix from branch to head

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-1156: shows display answers if setting at authoring time (Monitor changes)

  1. … 2 more files in changeset.
LDEV-1156: shows display answers if setting at authoring time (Learner changes)

  1. … 2 more files in changeset.
LDEV-1156: Adds Advance setting to display answers/results at the end of an MCQ (Authoring changes)

  1. … 4 more files in changeset.
LDEV-1134: Complete implementation of conditions in MCQ and Forum.

  1. … 6 more files in changeset.
Fixed ranges for mark condition

Correcting the logic to get the learner's mark. Code needs cleaning up still.

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. … 35 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. … 18 more files in changeset.
LDEV-1311: Improving the performance of monitoring. Making some of the database look ups more efficient and removed duplicated code that was causing some lookups to be done three times.

  1. … 1 more file in changeset.
LDEV-1302: Improving the performance in learner by improving the user attempt calls in the databaes and removing some of the iterations in the logic that made more database calls than necessary.

  1. … 10 more files in changeset.