Exabis Competencies - Competence grids icon

Exabis Competencies - Competence grids

Maintained by Andreas Riepl
Transform Your Moodle Experience with Exabis Suite: Empower Learners through Competency-Based, Personalized, and Adaptive Learning. #Competence #PersonalizedLearning #AdaptiveLearning
Price option: Free

Supports Moodle 2.0-5.2 See all versions
Latest release: 1 week ago
Installations: 416
Downloads (last 90 days): 293

Frankenstyle name: block_exacomp
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

it works.
thank you.
Hello, we have already fixed the error but still need to merge and publish - this should happen in the next few days, regards, Andreas
Hello, Andreas Riepl, I really love the powerful features of this plugin.
However, since I upgraded to Moodle 5.2, I’ve been getting this warning after installing it:
Failed opening required ‘[dirroot]/badges/lib/awardlib.php’ (include_path=‘[dirroot]/lib/pear:.:/usr/share/php:[dirroot]/mod/edusharing/lib’)
My runtime environment is: PHP 8.5; PostgreSQL 18
I initially thought this was a Moodle version issue, so I updated to the latest version, Moodle 5.2.1, but the problem persists.
thank you;
Best
Hello, usually linking of competences is done to moodle activities - there are reports on competence developments within the module related to this. Linking of questions is also possible but is used when automated gain of competences is activated by the site-admin in our block to be able to have quizzes done and have competences acknowledged automatically.
I linked Moodle questions with competencies. Where can I track the reflection of students' initiatives on competencies?
Dear 曰国 张.
thank you for your message. Could you please clarify when exactly the 404 error occurs? Does it happen after creating a competency grid when you click "Save", or at a different step? It would also be helpful if you could describe the steps you took before clicking "Save", so we can better understand the issue.
Thank you!
Best regards,
GTN-Solutions Team
你好,我在创建的时候,点击保存报404的错误
Dear Mr. Ludueña,
Thank you for reaching out to us.
I would like to inform you that the competence grids, whether created or imported to a particular Moodle installation, are accessible across all courses within that installation.
The import/export functions are necessary to import competence grids to Moodle from Comet or between different Moodle installations. Users are able to build competence grids both in Comet and in Moodle.
Could you kindly specify which particular materials (e.g., grids, content, etc.) you are looking to export? This will help us give you the most relevant guidance.
Additionally, please clarify the type of account you are using- the standard admin account provides multiple import/export options.
We look forward to your response and remain at your disposal should you require any further assistance.
Best regards,
GTN-Solutions Team
Hello!
I would like some help regarding the Exabis Competencies plugin, specifically regarding the Export option. I understand that the plugin can be used for grids such as Topics, Skills, etc.
What's happening is that when I access the Import/Export option, I only see the following options:
Import descriptors
Import assignments from the scheduler
1. What step or procedure do I need to follow to export what I've created in a course?
2. Can I import what I've created in one course and restore it to the Block of another? Is that correct?
Thank you very much!
@Andreas Riepl, Hi!
How to set up automatic completion of students' competencies after they complete tests without the teacher's participation?
Hello,
the bug in the clear_exacomp_weekly_schedule has been fixed in the experimental branch and will be solved with the next update.
Thanks
kind regards
Richard
Hello, we are working on it and will update shortly, thanks, Andreas
Is there a bug in the `block_exacomp` plugin. I see the following error in the logs. I'm on Moodle 4.5:
Debug info:
You can't specify target table 'mdlnv_block_exacompschedule' for update in FROM clause
UPDATE mdlnv_block_exacompschedule
SET start = null, endtime = null, is_overdue = 1
WHERE id IN (
SELECT schedule.id
FROM mdlnv_block_exacompschedule schedule
JOIN mdlnv_block_exacompexamples ex ON ex.id = schedule.exampleid
WHERE schedule.start > ?
AND schedule.start < ?
AND ex.blocking_event = 0
AND schedule.id NOT IN (
SELECT sched.id
-- select table inside a subquery, because else we get a
-- 'You can't specify target table 'schedule' for update in FROM clause'
-- error
FROM (SELECT id, exampleid, start FROM mdlnv_block_exacompschedule) AS sched
JOIN mdlnv_block_exacompitem_mm item_mm ON sched.exampleid = item_mm.exacomp_record_id
JOIN mdlnv_block_exaportitem item ON item_mm.itemid = item.id
WHERE sched.start > ?
AND sched.start < ?
)
)
[array (
0 => 1728002740,
1 => 1728607540,
2 => 1728002740,
3 => 1728607540,
)]
Backtrace:
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1258 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 14785 of /blocks/exacomp/lib/lib.php: call to mysqli_native_moodle_database->execute()
* line 36 of /blocks/exacomp/classes/task/clear_exacomp_weekly_schedule.php: call to block_exacomp_clear_exacomp_weekly_schedule()
* line 410 of /lib/classes/cron.php: call to block_exacomp\task\clear_exacomp_weekly_schedule->execute()
* line 208 of /lib/classes/cron.php: call to core\cron::run_inner_scheduled_task()
* line 125 of /lib/classes/cron.php: call to core\cron::run_scheduled_tasks()
* line 186 of /admin/cli/cron.php: call to core\cron::run_main_process()
Just created an issue for M4.4 / PHP 8.1 /MariaDB - CRON task failure : https://github.com/gtn/exacomp/issues/30