Moodle certificate

Re: Moodle certificate

by Dave Emsley -
Number of replies: 0

Hi there kritika,

I've never done this but I would try something like....


class my_mod_whatever_name extends mod_customcert_mod_form {

        $mform->addElement.....
        $mform->setType....
        $mform->addHelpButton....
....
}

In your plugin lib.php file:

Hope this helps


Dave