Template:Learning Activity Info
(Difference between revisions)
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM | + | ! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM BoK]]<br>Area & Unit(s) |
| | | | ||
{{{acm unit}}} | {{{acm unit}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM]] Topic(s) | + | ! style="text-align:right;" | [[:Category:ACM Body of Knowledge|ACM BoK]]<br>Topic(s) |
| | | | ||
{{{acm topic}}} | {{{acm topic}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | {{Hover|e.g. Easy,Medium,Hard| | + | ! style="text-align:right;" | {{Hover|e.g. Easy,Medium,Hard|Difficulty}} |
| | | | ||
{{{difficulty}}} | {{{difficulty}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | {{Hover|e.g. 45 minutes|Estimated | + | ! style="text-align:right;" | {{Hover|e.g. 45 minutes|Estimated Time<br>to Complete}} |
| | | | ||
{{{time}}} | {{{time}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Environment / Materials | + | ! style="text-align:right;" | Environment / <br>Materials |
| | | | ||
{{{environment}}} | {{{environment}}} |
Revision as of 20:17, 19 January 2019
ACM BoK Area & Unit(s) |
{{{acm unit}}} |
---|---|
ACM BoK Topic(s) |
{{{acm topic}}} |
Difficulty |
{{{difficulty}}} |
Estimated Time to Complete |
{{{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 we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }}