Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Teaching tips and tricks.

Teaching tips and tricks: Difference between revisions

From MoodleDocs
m (See also and cat)
(redirecting this page to About Moodle FAQ)
 
(37 intermediate revisions by 14 users not shown)
Line 1: Line 1:
==How can I force automatic course enrollment?==
#Redirect: [[About Moodle FAQ]]
 
You can link to a course in an HTML block, using the resources drop down or indeed any other method and then use the following URL (where 999 is your course ID):
 
http://yourmoodlesite.com/moodle/course/enrol.php?id=999&confirm=1
 
==How can I embed a webpage in my course==
 
Using an iframe in a label allows external or internal web pages to be displayed in the middle of the moodle screen (instead of just putting a link to them)
 
How:
* Create a label
* Display raw HTML code (use the editor button <>
* Insert code like: <iframe width="100%" height="200" align="middle" src="http://www.google.com" border="0"></iframe>
 
==See also==
[[Label]]
 
[[category: teacher]]

Latest revision as of 20:04, 19 March 2012

Redirect to: