Skip to content

visual indicator whether course is visible or not #35

@phette23

Description

@phette23

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions