I have a requirement where i need to have a separate page for each user (-->student page) displayed where students will maintain their
personal data in that page.
Here is my plan:
Let's say we have Students (S1, S2 and so on till S100).
I would like to create/assign a role for each student called (R1... so on... R100).
Then add a page called StudentsPage.
Add 1 module for each role created above.
In other words we will be adding a huge number of modules say html modules on this page.
Then when each user logs in they and they access studentspage they will have their module accessed and they can fill in any data they would like to.
Just wondering what others think, any suggestions.
Thanks.