Open lcaylat opened 1 year ago
Can confirm this with plugin version 2022092202 on Moodle Version 4.1.4 (Build: 20230612).
After new tests :
Description is displayed on course section in this case :
Description is not displayed on course section in this case :
I close the ticket :-)
Good day - We did not find this to be true:
**Description is displayed on course section in this case :
mod_questionnaire 4.0.1 (Build - 2023051600) 2022092202 Moodle 4.1.4**
Our environment is: mod_questionnaire 4.0.1 (Build - 2023051600) 2022092202 Moodle Version 4.1.4 (Build: 20230612)
…but still no questionnaire description displayed on course page. Does not appear to be resolved from our view.
Thanks for any additional info or guidance,
Sorry... I think I still had the modification of the lib.php file cached in my browser. Indeed, the problem is not solved at all with the following configuration:
I hope the solution will come soon.
Just want to confirm that this issue is also on Moodle 4.2 (and probably Moodle 4.3)
Hope there will be an update soon!
Issue still exist in Moodle 4.1
Issue also exists in Moodle 4.3.2
Hi Team, I would like to know if you have any updates on this?
Thank you!
Can this bug in mod_questionnaire be fixed? We have the same problem with version mod_questionnaire 4.0.1 (Build - 2023051600) 2022092202 Moodle 4.1.9 (Build: 20240212)
This was fixed in #516.
Hi Mike, Please can you tell me the version in which the solution was implemented?
Thank you!
If you go to the PR link above, the last comment shows the commit number and the branch that the fix was applied to.
When will this fix be available in the Moodle plugins library?
Next release isn't scheduled yet, but will be sometime this month.
this code works but in Moodle 4.1.9 show twice the information in the course page
This problem has been mentioned in the Questionnaire forum at https://moodle.org/mod/forum/discuss.php?d=445099
A solution is proposed :
Questionnaire version: 4.0.0 (Build - 2023030700) (2022092201)
Program file to modify: mod/questionnaire/lib.php
Line: 264
[ Before ] function questionnaire_get_coursemodule_info($coursemodule) { global $DB;
}
[ After ] function questionnaire_get_coursemodule_info($coursemodule) { global $DB;
}