Monday, June 18, 2007

Problems to address in module creation

For now this are just some thoughts, I will be updating this blog soon and posting some result.

Developing a new Activity based on a template module:
Creation of a module or activity has several parts that are not easily found in the moodle documentation.
  1. Get the template from the Moodle Site
  2. Read the instructions, these are very basic and not helpful for a first timer.
  3. Depending on the application that you are working on you should try to work first on a good DB design before you get into coding.
  4. work on the creation forms to set up the activity
  5. make sure that the information has been stored in the database
  6. work on the code or integrate the code.
  7. .
I am trying to integrate a VoIP recoder programmed in a Java applet into moodle... more on this later.

No comments: