Tim Schroeder

Results 8 issues of Tim Schroeder

This library couldn't handle non-integer line heights. E.g. if you want to clamp a text at two lines and the line height is 22.5px the code would `parseInt` that to...

We use https://github.com/studentquiz/moodle-mod_studentquiz/ and when students create questions through that plugin those events are not counted because the edulevel is 1 (teaching) and not 2 (participating). That restriction is not...

enhancement

# Details PHP version: 7.3.31 Xdebug version: 2.9.8 VS Code extension version: 1.21.0 Your launch.json: Click me ```json { // Use IntelliSense to learn about possible attributes. // Hover to...

In our Moodle instance we have multiple courses using the same `shortname`. So when we want to import sessions into a course that has a non-unique shortname, we get an...

enhancement

Currently in Moodle 4 this plugin adds itself in the secondary navigation. So you end up with one entry for "Course completion" and one for "Course recompletion": ![image](https://github.com/danmarsden/moodle-local_recompletion/assets/24255259/542acc2b-03c5-42b7-9c6d-f12b5d8f0b63) In the...

enhancement

We use a role for tutors that has the capability `moodle/course:viewhiddensections` but doesn't have `moodle/course:ignoreavailabilityrestrictions`. Then we have a course that has a section with a date access restriction, so...

in case the section is unavailable (i.e. has availability restrictions that are not met) but the user can view hidden sections (i.e. has 'moodle/course:viewhiddensections' Fixes #155

When you don't have the capability "mod/hvp:updatelibraries" but try to upload a new Content type, you get a message like this: > Missing required library H5P.GreetingCard 1.0 ... although that...