Template:Learning Activity Overview
(Difference between revisions)
m |
m |
||
Line 4: | Line 4: | ||
|- | |- | ||
! style="text-align:right;" | Title | ! style="text-align:right;" | Title | ||
− | |'''{{{title}}}''' | + | | |
+ | '''{{{title}}}''' | ||
|- | |- | ||
! style="text-align:right;" | Overview | ! style="text-align:right;" | Overview | ||
− | |{{{overview}}} | + | | |
+ | {{{overview}}} | ||
|- | |- | ||
! style="text-align:right;" | Prerequisites | ! style="text-align:right;" | Prerequisites | ||
− | |{{{prerequisites}}} | + | | |
+ | {{{prerequisites}}} | ||
|- | |- | ||
! style="text-align:right;" | Learning Objectives | ! style="text-align:right;" | Learning Objectives | ||
Line 17: | Line 20: | ||
|- | |- | ||
! style="text-align:right;" | [[:Category:Process Skills|Process Skills]] Practiced | ! style="text-align:right;" | [[:Category:Process Skills|Process Skills]] Practiced | ||
− | |{{{process skills}}} | + | | |
+ | {{{process skills}}} | ||
|- | |- | ||
|} | |} |
Revision as of 16:03, 5 February 2017
Overview
Title |
{{{title}}} |
---|---|
Overview |
{{{overview}}} |
Prerequisites |
{{{prerequisites}}} |
Learning Objectives | The student should be able to:
{{{objectives}}} |
Process Skills Practiced |
{{{process skills}}} |
Usage
This template provides a consistent Overview section for Learning Activities, Learning Modules, and Instructor Activities. (For details, see Learning Activity Template with Directions, Learning Module Template with Directions, etc.) This template should be invoked with a value for each parameter:
{{Learning Activity Overview |title= Edit a Wiki (Activity) |overview= Culminating course for students in the final year of the major. |prerequisites= None |objectives= # Edit a wiki. |process skills= [[:Category:Written Communication|]] }}
Here is a blank template to copy & paste:
{{Learning Activity Overview |title= |overview= |prerequisites= |objectives= |process skills= }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }}