lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4745 Ignore CSS files generated from SCSS

LDEV-4745 Remove CSS files generated from SCSS

LDEV-4834 Add Learning Outcomes widget to edit QB question screen

    • -0
    • +2
    ./web/qb/authoring/addQuestionHeader.jsp
    • -0
    • +4
    ./web/qb/authoring/addmatchingpairs.jsp
    • -1
    • +4
    ./web/qb/authoring/addmultiplechoice.jsp
  1. … 1 more file in changeset.
LDEV-4745 Make service methods do what they claim to do

Getting max question ID and version returned already incremented version

instead of actual max. Now they return real max value and need to be

manually incremented afterwards.

  1. … 4 more files in changeset.
Merge remote-tracking branch 'origin/develop' into LDEV-4745

Conflicts:

lams_central/conf/language/lams/ApplicationResources.properties

lams_central/conf/language/lams/ApplicationResources_en_AU.properties

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

  1. … 3 more files in changeset.
LDEV-4745 Add Stats button to QB search

LDEV-4839 Refine import QB questions feature

  1. … 7 more files in changeset.
LDEV-4836 Cope with random questions

* Properly set content_folder_id for old and new QB questions

* Prepare for recalculate marks after edit in monitor

    • -0
    • +44
    ./web/includes/javascript/qb-search.js
  1. … 12 more files in changeset.
LDEV-4828 Allow question sorting by usage in lessons on collection page

  1. … 1 more file in changeset.
LDEV-4782 Sort lessons by organisation. Include only active lessons.

  1. … 1 more file in changeset.
LDEV-4782 Add a link to open lesson monitor on QB stats page

LDEV-4828 Fix encoding when sending XML with jqGrid collection data

Merge branch 'master' into develop

LDEV-4837 Removing white line that appears on iPad partway down dialog

LDEV-4834 Fetch outcomes using DAO instead of entity relationship

Various question versions share same outcomes. Hibernate does not like

having same collection bound to two entity instances, though, even if

the collection is read-only. In this case we get rid of the collection

and just fetch it using DAO. It probably is a better solution anyway.

  1. … 1 more file in changeset.
Merge branch 'LDEV-4834' into LDEV-4745

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/qb/QbCollectionController.java

lams_central/web/qb/collection.jsp

lams_central/web/qb/stats.jsp

lams_common/src/java/org/lamsfoundation/lams/qb/model/QbQuestion.java

lams_common/src/java/org/lamsfoundation/lams/qb/service/IQbService.java

lams_common/src/java/org/lamsfoundation/lams/qb/service/QbService.java

lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

  1. … 7 more files in changeset.
LDEV-4836 Fix autopatch script

  1. … 1 more file in changeset.
LDEV-4836 Properly assign collections

    • -1
    • +1
    ./web/qb/authoring/addQuestionFooter.jsp
    • -2
    • +3
    ./web/qb/authoring/addmatchingpairs.jsp
    • -2
    • +3
    ./web/qb/authoring/addmultiplechoice.jsp
  1. … 3 more files in changeset.
Merge branch 'LDEV-4745' into LDEV-4836

  1. … 4 more files in changeset.
LDEV-4836 Change authoring to accommodate importing questions from QB

    • -0
    • +6
    ./web/common/taglibs.jsp
    • -0
    • +7
    ./web/css/bootstrap-toggle.css
    • -0
    • +28
    ./web/css/bootstrap-toggle.scss
    • -0
    • +1
    ./web/css/qb-question.css
    • -0
    • +394
    ./web/css/qb-question.scss
    • -0
    • +9
    ./web/includes/javascript/bootstrap-toggle.js
    • -0
    • +135
    ./web/includes/javascript/qb-option.js
    • -0
    • +80
    ./web/includes/javascript/qb-question.js
    • -0
    • +29
    ./web/qb/authoring/addQuestionFooter.jsp
    • -0
    • +28
    ./web/qb/authoring/addQuestionHeader.jsp
    • -0
    • +231
    ./web/qb/authoring/addessay.jsp
  1. … 62 more files in changeset.
LDEV-4834 Check if user can manage a QB question

If an user does not have access to a question, i.e. it is not in any

collection he/she sees, then prevent him/her from editing the question's

collections and learning outcomes.

  1. … 5 more files in changeset.
LDEV-4828, LDEV-4834 Move management sections to bottom of stats page

LDEV-4834 Show Learning Outcomes in single QB collection view

    • -179
    • +181
    ./web/qb/collectionList.jsp
  1. … 1 more file in changeset.
LDEV-4834 Initial implementation of Learning Outcomes in Question Bank

    • -10
    • +19
    ./web/WEB-INF/tags/OutcomeAuthor.tag
  1. … 46 more files in changeset.
LDEV-4829 Supports multiple response app ex, improved font on TRA chart

    • -1
    • +2
    ./web/authoring/template/tbl/appex.jsp
  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/develop' into LDEV-4834

# Conflicts:

# lams_admin/conf/language/lams/ApplicationResources.properties

# lams_central/conf/language/lams/ApplicationResources.properties

# lams_central/conf/language/lams/ApplicationResources_en_AU.properties

# lams_central/web/includes/javascript/ckconfig_custom.js

# lams_central/web/main.jsp

# lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java

# lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/util/GradebookConstants.java

# lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/util/GradebookUtil.java

# lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/web/controller/GradebookController.java

# lams_tool_assessment/conf/language/lams/ApplicationResources.properties

# lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/AssessmentConstants.java

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentOutputFactory.java

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

# lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/controller/LearningController.java

# lams_tool_assessment/web/pages/learning/parts/markhedging.jsp

# lams_tool_assessment/web/pages/learning/parts/matchingpairs.jsp

# lams_tool_assessment/web/pages/learning/parts/multiplechoice.jsp

# lams_tool_assessment/web/pages/learning/parts/ordering.jsp

# lams_tool_assessment/web/pages/monitoring/parts/questionsummary.jsp

# lams_tool_assessment/web/pages/tblmonitoring/assessment.jsp

# lams_tool_lamc/conf/language/lams/ApplicationResources.properties

# lams_tool_lamc/conf/language/lams/ApplicationResources_en_AU.properties

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/util/AuthoringUtil.java

# lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/controller/McMonitoringController.java

# lams_tool_lamc/web/authoring/BasicContent.jsp

# lams_tool_lamc/web/authoring/candidateAnswersList.jsp

# lams_tool_lamc/web/authoring/itemlist.jsp

# lams_tool_scratchie/conf/language/lams/ApplicationResources.properties

# lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/LearningController.java

# lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/LearningWebsocketServer.java

# lams_tool_scratchie/web/pages/learning/learning.jsp

# lams_tool_scratchie/web/pages/learning/scratchies.jsp

# lams_tool_scratchie/web/pages/monitoring/summary.jsp

# lams_tool_scratchie/web/pages/tblmonitoring/burningQuestions.jsp

# lams_tool_scratchie/web/pages/tblmonitoring/traStudentChoices.jsp

  1. … 52 more files in changeset.
LDEV-4828 Make service methods' names more simple

"Qb" part everywhere does not introduce anything helpful

  1. … 10 more files in changeset.
LDEV-4828 Add subgrid with previous versions in QB collection view

  1. … 3 more files in changeset.
LDEV-4828 Rewrite QB collections to use question ID instead of uid

  1. … 5 more files in changeset.
Merge branch 'master' into develop