Get a list of modules within given course(s).
| 1 2 | get_course_modules(conn, course.id, module.names = TRUE, module.type = NULL,
  prefix = "mdl_")
 | 
| conn | DB connection | 
| course.id | Vector of course IDs | 
| module.names | Should module names be also fetched (slower)? Defaults to  | 
| module.type | What modules should be listed? By default, all are fetched | 
| prefix | Database table prefix, defaults to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.