Template:Learning Activity Overview
From Foss2Serve
(Difference between revisions)
m |
m |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 15: | Line 13: | ||
{{{prerequisites}}} | {{{prerequisites}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Learning Objectives | + | ! style="text-align:right;" | Learning<br>Objectives |
− | | | + | |After successfully completing this activity, the learner should be able to: |
{{{objectives}}} | {{{objectives}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | [[:Category:Process Skills|Process Skills]] Practiced | + | ! style="text-align:right;" | [[:Category:Process Skills|Process Skills]]<br>Practiced |
| | | | ||
{{{process skills}}} | {{{process skills}}} | ||
Line 26: | Line 24: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
− | This template provides a consistent '''Overview''' section for [[:Category:Learning Activity|Learning | + | This template provides a consistent '''Overview''' section for [[:Category:Learning Activity|Learning Activity]], [[:Category:Learning Frameworks|Learning Frameworks]], [[:Category:Learning Modules|Learning Modules]], and [[:Category:Instructor Activities|Instructor Activities]]. |
− | (For details, see [[Learning Activity | + | Similarly, [[Template:Learning Activity Info]] provides a consistent '''Additional Information''' section. |
+ | (For details, see [[Learning Activity Format with Directions]], [[Learning Module Format 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 43: | Line 42: | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
Here is a blank template to copy & paste: | Here is a blank template to copy & paste: | ||
<pre> | <pre> | ||
Line 56: | Line 56: | ||
=== Notes === | === Notes === | ||
* If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we can include prompts for new or missing parameters, e.g.: | * If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we can include prompts for new or missing parameters, e.g.: | ||
− | <pre>{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }} </pre> | + | <pre>{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }}</pre> |
+ | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:34, 22 January 2019
Title |
{{{title}}} |
---|---|
Overview |
{{{overview}}} |
Prerequisites |
{{{prerequisites}}} |
Learning Objectives |
After successfully completing this activity, the learner should be able to:
{{{objectives}}} |
Process Skills Practiced |
{{{process skills}}} |
Usage
This template provides a consistent Overview section for Learning Activity, Learning Frameworks, Learning Modules, and Instructor Activities. Similarly, Template:Learning Activity Info provides a consistent Additional Information section. (For details, see Learning Activity Format with Directions, Learning Module Format 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. }}