Template:Learning Activity Info
(Difference between revisions)
m |
|||
Line 9: | Line 9: | ||
| {{{acm topic}}} | | {{{acm topic}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Level of Difficulty | + | ! style="text-align:right;" | {{Hover|e.g. Low,Medium,High|Level of Difficulty}} |
| {{{difficulty}}} | | {{{difficulty}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Estimated Completion Time | + | ! style="text-align:right;" | {{Hover|e.g. in minutes|Estimated Completion Time}} |
| {{{time}}} | | {{{time}}} | ||
|- | |- | ||
Line 18: | Line 18: | ||
| {{{environment}}} | | {{{environment}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | Author(s) | + | ! style="text-align:right;" | {{Hover|contact info optional|Author(s)}} |
| {{{author}}} | | {{{author}}} | ||
|- | |- | ||
Line 24: | Line 24: | ||
| {{{source}}} | | {{{source}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | License | + | ! style="text-align:right;" | {{Hover|e.g. CC-BY-SA|License}} |
| {{{license}}} | | {{{license}}} | ||
|- | |- |
Revision as of 12:25, 5 February 2017
Additional Information
ACM Body of Knowledge Area & Unit(s) |
{{{acm unit}}} |
---|---|
ACM Topic | {{{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 Activities. (See the Learning Activity Template with Directions for details.) It should be invoked with a value for each parameter:
{{Learning Activity Info |acm unit= SP Professional Communication |acm topic= |difficulty= Medium |time= 45 minutes |environment= internet access |author= Clif Kussmaul |source= (none) |license= {{License CC BY SA}} }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{author|}}} | {{{author}}} | "author" is missing. }}