deny for module access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023
01:34 AM
Hello. My question. I created a 3 part module in the form theory-problem-1, theory-problem-2, theory-problem-3. How can I deny access to part 2 if the test in part 1 fails, access to part 3 if the test in part 2 fails? Kg Thank you for your reply.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023
06:27 AM
Hi @АлександрДегтяр,
If I'm reading your question correctly, I think you'll actually want these 3 things to be in 3 separate modules. For each module, you'll add a requirement that the students need to score X on the text to complete the module. For module 2 and 3, you'll add a prerequisite that the previous module be completed. This should accomplish exactly what you need.
-Chris