No Hot Potatoes in MyMoodle

No Hot Potatoes in MyMoodle

by Stephen Plume -
Number of replies: 1
My hot potatoes activities don't show up in MyMoodle, is there a fix for this?

Thanks
Average of ratings: -
In reply to Stephen Plume

Re: No Hot Potatoes in MyMoodle

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of 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"