No Hot Potatoes in MyMoodle

No Hot Potatoes in MyMoodle

von Stephen Plume -
Anzahl Antworten: 1
My hot potatoes activities don't show up in MyMoodle, is there a fix for this?

Thanks
Als Antwort auf Stephen Plume

Re: No Hot Potatoes in MyMoodle

von Gordon Bateson -
Nutzerbild von Core developers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers

The fix would be to add a function called "hotpot_print_overview" to "mod/hotpot/lib.php".

Currently the following modules (in Moodle 1.6) have a function to print on the MyMoodle page:

  • assignment
  • chat
  • forum

Probably the most economical way to create the hotpot function would be to model it on the "assignment_print_overview" function in "mod/assignment/lib.php"