Index: lams_flex/LamsAuthor/src/assets/languages/dictionary.xml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/assets/languages/dictionary.xml (.../dictionary.xml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/assets/languages/dictionary.xml (.../dictionary.xml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -149,6 +149,7 @@ You are not allowed to have a circular sequence + Properties @@ -159,5 +160,40 @@ Optional Activity + + Grouping + + + Number of groups + + + Number of learners + + + + Grouping - Random + + + Grouping - Choose in monitor + + + Grouping - Learner's Choice + + + Click on a name to change its value. + + + Group Naming + + + Name Groups + + + View learners before selection? + + + Equal group sizes + + \ No newline at end of file Index: lams_flex/LamsAuthor/src/assets/languages/en_AU.xml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/assets/languages/en_AU.xml (.../en_AU.xml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/assets/languages/en_AU.xml (.../en_AU.xml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -185,6 +185,15 @@ Group Naming + + Name Groups + + + View learners before selection? + + + Equal group sizes + \ No newline at end of file Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml (.../PropertyInspector.mxml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml (.../PropertyInspector.mxml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -13,6 +13,8 @@ - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/ActivityComponent.mxml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/ActivityComponent.mxml (.../ActivityComponent.mxml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/ActivityComponent.mxml (.../ActivityComponent.mxml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -242,10 +242,6 @@ } } - // A method to be overidden by child activity components - public function getPropetyInspectorView():UIComponent { - return null; - } ]]> Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/LearnerGroupActivityComponent.mxml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/LearnerGroupActivityComponent.mxml (.../LearnerGroupActivityComponent.mxml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/LearnerGroupActivityComponent.mxml (.../LearnerGroupActivityComponent.mxml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -2,7 +2,20 @@ Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/NameGroupsWindow.mxml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/NameGroupsWindow.mxml (.../NameGroupsWindow.mxml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/NameGroupsWindow.mxml (.../NameGroupsWindow.mxml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -9,6 +9,11 @@ - + Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/RandomGroupActivityComponent.mxml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/RandomGroupActivityComponent.mxml (.../RandomGroupActivityComponent.mxml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/activity/group/RandomGroupActivityComponent.mxml (.../RandomGroupActivityComponent.mxml) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -3,21 +3,15 @@ - - - - - - Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/controller/AuthorController.as =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r0d708f58ed65f8cfce869f3aee815cea0d4c3f14 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/controller/AuthorController.as (.../AuthorController.as) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/controller/AuthorController.as (.../AuthorController.as) (revision 0d708f58ed65f8cfce869f3aee815cea0d4c3f14) @@ -142,7 +142,7 @@ monitorGroup.load(); monitorGroup.selectActivity(); break; - case Constants.SYSTEM_ACTIVITY_TYPE_GROUP_RANDOM: + case Constants.SYSTEM_ACTIVITY_TYPE_GROUP_LEARNER: var learnerGroup:GroupActivityComponent = new LearnerGroupActivityComponent(); learnerGroup.x = currentMousePoint.x; learnerGroup.y = currentMousePoint.y;