Moodle Plugins directory: Exabis Competencies - Competence grids | Moodle.org

Exabis Competencies - Competence grids
Exabis Competencies
Boost motivation
Reinforce personalisation
Enhance the learning process
About Exabis Competencies
Do your learners ever question the relevance of course topics, finding them abstract and disconnected from real-world applications? Exabis Competencies can be the solution!
Transform your Moodle course into a practical learning experience with Exabis Competencies. Here's how:
Real-World RelevanceOur tool links learning to real-life scenarios and job-related skills, giving learners a clear understanding of why they're learning.
Personalized Progress
Learners advance at their own pace, ensuring they grasp concepts thoroughly before moving forward.
Individual Mastery
Exabis Competencies allows learners to showcase their mastery in ways that align with their unique learning styles.
Self-Reflection and Feedback
Learners can self-reflect and receive meaningful feedback, fostering a deeper understanding of their progress.
Exabis Competencies features:
Try Exabis Competencies and enhance learning results through the following functionalities:
Create individual learning pathways
Customize learning experiences by accommodating various levels of complexity to cater to individual learning needs.
Efficiently allocate tasks and competencies to either all students or specific individuals.
Design students’ interdisciplinary projects: have students gain competencies across courses
Motivate learners:
Connect MOODLE activities and external resources such as links and files to competencies, illustrating the holistic development of competencies through course tasks.
Allow learners to demonstrate mastery in ways that align with their unique learning styles
Boost students’ agency by letting them organize material in their own schedules
Assess and Evaluate:
Evaluate students' competencies and allow for self-assessment, employing diverse assessment scales.
Automatically recognize and acknowledge students' competencies, whether upon task completion or when they provide evidence of their learning.
Generate Reports and Competence Profiles:
Generate comprehensive profiles of competencies acquired by students.
Generate in-depth reports detailing students' progression and accomplishments, including their competence levels.
Standalone or Suite Usage
Exabis Student Report can be used as a standalone module or as part of the comprehensive Exabis suite, which includes Exabis ePortfolio and Exabis Competence Grids. When used together, these modules pave the way for learner-driven learning paths, guided by trainers, self-paced, competency-based, and personalized.Watch short video about Exabis series:
Watch short video about adaptive scenario:
Read more at: www.exabis.at
I am using Moodle 4.1.5 (will upgrade to 4.1.6 soon), with PHP7.4 and MySQL 5.7.43
I have been working with Moodle internal competency framework hence having a hard time to understand the following:
1. What is the main difference between Moodle CBE (Competency-Based Education) compare to Exabis Competence Gird.
2. What is the Pros & Cons choosing one over another.
3. Is Exabis Competence Grid more focus on teachers-student usages only instead an organization setup the their own competency framework that to be use through out any curriculum inside their LMS.
Thank you so much. It does help me understand the difference between Moodle (CBE) & Exabis Competence Grid. I would highly appreciated if you can point me to some Webinar / Tutorials / Help documents that can get me started. Again highly appreciated.
The documentation is in the right panel (docs).
I have also messaged you privately regarding live sessions and webinars. I hope this will help! Regards, Paula
we have the the PHP Warning: Declaration of block_exacomp\common\SimpleXMLElement::addChild(block_exacomp\common\mixed $name, ?string $value = NULL, ?string $namespace = NULL): ?SimpleXMLElement should be compatible with SimpleXMLElement::addChild($name, $value = NULL, $ns = NULL) in /var/www/html-moodle.stud/blocks/exacomp/lib/common.php on line 140
Is this due to an outdated PHP version?
best regards
Please let us know what PHP version you are using, seems like PHP 7.x?
you can try to find this line in the code:
public function addChild(mixed $name ...
and try to remove the "mixed" keyword, like so:
public function addChild($name ...
best regards
our moodle is hosting with php 7.4.33.
If editing the code dosen't help, Would upgrading php help?
best regards
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()
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
How to set up automatic completion of students' competencies after they complete tests without the teacher's participation?