Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • -72
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  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.

    • -3
    • +0
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  1. … 10 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: Learner progress screen throwing an exception when trying to view learner progress for a learner other then the current monitoring user. The buttons on the report page weren't quite right either - there was an edit button for the reflection on the monitor page. Hopefully all correct now.

  1. … 1 more file in changeset.
Fix for LDEV-1079 Problems with the validation that checks if a user has answered the questions

  1. … 2 more files in changeset.
Fix for null pointer exceptions in learner

  1. … 2 more files in changeset.
Fix for Sorting candidate answers wrong?

LDEV-1079: Validation needs to look for the checkedCa values more efficiently - now gets a list of keys from the request parameter map and works from there.

Add file size validation.

  1. … 1 more file in changeset.
Fix for Problems with the validation that checks if a user has answered the questions

  1. … 3 more files in changeset.
Fix for LDEV-1076 Once mc_que_content_id > 50 the validation that checks that learner has answered a question fails.

Fix for LDEV1041 After completing MCQ, the screen doesn't give any info about correct answers

    • -2
    • +7
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  1. … 1 more file in changeset.
Fix for LDEV-1043 When adding new candidate answers... the question and feedback get wiped out Created: Thursday 05:55 AM Updated: Today 12:55 AM

Fix for Reflecting entries heading should be change for the text entered by the teacher to reflect on..

  1. … 2 more files in changeset.
fixed filter

Fix for: displayOrder field is breaking the 2.0 import

Fix for (LDEV-1036) MCQ with no retries allow still can retry

Fix for LDEV-1029 Force learners to answer at least one answer for all questions

fixed newline problem with notebook entries

  1. … 2 more files in changeset.
updated mcq fro RTL + editable notebook entry

  1. … 35 more files in changeset.
Fix for Force learners to answer at least one answer for all questions

  1. … 1 more file in changeset.
Fix for LDEV-1027 No answer in MCQ question doesn't get compute as a wrong answer

Fix for LDEV-969 Randomization of answers optional for all questions (default off).

    • -0
    • +77
    ./org/lamsfoundation/lams/tool/mc/McRandomizedListsDTO.java
    • -0
    • +6
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
  1. … 8 more files in changeset.
Removed the backup default text for instructions and titles, so that if the 1.0.2 import doesn't set the values, they will stay blank.

  1. … 3 more files in changeset.
fix for filters

  1. … 1 more file in changeset.