Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3111 UI monitoring changes - adding jqgrid tables

  1. … 1 more file in changeset.
LDEV-3111 UI monitoring changes - adding jqgrid tables

    • -2
    • +0
    ./lamsfoundation/lams/tool/mc/McUtils.java
  1. … 23 more files in changeset.
LDEV-3085 Fixed a bug with autopatch script

LDEV-3103 Improvements for XLS exports

    • -0
    • +16
    ./lamsfoundation/lams/tool/mc/McUserMarkDTO.java
  1. … 1 more file in changeset.
LDEV-3085 Autosave feature for MCQ

LDEV-3085 Autosave feature for MCQ

    • -4
    • +0
    ./lamsfoundation/lams/tool/mc/McUtils.java
  1. … 36 more files in changeset.
LDEV-3079 question numbering now starts from 1(instead of 2 as it used to be) when downloading marks

LDEV-3070: Use tool content title as lesson name instead of showing prompt pop up. Skip "Reedit"/"Cancel" page.

  1. … 35 more files in changeset.
LDEV-3079 * fixed loosign uploaded files (instructions tab) * verify selected radiobutton is not blank

  1. … 4 more files in changeset.
LDEV-3079 fixed small bugs

  1. … 3 more files in changeset.
LDEV-3079 * use thickbox pages and ajax calls * Use CKEditors as MCQ answers tags

    • -456
    • +137
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 16 more files in changeset.
LDEV-3050 fix exception on accessing individual response from monitor

LDEV-2865 remove unused methods and fields

    • -7
    • +0
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
    • -11
    • +0
    ./lamsfoundation/lams/tool/mc/pojos/McSession.java
  1. … 4 more files in changeset.
LDEV-1800 added Javascript validation on submitting user answers

  1. … 6 more files in changeset.
LDEV-2865 Format Java code

    • -23
    • +21
    ./lamsfoundation/lams/tool/mc/EditActivityDTO.java
    • -35
    • +35
    ./lamsfoundation/lams/tool/mc/McAllGroupsDTO.java
    • -57
    • +67
    ./lamsfoundation/lams/tool/mc/McAttachmentDTO.java
    • -17
    • +16
    ./lamsfoundation/lams/tool/mc/McComparator.java
    • -205
    • +289
    ./lamsfoundation/lams/tool/mc/McGeneralAuthoringDTO.java
    • -204
    • +297
    ./lamsfoundation/lams/tool/mc/McGeneralLearnerFlowDTO.java
    • -286
    • +414
    ./lamsfoundation/lams/tool/mc/McGeneralMonitoringDTO.java
    • -90
    • +100
    ./lamsfoundation/lams/tool/mc/McMonitoredAnswersDTO.java
    • -173
    • +197
    ./lamsfoundation/lams/tool/mc/McMonitoredUserDTO.java
  1. … 54 more files in changeset.
LDEV-2865 Remove excessive logging from MCQ tool

    • -93
    • +3
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -15
    • +0
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
    • -1089
    • +25
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 8 more files in changeset.
LDEV-3026: Add utilities for getting activity position. Make Tools position-aware and display different label if they are last in LD.

  1. … 181 more files in changeset.
LDEV-2816 remove MCQ results summary feature

    • -2
    • +0
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -15
    • +0
    ./lamsfoundation/lams/tool/mc/pojos/McQueUsr.java
  1. … 4 more files in changeset.
LDEV-3000: Fix importing of large number of questions. Fix Essay question type detection.

  1. … 8 more files in changeset.
LDEV-3000: Add support for HTML and images in questions and answers.

  1. … 10 more files in changeset.
LDEV-3000: Remove HTML tags in earlier stages of processing.

  1. … 1 more file in changeset.
LDEV-3000: Add centralised interface for IMS QTI package processing. Add support for MCQ tool.

    • -1699
    • +1492
    ./lamsfoundation/lams/tool/mc/web/AuthoringUtil.java
    • -4537
    • +4231
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 11 more files in changeset.
LDEV-2944 Allow retries even after user has finished the MCQ activity

    • -268
    • +329
    ./lamsfoundation/lams/tool/mc/web/McLearningForm.java
  1. … 2 more files in changeset.
LDEV-2709 Applied latest version of POI for gradebook excel export

*merge from lams2_3_release

  1. … 13 more files in changeset.
LDEV-2657 * pull up JavaScript methods to monitorToolSummaryAdvanced.js * fixing problem with loosing advanced settings * set sessionDeadline parameter to request rather than DTO

  1. … 2 more files in changeset.
LDEV-2657 Date restrictions for MCQ (merge to HEAD)

    • -0
    • +16
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
  1. … 10 more files in changeset.
LDEV-1730 If Tool is not group do now show the group reference

  1. … 13 more files in changeset.
LDEV-2642, LDEV-2616: Move Planner activity metadata (hidden, collapsed, expanded) to a separate table, as it may grow in the future and we don't want to make ToolActivity too complex. Move Editing Advice content from Online Instructions in activities to the metadata table. Allow editing the Editing Advice straight from the planner. Use jquery_ui instead of cluetip (dispose the last one completely). While creating a node, the Learning Design is imported just once from ZIP into DB, instead of importing it each time someone opens it in Planner. This allows less unnecessary copies of the LD and allows easier modfication of the original design. Change the way a Teacher gets a copy of the design. When opening the template in Planner, a copy is made in common folder ("Planner preview"). When the user saves the design, the same copy is *moved* to user's folder, rather than copying it again. Futhermore, each subsequent save modifies the same LD rather than making another copy.

  1. … 25 more files in changeset.
LDEV-2477 Added an extra check to cast the mark statistics properly

LDEV-2374: - Vote now accepts nominations created by Teacher as well as ones derived from input. - Teacher can now limit number of Learners contributing to Vote's nomination pool. - Each tool now declares which DataOutputDefinitions it can accept for Data Flow.

  1. … 49 more files in changeset.