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 Jun 5, 2023
1 parent 636f5e9 commit c1d39d2
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/kalvidassign/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ function kalvidassign_supports($feature) {
break;
case FEATURE_BACKUP_MOODLE2:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_ASSESSMENT;
break;
default:
return null;
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 c1d39d2

Please sign in to comment.