-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocks drawer open by default #378
Comments
+1 for this feature, my Moodle has important stuff in the right bar of the dashboard we don't want users to miss. I've worked around this on my Moodle by putting the following: set_user_preference('drawer-open-block', true); into a pre-existing custom local plugin that listens for \core\event\user_loggedin . You could probably patch this into core in the login process as well as a temporary fix. This will cause the drawer to always be open on first login, if the user closes it, it will then stay closed for the rest of the session. However a config option would be much better, perhaps re-opening the drawer when a user enters a course as well? |
I understand that we have blocks with important info, but forcing users to have a behavior they don't want is not the best choice. If a user has an option to hide the block, then they need to have those blocks show or hidden. Maybe having a version of the plugin with fixed blocks is the best approach. |
@willianmano Fixed blocks might be the answer. Or just a way to highlight to users that there is something on the right hand side to open (many of our users either don't see the open icon, or they are confused about what it means). |
@berthelemy Moodle 4.0 come with a user tour explaining that area. This user tour is available for Boost, but I forced it to also be available for Moove. |
Would be a great feature to have this as a setting, despite any user tour some user skip those or eventually forget about the block area and miss important stuff. |
Just a thought, but in order to cater for all tastes, why not:
|
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We put things like the Completion Status block and important notices into the blocks drawer. However many of our learners do not see that there is anything on the right hand side to open, so they never see these things.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Either:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
We've tried the user tours, but haven't found a way to display them by the drawer button.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: