how to set permission for drupal quiz for the different type user I make the 4 types category for user on his site free user, bronze user, silver user, gold user and I want to that free user access only 40 question at a time not more than 40 and bronze user access only 200 question and silver user access only 400 question and gold user access 800 question. but question select randamlly to all user restriction only counting of question. plz help me that how to its possible in drupal and if any module available for this type so plz tell me details
hi, could it be the module http://drupal.org/project/content_access ? It is to limit access by roles.
hello james colin, I want to set the quatity of question of different type of user. in this module not available this facilty I want to that if bronze member login then display only 200 question.
it's type uf users, it's called ROLES in drupal. So perhaps if you set content access for the first 40 questions to all roles, then the next 160 questions only for some roles, perhaps that will work. It depends what you mean by "questions", I suppose they are nodes, so you could do that. But there are several modules to limit content access by roles, I have never used any of those modules on my sites, so I don't have first hand experience with limiting content access, but I've read about it over the years. Surely another DP member has experience with that.
i don't think that answer the question, like having 3 users in your site, u assigned 50 questions to some, 100 questions to some and 75 questions to the last person out of 500 questions thanks