hello,

I installed the Quizzlers modul, and I´m beeing able to create quizzies as much as i like, and when I preview my Page that contains the quizzies, I can see them too, but when saving the page and showing it in a public way, there are no quizies to see even with an admin account, all I get is an page with the text written on it, but the quizzies are not available.

Comments

pluess’s picture

Same thing here. No questions are visible.

pluess’s picture

After some debugging it turned out that the problem is in quizzler.module on line 989. If you haven't touched anything in "manage display" for your quizzler node type, it only offers to show the quiz in the teaser.

As a workaround: Just mark "Full content" and save. Then go back to the quizzler settings of your node type. Now you can choose from all display types. Again mark "Full content" and save. Now you should see your questions.

aacraig’s picture

Status: Active » Closed (works as designed)

Yes, you must configure where the results and the quizzes should appear when you activate the content type.

pluess’s picture

Status: Closed (works as designed) » Active

I'm don't think this works as designed. "Full content" is active for the node type, but quizzler does not show it as an option. However the drupal api is not returning the option although it's active by default for a new node type. After all it might even be a drupal API bug.

I think this is a critical bug because it may prevent a lot of people from using the module. If this is not fixed it takes some trial and error to get quizzler working.

aacraig’s picture

Status: Active » Postponed (maintainer needs more info)

I discovered this issue as well. If you never edit your content type display, Drupal doesn't list the Default display.

I have added code that detects this. Please check that you are using version 7.x-1.14 and update this issue if you still have trouble.