Difference between pages "Template:Learning Activity Info" and "Template:Learning Activity Overview"

From TeachingOpenSource
(Difference between pages)
m (27 revisions imported)
 
(Created page with "=== Overview === {| class="wikitable" |- ! style="text-align:right;" | Title | '''{{{title}}}''' |- ! style="text-align:right;" | Overview | {{{overview}}} |- ! style="text-...")
 
Line 1: Line 1:
=== Overview ===
{| class="wikitable"
{| class="wikitable"
|-  
|-  
! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM BoK]]<br>Area & Unit(s)
! style="text-align:right;" | Title
|
| '''{{{title}}}'''
{{{acm unit}}}
|-
|-
! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM BoK]]<br>Topic(s)
! style="text-align:right;" | Overview
|
| {{{overview}}}
{{{acm topic}}}
|-
|-
! style="text-align:right;" | {{Hover|e.g. Easy,Medium,Hard|Difficulty}}
! style="text-align:right;" | Prerequisites
|
| {{{prerequisites}}}
{{{difficulty}}}
|-  
|-
! style="text-align:right;" | Learning Objectives
! style="text-align:right;" | {{Hover|e.g. 45 minutes|Estimated Time<br>to Complete}}
| The student should be able to:
|
{{{objectives}}}
{{{time}}}
|-  
|-
! style="text-align:right;" | Process Skills Practiced
! style="text-align:right;" | Environment / <br>Materials
| {{{process skills}}}
|
{{{environment}}}
|-
! style="text-align:right;" | {{Hover|contact info optional|Author(s)}}
|
{{{author}}}
|-
! style="text-align:right;" | Source
|
{{{source}}}
|-
! style="text-align:right;" | {{Hover|e.g. CC-BY-SA|License}}
|
{{{license}}}
|-  
|-  
|}
|}
<noinclude>
<noinclude>
== Usage ==
== Usage ==
This template provides a consistent '''Additional Information''' section for [[:Category:Learning Activity|Learning Activity]], [[:Category:Learning Frameworks|Learning Frameworks]], [[:Category:Learning Modules|Learning Modules]], and [[:Category:Instructor Activities|Instructor Activities]].
This template provides a consistent overview for [[:Category:Learning Activities|Learning Activities]].  
Similarly, [[Template:Learning Activity Overview]] provides a consistent '''Overview''' section.
It should be invoked with a value for each parameter:
(For details, see the [[Learning Activity Format with Directions]], [[Learning Module Format with Directions]], etc.)
This template should be invoked with a value for each parameter:
<pre>
{{Learning Activity Info
|acm unit=
[[:Category:SP Professional Communication|]]
|acm topic=
 
|difficulty=
Medium
|time=
45 minutes
|environment=
internet access
|author=
Clif Kussmaul
|source=
(none)
|license=
{{License CC BY SA}}
}}
</pre>
 
Here is a blank template to copy & paste:
<pre>
<pre>
{{Learning Activity Info
{{Learning Activity Overview
|acm unit=
|title=
|acm topic=
Edit a Wiki (Activity)
|difficulty=
|overview=  
|time=
Culminating course for students in the final year of the major.
|environment=
|prerequisites=
|author=
None
|source=
|objectives=
|license=
# Edit a wiki.
|process skills=
[[:Category:Communication (Written)|]]
}}
}}
</pre>
</pre>
Line 77: Line 41:
=== 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: {{{author|}}} | {{{author}}} | "author" is missing. }} </pre>
<pre> {{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }} </pre>
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 19:09, 4 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. 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: {{{testing|}}} | {{{testing}}} | Testing is missing. }}