-
Improvement
-
Resolution: Fixed
-
Minor
-
Future Dev
In Moodle 3.6, Online Users block, an "eye" was added that allows students to "hide" themselves from other users. It appears that this new feature came from MDL-6074. As implemented, yes, students can hide. However, if they do this, they are also hiding from the instructor!
It seems to me that it is odd that students, on their own, can decide to hide. It's analogous to students hiding in a physical classroom, which would seem odd. I have always loved this online users block showing me and students who is into the course. It let's everyone know that they are not the only one around. Yet, maybe in some courses or schools, or due to some privacy issues, maybe students should be allowed to hide.
So I am not suggesting to remove this feature. What I suggest is that an administrative setting should be provided for this block so that the school or instructor can decide if students should be able to hide.
However, I am not sure where this setting should be. I could see it at both the course level, or at the system level. Or maybe it should be a setting within "Configuring a Online users block" dialog box. I am not sure.
We have had discussions about this in Moodle.org.
https://moodle.org/mod/forum/discuss.php?d=380381#p1533287
I have added this custom CSS to my Moodle's Boost theme to hide the "eye."
.block_online_users .fa-eye
{ display: none; }