Skip to content
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

visual indicator whether course is visible or not #35

Open
phette23 opened this issue Aug 16, 2023 · 0 comments
Open

visual indicator whether course is visible or not #35

phette23 opened this issue Aug 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@phette23
Copy link
Member

phette23 commented Aug 16, 2023

We would have to use the Moodle API most likely. I could envision a JS customization like:

  • on course home page, get the course ID out of the URL
  • pass the course ID to a Moodle API to obtain its settings info
    • core_course_get_courses accepts a list of ids so it might work
  • add visual indicator if hidden (e.g. a small "hidden" alert next to the course title, as on My Courses page)
@phette23 phette23 added the enhancement New feature or request label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant