Index: lams_central/src/flash/org/lamsfoundation/lams/authoring/Activity.as =================================================================== diff -u -r2f775c1747c59c930d0da926af4a1a21635490d2 -r872b8eba2b557fce4b937dbf86eefb8537cc598b --- lams_central/src/flash/org/lamsfoundation/lams/authoring/Activity.as (.../Activity.as) (revision 2f775c1747c59c930d0da926af4a1a21635490d2) +++ lams_central/src/flash/org/lamsfoundation/lams/authoring/Activity.as (.../Activity.as) (revision 872b8eba2b557fce4b937dbf86eefb8537cc598b) @@ -199,6 +199,12 @@ } } + public function isGroupActivity():Boolean{ + if (_activityTypeID == GROUPING_ACTIVITY_TYPE){ + return true; + } + } + /** * Populates all the fields in this activity from a dto object contaning the following fields * NB: This is not very clever, if the field in the dto is blank then the value is overwritten in the class...