Point of view - Feedback
Maintained by
Astor Bizard, Quentin Fombaron
Did you ever want to know the feelings of students about your courses, exercises or other activities? Point of View is a reaction system with emojis representing feelings; students can vote and rate activities and hence share their experiences. It improves social networking and gamification in your courses with students and professors reactions.
Point of view plugin allows to add customizable reaction buttons to moodle activities, display the number of users who reacted and the type of reaction or specify graphically difficulty levels for activities with color tracks. And it is fully customizable!
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I just released a fix that should solve the issue.
Sorry for the inconvenience and the delay.
I don't know how I missed that on the earlier versions 😅
Astor
I'm investigating this issue, I'll publish a fix as soon as possible!
Astor
Is there any way to fix this?
invalidrecordunknown
No se puede encontrar el registro de datos en la base de datos.
The debuger....
SELECT id,category FROM {course} WHERE id IS NULL
[array (
)]
Error code: invalidrecord
* line 1653 of /public/lib/dml/moodle_database.php: dml_missing_record_exception thrown
* line 1629 of /public/lib/dml/moodle_database.php: call to moodle_database->get_record_select()
* line 200 of /public/lib/classes/context/course.php: call to moodle_database->get_record()
* line 74 of /public/blocks/point_view/externallib.php: call to core\context\course::instance()
* line 0 of unknownfile: call to block_point_view_external::update_db()
* line 253 of /public/lib/external/classes/external_api.php: call to call_user_func_array()
* line 83 of /public/lib/ajax/service.php: call to core_external\external_api::call_external_function()
Didn't the update 2.4 solve your issues with Tiles format?
Astor
Have you find a potential solution for the co-existence with the tile format ?
Thank you again for the plugin,
Adrien
invalidrecordunknown
Can't find data record in database.
Can't find data record in database.
I cannot manage to reproduce your issue.
Please note that this block does not use bootstrap-select nor any bootstrap feature, and I am not aware of any direct dependency that may use it.
How do you end up with the conclusion that this plugin is the problem?
Ensure Bootstrap is being loaded before bootstrap-select
and there is no namespace collision.
TypeError: Cannot read properties of undefined (reading 'Constructor')
Point of View (or one of its dependencies) is loading bootstrap-select, which needs Bootstrap JS to be available first.
In Moodle 4, the Bootstrap framework is already built in (Boost theme is Bootstrap 4).
If the plugin tries to load its own Bootstrap copy, or loads bootstrap-select too early, it causes a namespace collision.
That error stops some Moodle JavaScript from finishing — including the code that toggles sections."
Ensure Bootstrap is being loaded before bootstrap-select
and there is no namespace collision.
TypeError: Cannot read properties of undefined (reading 'Constructor')
Point of View (or one of its dependencies) is loading bootstrap-select, which needs Bootstrap JS to be available first.
In Moodle 4, the Bootstrap framework is already built in (Boost theme is Bootstrap 4).
If the plugin tries to load its own Bootstrap copy, or loads bootstrap-select too early, it causes a namespace collision.
That error stops some Moodle JavaScript from finishing — including the code that toggles sections."
Yes, this feature exists. While on editing mode, the block should suggest you that it may be enabled in sub contexts. You can also find this setting under the "Where this block appears" section (you need to make it appear also on modules pages).
Once done, reactions and difficulty tracks should also display on modules pages.
Best regards,
Astor