what is separate groups

what is separate groups

by Yishen Gu -
Number of replies: 1
In the file block_online_users.php, there are lines for seperate groups,codes are:

//Calculate if we are in separate groups
$isseparategroups = ($COURSE->groupmode == SEPARATEGROUPS
&& $COURSE->groupmodeforce
&& !has_capability('moodle/site:accessallgroups', $context));

What is the seperate groups,what means in separate groups?
Average of ratings: -