This topic is locked

Dynamic Permissions

11/26/2008 1:35:37 PM
PHPRunner General questions
T
thesofa author

Hi

I am doing a survey site for school use.

The idea is for each teacher to allocate 6 or so kids from their class to fill in a survey about that subject taught by that teacher

I have some tables, staff, pupils, subjects and answers

can I use dynamic permissions to allow the teachers to login and manage thesurveys for the kids, they will need to be able to pick the kids, so obviously a search function will be good, plus they need to create the group and add the kids to the group, but I want the permissions to only allow access for the survey in that subject, how can I do this?

J
Jane 11/27/2008

Hi,
you can use dynamic permissions as base for your project. But I think this task will require some custom coding as well.

T
thesofa author 11/27/2008

OK, thanks, that's what I thought, never mind, it is not worth the time to do it.