Postponed (maintainer needs more info)
Project:
Quizzler
Version:
7.x-1.12
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
29 Aug 2011 at 04:06 UTC
Updated:
13 Dec 2011 at 10:15 UTC
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
Comment #1
pluess commentedSame thing here. No questions are visible.
Comment #2
pluess commentedAfter 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.
Comment #3
aacraig commentedYes, you must configure where the results and the quizzes should appear when you activate the content type.
Comment #4
pluess commentedI'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.
Comment #5
aacraig commentedI 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.