this is the notice that i don't understand, sorry
* notice: Undefined property: stdClass::$aid in \htdocs\sites\all\modules\quiz\quiz.module on line 514.
* notice: Undefined property: stdClass::$backwards_navigation in \htdocs\sites\all\modules\quiz\quiz.module on line 520.
* notice: Undefined property: stdClass::$quiz_always in \htdocs\sites\all\modules\quiz\quiz.module on line 542.
* notice: Undefined property: stdClass::$quiz_open in \htdocs\sites\all\modules\quiz\quiz.module on line 548.
* notice: Undefined property: stdClass::$quiz_close in \htdocs\sites\all\modules\quiz\quiz.module on line 554.
* notice: Undefined property: stdClass::$takes in \htdocs\sites\all\modules\quiz\quiz.module on line 565.
* notice: Undefined property: stdClass::$nid in \htdocs\sites\all\modules\quiz\quiz.module on line 580.
* notice: Undefined property: stdClass::$summary_pass in \xampp\htdocs\sites\all\modules\quiz\quiz.module on line 593.
* notice: Undefined property: stdClass::$summary_default in \htdocs\sites\all\modules\quiz\quiz.module on line 609.
* notice: Undefined property: stdClass::$resultoptions in \htdocs\sites\all\modules\quiz\quiz.module on line 628.
thankyou
Comments
Comment #1
mbutcher commentedOoo... yeah... I must have missed updating a function somewhere.
Can you tell me where you see that message (taking a quiz? Reviewing quiz results?)
Thanks,
Matt
Comment #2
dide commentedit apear when create conten -> quiz, and I stop there
it similiar with webfm module http://drupal.org/node/343858
Comment #3
mbutcher commentedI gather that you have noticed errors like this in multiple places in Drupal. Do you have E_STRICT set as your error level? Or E_ALL? (This would be in php.ini)
Given that Drupal is not E_STRICT compatible (yet), you might save yourself some grief by changing the logging level to E_ALL & ~E_NOTICE. But... it's up to you. Obviously, I benefit when you run it this way -- I get bug reports!
On my part, I will fix these as I run into them, but they are a low priority. Do feel free to report them... it just may take me a while to get to them. The currently checked-in version has several corrections now in place.
(The current dev version may be a little volatile. I've just checked in another batch of changes to the scoring system. I'm trying to make scoring more configurable.)
Thanks for the report.
Matt