Index: lams_central/web/includes/javascript/authoring/authoringActivity.js =================================================================== diff -u -r707c51d0e1951053e406ad4fac8013ccb7f550ab -r2925642c3d5894f625c81ed5a7c35397af3fd98d --- lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 707c51d0e1951053e406ad4fac8013ccb7f550ab) +++ lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 2925642c3d5894f625c81ed5a7c35397af3fd98d) @@ -1,4 +1,4 @@ -/** +/** * This file contains methods for Activity definition and manipulation on canvas. */ @@ -191,7 +191,7 @@ this.uiid = +uiid || ++layout.ld.maxUIID; this.title = title || LABELS.DEFAULT_GROUPING_TITLE; this.readOnly = readOnly; - this.groupingType = groupingType || 'random'; + this.groupingType = groupingType || 'monitor'; this.groupDivide = groupDivide || 'groups'; this.groupCount = +groupCount || layout.conf.defaultGroupingGroupCount; if (groups && groups.length > this.groupCount) { @@ -1950,4 +1950,4 @@ }); return Snap.parse(wrapper[0].outerHTML); } -}; +}; \ No newline at end of file