Hi

I have implemented a course system for all type of users (authenticated/anonymous) which has quiz nodes aswell.But the quiz questions are visible to only the creator of course and not to other user role.
so is there any other permissions I have set fo all roles to view the quiz questions?

Tks,
Vil

Comments

btopro’s picture

Version: 6.x-1.0-beta1 » 6.x-1.x-dev

make sure the questions each are allowed to be posted into groups. Quiz is kind of insane in its content type heavy architecture. Also I'm not sure if your using elms_feautures dev version or not but the dev has improved Quiz and Webform support, including node reference highlighter integration. Beyond that I'm not sure why it wouldn't show up.

invincible1388’s picture

i have made all question types to be allowed posted in group.Some questions are visible and some just show "n/a" as the question text to anonymous/authenticated user.

So not sure why this is happening.

Tks
-Vil

btopro’s picture

hmm... not sure, might need to do some permissions snooping via devel or ask in the quiz queue about any potential issues using quiz in organic groups. ELMS isn't doing anything special that would cause this to happen.