Hi,
I am working on Moodle 2.5.5.
I am creating moodle sites for 2 universities of same organizations. Where all courses are same just students are different. I try to explain it by example:
University A | University B |
Courses | Courses |
Students (A) | Students (B) |
I install 2 moodle setup on my server : University A and University B
I wish to use one database for both universities : master-database
In this database I wish to insert students for each university separately: mdl_users (A) and mdl_users (B).
Here University A use master-database with mdl_users (A) and University B use master-database with mdl_users (B).
Is it possible in Moodle?
If yes then please help me how??
I am not a php hard coder and I took time to understand things so please explain it to me
Thanks in advance.
Regards,
Aditya
PS: Is it possible to use separate themes for both instances?????