lams_tool_lamc

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1206: Run offline now displays the activity title at the top

  1. … 2 more files in changeset.
LDEV-1186: Updating English

  1. … 14 more files in changeset.
Updating Japanese

    • -180
    • +180
    ./conf/language/lams/ApplicationResources_ja_JP.properties
  1. … 4 more files in changeset.
Updating English, Dutch, Vietnamese and Chinese

    • -146
    • +153
    ./conf/language/lams/ApplicationResources_vi_VN.properties
Adding Japanese. Updating Greek

    • -0
    • +253
    ./conf/language/lams/ApplicationResources_ja_JP.properties
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.
Updating French, Maori, Malay, Norwegian and Polish

LDEV-1373: Removed the mark altogether from column headings for the learner list - the mark is redundant as the learners' marks are listed, not right/wrong.

LDEV-1373: Put Mark and Question Number on separate lines in class export portfolio to make narrower columns. Then if there are lots of questions, more questions will fit on the normal page width.

LDEV-1156: Adding 4 monitor labels

Updating German and French

LDEV-1156: shows display answers if setting at authoring time (Monitor changes)

    • -1
    • +5
    ./web/monitoring/MonitoringMaincontent.jsp
    • -0
    • +17
    ./web/monitoring/SummaryContent.jsp
LDEV-1156: shows display answers if setting at authoring time (Learner changes)

Updating Norwegian, Chinese(china)

Updating Gereman, Greek, French and Maori

    • -116
    • +118
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -158
    • +160
    ./conf/language/lams/ApplicationResources_mi_NZ.properties
LDEV-1156: Adding displayAnswers label

LDEV-1156: Adds Advance setting to display answers/results at the end of an MCQ (Authoring changes)

Adding Malay. Updating English, Italian, Norwegian, Danish, Polish and Chinese

    • -157
    • +159
    ./conf/language/lams/ApplicationResources_da_DK.properties
    • -0
    • +248
    ./conf/language/lams/ApplicationResources_ms_MY.properties
    • -164
    • +166
    ./conf/language/lams/ApplicationResources_pl_PL.properties
  1. … 8 more files in changeset.
LDEV-1134: Complete implementation of conditions in MCQ and Forum.

  1. … 6 more files in changeset.
Adding Chinese(China) and Updating Norwegian

    • -167
    • +167
    ./conf/language/lams/ApplicationResources_no_NO.properties
    • -0
    • +246
    ./conf/language/lams/ApplicationResources_zh_CN.properties
  1. … 4 more files in changeset.
Fixed ranges for mark condition

Added descriptions for branching conditions

  1. … 2 more files in changeset.
Correcting the logic to get the learner's mark. Code needs cleaning up still.

Updating German, English, Dutch

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.
Fixed typo in script - missing ;

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. … 17 more files in changeset.
Preparing for new release of tool - version number to be 20070820

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.

    • -24
    • +13
    ./web/monitoring/SummaryContent.jsp
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.