Yow there are a lot of issues open (730).

There's no way to possibly review all of them so here's general guidelines if you want to be part of the cleanup.

7.x-4.x/6.x-4.x
- feature request - move to 7.x-5.x
- bug - does the issue exist in 7.x-5.x? if it does, move to 7.x-5.x. tag as "Needs backport to 7.x-4.x". if bug is already fixed in 7.x-5.x, make a judgement call as to whether it should be fixed in 4.x as a backport.

6.x-3.x and below
- feature request - move to 7.x-5.x
- bug - close the issue - won't fix

Also feel free to submit patches for issues if you feel so inclined!

Comments

djdevin’s picture

Issue summary: View changes
djdevin’s picture

Issue summary: View changes
mozakca’s picture

Takes up too much space in the database.

mithow’s picture

Hi,
I don't know is it a right place to post my problem or not but i am seeking a solution regarding Multiple choice questions.

I want if MCQ question is in the quiz then answers must not be shown as it is already functioning but if MCQ question accessed outside of quizz as a single question then it must be shown with right answer selected.

Because each question in the quizz has it's own node and if end user landed on that node through search engine then that question must be shown with right selected answer.

In simple words: If a single question (which is part of quiz) is accessed outside of quiz then it must be shown with it's selected answer. Is it possible or not? If possible then how?

djdevin’s picture

You are correct, this is not the place :)

Please create a new issue with your bug or support issue here: https://www.drupal.org/node/add/project-issue/quiz

djdevin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

todeffsky’s picture

Hi,
I installed quiz on drupal 7.58.
Every time I add content and save quiz I get errors:

Notice: Undefined property: stdClass::$quiz_always in quiz_quiz_access()...
Notice: Undefined property: stdClass::$quiz_open in quiz_quiz_access()...
Notice: Undefined property: stdClass::$quiz_close in quiz_quiz_access()...
Notice: Undefined property: stdClass::$takes in quiz_quiz_access()...
Notice: Undefined property: stdClass::$show_passed in quiz_quiz_access()...

I tried out quiz version 7.x-5.2 and 7.x-4.0-rc9 but get same error.

lorenzs’s picture

Hi @todeffsky
You'd better open an issue on the real issue queue at https://www.drupal.org/project/issues/quiz after being sure no similar issue already exists. I cannot reproduce your notices on my local Drupal 7.58 - Quiz 7.x-5.2 though..

todeffsky’s picture

Ok, I will do so