Skip to content

Commit

Permalink
Moodle 4.0 logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Oct 3, 2022
1 parent 211cf2d commit 7567c94
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/kalvidassign/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ function kalvidassign_supports($feature) {
case FEATURE_BACKUP_MOODLE2:
return true;
break;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_ASSESSMENT;
break;
default:
return null;
break;
Expand Down
16 changes: 16 additions & 0 deletions mod/kalvidassign/pix/monologo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mod/kalvidres/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ function kalvidres_supports($feature) {
return true;
case FEATURE_SHOW_DESCRIPTION:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_CONTENT;
default:
return null;
}
Expand Down
25 changes: 25 additions & 0 deletions mod/kalvidres/pix/monologo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7567c94

Please sign in to comment.