Template:Learning Activity Overview
(Difference between revisions)
m (→Usage) |
m |
||
Line 16: | Line 16: | ||
{{{objectives}}} | {{{objectives}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Process Skills Practiced | + | ! style="text-align:right;" | [[:Category:Process Skills|Process Skills]] Practiced |
| {{{process skills}}} | | {{{process skills}}} | ||
|- | |- | ||
Line 23: | Line 23: | ||
== 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]]. | ||
+ | (See the [[Learning Activity Template with Directions]] for parameter descriptions.) | ||
It should be invoked with a value for each parameter: | It should be invoked with a value for each parameter: | ||
<pre> | <pre> | ||
Line 41: | Line 42: | ||
=== 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: {{{ | + | <pre>{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }} </pre> |
</noinclude> | </noinclude> |
Revision as of 11:47, 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. (See the Learning Activity Template with Directions for parameter descriptions.) It 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)|]] }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }}