authoringProperty.js

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5219 Make "stop at preceding activity" gate option ON by default

Also hide it for most other gates as it makes more sense for learners to access the gate itself.

  1. … 1 more file in changeset.
LDEV-4199 Reintroduce group based branching monitoring page

It is difficult to determine which groups have been mapped to branches in monitoring and whether they are not broken. We needed a page to be able to review groupings.

  1. … 6 more files in changeset.
LDEV-5283 Allow removing transitions in authoring with bin button

  1. … 1 more file in changeset.
LDEV-4792 Fix optional activity and branching min/max spinners

LDEV-4020 Use prop() instead of attr() in authoring JS code

Newer jQuery version operate with prop(). Using attr() allowed for

example multiple branches to be marked as the default one.

LDEV-4020 Improve properties dialog positioning in Authoring

LDEV-5283 Improve UX for Remove button at properties dialog

  1. … 2 more files in changeset.
LDEV-5283 Add Remove button on properties box in authoring

  1. … 5 more files in changeset.
Merge remote-tracking branch 'origin/v4.0' into v4.5

Conflicts:

lams_central/web/authoring/authoring.jsp

  1. … 8 more files in changeset.
LDEV-5219 Prevent incompatible state for schedule gate

Stop-at-preceding-activity option may prevent preceding activity from

completion, meaning that timer-from-previous-activity-completion will

never start.

LDEV-5219 Introduce stop-at-preceding-activity flag for some gates

  1. … 9 more files in changeset.
LDEV-3115 Check range conditions correctly

  1. … 2 more files in changeset.
Merge remote-tracking branch 'origin/v4.0' into LDEV-5016

Conflicts:

lams_build/3rdParty.userlibraries

lams_central/conf/language/lams/ApplicationResources_en_AU.properties

lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/LdTemplateController.java

lams_central/src/java/org/lamsfoundation/lams/authoring/template/web/TBLTemplateController.java

lams_central/src/java/org/lamsfoundation/lams/web/QuestionsController.java

lams_central/web/qb/collection.jsp

lams_central/web/questions/questionFile.jsp

lams_common/db/sql/create_lams_11_tables.sql

lams_common/db/sql/insert_lams_config_data.sql

lams_common/db/sql/insert_types_data.sql

lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch20200129.sql

lams_common/src/java/org/lamsfoundation/lams/questions/QuestionWordParser.java

lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/service/GradebookService.java

lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties

lams_tool_assessment/db/sql/create_lams_tool_assessment.sql

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/model/McContent.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/model/McUsrAttempt.java

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

lams_tool_lamc/web/WEB-INF/tags/Arrow.tag

lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag

lams_tool_lamc/web/WEB-INF/tags/Etherpad.tag

lams_tool_lamc/web/WEB-INF/tags/Rating.tag

lams_tool_lamc/web/WEB-INF/tags/StyledRating.tag

lams_tool_lamc/web/authoring/candidateAnswersList.jsp

lams_tool_lamc/web/authoring/itemlist.jsp

lams_tool_scratchie/web/pages/authoring/basic.jsp

lams_tool_scratchie/web/pages/authoring/parts/itemlist.jsp

  1. … 29 more files in changeset.
LDEV-5113 Introduce manual grading tool output

  1. … 4 more files in changeset.
LDEV-5016 Reintroduce and improve branch transitions labels

  1. … 1 more file in changeset.
LDEV-5200 Reintroduce and improve branch transitions labels

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/master' into v4.0

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java

lams_learning/src/java/org/lamsfoundation/lams/learning/web/controller/GateController.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/dto/GroupSummary.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

  1. … 21 more files in changeset.
LDEV-4989 Password Gate initial implementation

  1. … 36 more files in changeset.
Merge remote-tracking branch 'origin/master' into develop

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/HomeController.java

lams_central/web/includes/javascript/authoring/authoringGeneral.js

lams_central/web/includes/javascript/authoring/authoringProperty.js

    • -1957
    • +1938
    ./authoringProperty.js
  1. … 7 more files in changeset.
LDEV-4909 Allow any grouping in any activity

Validation will be done before LD save

    • -1929
    • +1910
    ./authoringProperty.js
Merge remote-tracking branch 'origin/master' into develop

  1. … 2 more files in changeset.
LDEV-4792 Rewrite authoring spinners from jQuery UI to plain HTML 5

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

  1. … 2 more files in changeset.
LDEV-4797 Remove isGateActivityCompletionBased flag in case schedule gate doesn't have preceding activity

  1. … 2 more files in changeset.
LDEV-4772 Fix properties dialog position in authoring after first drag

Merge ordered branching LDEV-4587 into develop

  1. … 23 more files in changeset.
LDEV-4757 Fix group overwriting with same UIID

Groups' UIIDs were not taken into account when calculating max UIID for

opened LD. Sometimes an existing UIID got generated and it overwrote an

existing group.

Also adjust new group naming.

  1. … 1 more file in changeset.
LDEV-4391 Fix properties dialog in authoring

When content was added to modal dialog, it was still hidden. We had to

explicitly show it in JS.

LDEV-4607 Show "no score" gradebook output option in authoring

  1. … 2 more files in changeset.
LDEV-4587 Refresh output definitions if new ones appeared