Difference between revisions of "Template:Learning Activity Info"

From TeachingOpenSource
(135 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== Additional Information ===
{| class="wikitable"
{| class="wikitable"
|-  
|-  
! style="text-align:right;" | [[ACM Body of Knowledge]]<br/>Area & Unit(s)
! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM Body of Knowledge]]<br/>Area & Unit(s)
| {{{acm unit}}}
|
{{{acm unit}}}
|-
|-
! style="text-align:right;" | ACM Topic
! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM]] Topic(s)
| {{{acm topic}}}
|
{{{acm topic}}}
|-
|-
! style="text-align:right;" | {{Hover|e.g. Low,Medium,High|Level of Difficulty}}
! style="text-align:right;" | {{Hover|e.g. Easy,Medium,Hard|Level of Difficulty}}
| {{{difficulty}}}
|
{{{difficulty}}}
|-
|-
! style="text-align:right;" | {{Hover|e.g. in minutes|Estimated Completion Time}}
! style="text-align:right;" | {{Hover|e.g. 45 minutes|Estimated Completion Time}}
| {{{time}}}
|
{{{time}}}
|-
|-
! style="text-align:right;" | Environment / Materials
! style="text-align:right;" | Environment / Materials
| {{{environment}}}
|
{{{environment}}}
|-
|-
! style="text-align:right;" | {{Hover|contact info optional|Author(s)}}
! style="text-align:right;" | {{Hover|contact info optional|Author(s)}}
| {{{author}}}
|
{{{author}}}
|-
|-
! style="text-align:right;" | Source
! style="text-align:right;" | Source
| {{{source}}}
|
{{{source}}}
|-
|-
! style="text-align:right;" | {{Hover|e.g. CC-BY-SA|License}}
! style="text-align:right;" | {{Hover|e.g. CC-BY-SA|License}}
| {{{license}}}
|
{{{license}}}
|-  
|-  
|}
|}
<noinclude>
<noinclude>
== Usage ==
== Usage ==
This template provides a consistent "additional information" section for [[:Category:Learning Activity|Learning Activities]].  
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]].
(See the [[Learning Activity Template with Directions]] for details.)
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>
<pre>
{{Learning Activity Info
{{Learning Activity Info
|acm unit=
|acm unit=
SP Professional Communication
[[:Category:SP Professional Communication|]]
|acm topic=
|acm topic=


Line 51: Line 58:
|license=
|license=
{{License CC BY SA}}
{{License CC BY SA}}
}}
</pre>
Here is a blank template to copy & paste:
<pre>
{{Learning Activity Info
|acm unit=
|acm topic=
|difficulty=
|time=
|environment=
|author=
|source=
|license=
}}
}}
</pre>
</pre>

Revision as of 12:18, 15 October 2018

ACM Body of Knowledge
Area & Unit(s)

{{{acm unit}}}

ACM Topic(s)

{{{acm topic}}}

Level of Difficulty

{{{difficulty}}}

Estimated Completion Time

{{{time}}}

Environment / Materials

{{{environment}}}

Author(s)

{{{author}}}

Source

{{{source}}}

License

{{{license}}}

Usage

This template provides a consistent Additional Information section for Learning Activity, Learning Frameworks, Learning Modules, and Instructor Activities. Similarly, Template:Learning Activity Overview provides a consistent Overview section. (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:

{{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}}
}}

Here is a blank template to copy & paste:

{{Learning Activity Info
|acm unit=
|acm topic=
|difficulty=
|time=
|environment=
|author=
|source=
|license=
}}

Notes

{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }}