Visibility Control for Lesson Materials
-
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
– zBut 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
- The topic ‘Visibility Control for Lesson Materials’ is closed to new replies.