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

wjaspers’s picture

You 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.

ss81’s picture

wjaspers, thanks for your answer. I will try.