• aussiedigitalnomad

    (@aussiedigitalnomad)


    Hi,
    I have a main course and an abridged version of a course with the majority of the same lessons and lesson materials.
    One of the lessons is in both courses, however I want to hide the links to some of the lesson materials.
    For example in the lesson materials section, I have
    “This course includes the following learning materials…
    Lessons:
    – 19 easy-to-follow video lessons
    – 4 Bonus Lessons!

    Downloads:
    – x
    – y
    – z

    But in the abridged version there’s only 13 lessons and they can only download y

    I’ve tried using a div statement around each one, like…
    <div class=”visible_to_course_3726″>
    …full version
    </div>
    <div class=”visible_to_course_4122”>
    … Abridged version
    </div>
    but that didn’t work.
    Any help would be appreciated. Thanks
    but that

Viewing 1 replies (of 1 total)
  • Plugin Author Pankaj Agrawal

    (@liveaspankaj)

    We tested the steps you mentioned and we did not face any issue.

    Can you confirm that your course access is not set to “Open”, and the IDs are correct Course IDs: 3726 and 4122

    Also note that:
    visible_to_course_3726 will be visible to user with course 3726

    If you want to hide it to user with course 4122, you will also need to add:
    hidden_to_course_4122

    Please also note that:
    When using multiple classes, it will hide the div with any one of the condition matches.

    Pankaj

Viewing 1 replies (of 1 total)
  • The topic ‘Visibility Control for Lesson Materials’ is closed to new replies.