quiz 3.x has quiz.admin.js file in root directory of quiz module and it is being used in quiz.admin.inc line 95. $path = drupal_get_path('module', 'quiz').'/quiz.admin.js';. Same way quiz 4.x is trying to use this js file in quiz.admin.inc and qcollection.inc but for some reason the same js file is missing from quiz directory. Is it removed or moved intentionally by other developers ? I see a lot log entries (admin/reports/dblog) pertaining to this.

Comments

falcon’s picture

Status: Active » Closed (fixed)

Yeah, it isn't beeing used on the manage questions page anymore. I've removed the lines trying to add that js. I think turadg is going to remove the qcollection module.