Template:Learning Activity Overview
(Difference between revisions)
m (Protected "Template:Learning Activity Overview" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
Line 22: | Line 22: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
− | This template provides a consistent overview for [[:Category:Learning Activity|Learning Activities]] | + | This template provides a consistent overview for [[:Category:Learning Activity|Learning Activities]], [[:Category:Learning Module|Learning Modules]], and [[:Category:Instructor Activities|Instructor Activities]]. |
− | (For details, see | + | (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: | This template should be invoked with a value for each parameter: | ||
<pre> | <pre> | ||
Line 37: | Line 37: | ||
|process skills= | |process skills= | ||
[[:Category:Communication (Written)|]] | [[:Category:Communication (Written)|]] | ||
+ | }} | ||
+ | </pre> | ||
+ | Here is a blank template to copy & paste: | ||
+ | <pre> | ||
+ | {{Learning Activity Overview | ||
+ | |title= | ||
+ | |overview= | ||
+ | |prerequisites= | ||
+ | |objectives= | ||
+ | |process skills= | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 13:56, 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 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:Communication (Written)|]] }}
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. }}