-
This looks similar to #174 . I'm trying to implement one of the Question Blocks into one of my questions to show some different work depending on the variables in the problem. Its a really cool feat…
-
including other libraries copied from other locations is ok if the license associated complies with GPL, but you also need to include a thirdpartylibs.xml file that details this and what licence it us…
-
https://github.com/labtica/moodle-search_courses/blob/main/lang/en/block_search_courses.php#L25-L26
Note this is a blocker for plugins db approval.
-
The module at amd/src/role-button.js uses ES6 syntax which isn't supported by Moodle until version 3.8 ( https://docs.moodle.org/dev/Javascript_Modules#ES6_Modules_.28Moodle_v3.8_and_above.29 ). In t…
-
When declaring a new form element, and registering it in its own file, MDLCode does not find its definition.
```php
// itemspertime.php
// [...]
MoodleQuickForm::registerElementType('block_xp_fo…
-
https://github.com/labtica/moodle-search_courses/blob/main/block_search_courses.php#L57
Note - all user facing strings must be contained within the lang file to allow translation - this is a blocke…
-
Moodle uses sentence case - please check your lang strings as some use camel case.
for example strings like:
$string['mystring'] = "My String";
should be:
$string['mystring'] = "My string";
N…
-
https://martinfowler.com/articles/scaling-architecture-conversationally.html
-
The moodle plugin style checker has some style errors that should be fixed. https://moodle.org/plugins/block_site_stats/2024050400/31959?smurf=html
You can check the coding style here https://moodl…
-
### Quiz archiver moodle plugin version
1.2.8
### Quiz archiver worker version
image: ngandrass/moodle-quiz-archive-worker:latest
### Worker service deployment method
Docker compose
### Moodle V…