When using the Test pane: Take in panels I see

Notice: Undefined property: QuizResult::$allow_jumping en quiz_take_question() (línea 1902 de quiz/quiz.module).
Notice: Undefined property: QuizResult::$time_limit en quiz_take_question() (línea 1904 de quiz/quiz.module).

quiz_quiztake_pane_content_type_render is calling quiz_take_question with a QuizResult as first argument, but it is expecting a quiz node according to the documentation.

A patch is coming.

CommentFileSizeAuthor
#2 undefined_properties-2578549-2.patch1023 bytesmpv

Comments

mpv created an issue. See original summary.

mpv’s picture

StatusFileSize
new1023 bytes

Here's a patch that fixed this issue for me.

mpv’s picture

Status: Active » Needs review
djdevin’s picture

Status: Needs review » Fixed

Thanks, fixed!

  • djdevin committed 1ee25b6 on 7.x-5.x authored by mpv
    Issue #2578549 by mpv: Undefined properties allow_jumping and time_limit...

Status: Fixed » Closed (fixed)

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