Active
Project:
Classroom
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2010 at 21:40 UTC
Updated:
17 Nov 2010 at 13:33 UTC
Dear developers of Classroom module,
First of all, thank you for this great module!
I have one question: if I want to have private classroom which could be accessed only by users which joined it, could I realize this feature with current version of the module? So, user should be able to read description of a course, but all other information should be hidden.
Thanks for your answer!
Comments
Comment #1
wjaspers commentedYou can allow non-enrolled persons to access this classroom's title and description by using Views.
I've added Views support in a patch (still hasn't been committed to the CVS by osoh), although it is not part of the module yet. (http://drupal.org/node/727474#comment-3569562)
The current behavior of a "course" restricts access to its resources/assignments(+responses)/topics by a role which you define. Unless a student is enrolled, they cannot access these underlying nodes.
If you are looking to create multiple "classrooms" each with multiple "courses", I can't think of a solution for you as-of-yet; but you could try setting up separate sets of roles on a "per-classroom" basis. This might be cumbersome; but it could work.
Comment #2
ss81 commentedwjaspers, thanks for your answer. I will try.