Template:Lesson slides start/Doc

From PCSAR

(Difference between revisions)
Jump to: navigation, search
(New page: <code><nowiki>{{lesson slides start}}</nowiki></code> marks the start of slides associated with a Lesson Plan.)
Current revision (07:02, 22 February 2012) (edit) (undo)
 
(6 intermediate revisions not shown.)
Line 1: Line 1:
 +
{{Template Doc}}
 +
marks the start of slides associated with a [[:Template:lesson plan|Lesson Plan]].
 +
 +
Slides in a lesson plan
 +
are sections that should be presented in turn.
 +
 +
They don't actually create a slide for a computer projector.
 +
Instead they appear as a section of a table for the instructor to follow.
 +
 +
{{demo|
 +
<nowiki>
 +
{{lesson slides start}}
 +
{{lesson slide|00:00|3 min}}
 +
Introduce topic title
 +
 +
Introduce Instructor
 +
 +
Present Objectives
 +
{{lesson slide|00:03|}}
 +
instructional points in normal font
 +
 +
''aids, exercises, activities in italic''
 +
{{lesson slides end}}
 +
</nowiki>
 +
|
 +
{{lesson slides start}}
 +
{{lesson slide|00:00|3 min}}
 +
Introduce topic title
 +
 +
Introduce Instructor
 +
 +
Present Objectives
 +
{{lesson slide|00:03|}}
 +
instructional points in normal font
 +
 +
''aids, exercises, activities in italic''
 +
{{lesson slides end}}
 +
}}
 +
 +
<code><nowiki>{{lesson slides start}}</nowiki></code>
<code><nowiki>{{lesson slides start}}</nowiki></code>
-
marks the start of slides associated with a [[:Category:lesson plan|Lesson Plan]].
+
is the first line of the slides.
 +
<code><nowiki>{{lesson slides end}}</nowiki></code>
 +
is the last line.
 +
 
 +
In between, each slide is introduced with
 +
<code><nowiki>{{lesson slide|start|duration}}</nowiki></code>.
 +
''start'' is how many minutes into the lesson, this slide starts (typically).
 +
''duration'' is how many minutes this slide lasts, typically written like "<code>3 min</code>".
 +
Both values are optional.

Current revision

The template {{Lesson slides start}} marks the start of slides associated with a Lesson Plan.

Slides in a lesson plan are sections that should be presented in turn.

They don't actually create a slide for a computer projector. Instead they appear as a section of a table for the instructor to follow.


You type... You get...

{{lesson slides start}}
{{lesson slide|00:00|3 min}}
Introduce topic title

Introduce Instructor

Present Objectives
{{lesson slide|00:03|}}
instructional points in normal font

''aids, exercises, activities in italic''
{{lesson slides end}}

 
Time Material


00:00

3 min

Introduce topic title

Introduce Instructor

Present Objectives

00:03


instructional points in normal font

aids, exercises, activities in italic




{{lesson slides start}} is the first line of the slides. {{lesson slides end}} is the last line.

In between, each slide is introduced with {{lesson slide|start|duration}}. start is how many minutes into the lesson, this slide starts (typically). duration is how many minutes this slide lasts, typically written like "3 min". Both values are optional.

Personal tools