• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2524 Implementing the compulsory question option.

LDEV-2578 Make questions appear in their display order, not in the database order, in authoring and monitoring.

LDEV-2524 Implementing the compulsory question option. Add a new required field, and removed the optional field that had never been implemented properly.

    • -41
    • +23
    ./org/lamsfoundation/lams/tool/qa/QaQueContent.java
LDEV-2524 Implementing the compulsory question option. Removed excess debugging to make debug level run faster.

    • -12
    • +1
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
LDEV-2524 Implementing the compulsory question option.

  1. … 3 more files in changeset.
LDEV-2524 Implementing the compulsory question option. Made the question map contain a complex object rather than a single string so that we didn't have to keep adding maps every time we added more data for each question.

  1. … 3 more files in changeset.
LDEV-2524 Implementing the compulsory question option.

LDEV-2568 Q&A export portfolio to include teacher's comments

*merge from lams2_3_release

  1. … 1 more file in changeset.
LDEV-2568 Q&A export portfolio to include teacher's comments

  1. … 1 more file in changeset.
LDEV-2526 merged from branch

LDEV-2526 sessionMap not properly updated

LDEV-2526 persisting to db based on displayOrder and question text isn't a good idea, hopefully this fix is robust enough

LDEV-2374: Added outputs for Data Flow for:

* Image gallery (URL to the images uploaded by the students),

* Forum (text for the postings for a student in the forum)

* Chat (all text postings for a student in the chat)

* Pixlr (URL to the image)

* Share resources (URL to file/urls uploaded)

* Notebook (Text entered by the student)

* Submit Files (URL to files uploaded)

  1. … 32 more files in changeset.
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. … 48 more files in changeset.
change to ascii

  1. … 25 more files in changeset.
LDEV-2374: Data flow between tools: framework and example for Q&A -> Vote.

  1. … 83 more files in changeset.
Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 205 more files in changeset.
Merge lams2_3_jboss5 changes into lams2_3

  1. … 57 more files in changeset.
LDEV-2071: Added initial version of LAMS 2.3 on JBoss 5.1.

  1. … 28 more files in changeset.
LDEV-2253 Giving the option in qa for rich text editor in learner

  1. … 5 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 118 more files in changeset.
LDEV-2174:

Changed Spring contexts to use ContextSingletonBeanFactoryLocator.

Added Ant task to slim JBoss.

  1. … 80 more files in changeset.
Added repositoryService via spring

Removed calls to RepositoryProxy class.

LDEV-2171

  1. … 18 more files in changeset.
Added repositoryService via spring

Removed calls to RepositoryProxy class.

LDEV-2171

  1. … 18 more files in changeset.
LDEV-2145 Removing loads and loads and LOADS of unnecessary logging, which would slow the qa tool almost to a standstill if the server logging is set to debug and someone submits a large answer. Some useful logging may have been removed in the process, but it still is in a much better position than it was before

    • -21
    • +18
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 4 more files in changeset.
Fixing up the format of some java files in QA

    • -6
    • +5
    ./org/lamsfoundation/lams/tool/qa/Nullable.java
    • -21
    • +21
    ./org/lamsfoundation/lams/tool/qa/QaComparator.java
    • -344
    • +316
    ./org/lamsfoundation/lams/tool/qa/QaQueUsr.java
    • -158
    • +110
    ./org/lamsfoundation/lams/tool/qa/QaSession.java
  1. … 41 more files in changeset.
LDEV-2143 Fixing the memory problem with QA tool QaQueUserDAO was fetching the entire user table in order to get a count

After the fix a jprofiler test with multiple users fixed the memory problem

Already committed to 2.2.1 branch so also committing to head

    • -1298
    • +1173
    ./org/lamsfoundation/lams/tool/qa/web/QaLearningAction.java
Fixing up the format of some qa java files

LDEV-2143 Fixing the memory problem with QA tool QaQueUserDAO was fetching the entire user table in order to get a count

After the fix a jprofiler test with multiple users fixed the memory problem

Fixing up format for some qa java files

LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

  1. … 46 more files in changeset.