Template:Learning Activity Rubric
m |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{{Category:Learning Activity}} | {{Category:Learning Activity}} | ||
− | See also [[Learning Activity | + | See also [[Learning Activity Format with Directions]], [[Template:Learning Activity Overview]], and [[Template:Learning Activity Info]]. |
{| class="wikitable" style="width:100%;" | {| class="wikitable" style="width:100%;" | ||
Line 199: | Line 199: | ||
=== 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: {{{overview|}}} | {{{overview}}} | "overview" is missing. }} </pre> | + | <pre>{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }}</pre> |
+ | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:44, 22 January 2019
A Learning Activity is the smallest unit of learning and could be a classroom activity, homework assignment, etc. Learning activities can be sequenced into Learning Modules, and can support steps on Pathways to FOSS contributions.
See also Learning Activity Format with Directions, Template:Learning Activity Overview, and Template:Learning Activity Info.
Activity Name & URL: | {{{activity}}} |
---|---|
Author(s) Name & Contact Info: | {{{author}}} |
Reviewer Name & Contact Info: | {{{reviewer}}} |
Rubric Item | Level (0-4) |
Comments |
---|---|---|
Title & Overview
|
{{{overview score}}} | {{{overview comments}}} |
Prerequisites, Learning Objectives, & Process Skills Practiced
|
{{{objectives score}}} | {{{objectives comments}}} |
Background & Comments
|
{{{background score}}} | {{{background comments}}} |
Activity Content & Directions - Complete
|
{{{complete score}}} | {{{complete comments}}} |
Activity Content & Directions - Useful
|
{{{useful score}}} | {{{useful comments}}} |
Deliverables & Assessment
|
{{{assessment score}}} | {{{assessment comments}}} |
Additional Information (area, unit, topic; difficulty; time; materials; author; source; license)
|
{{{info score}}} | {{{info comments}}} |
Suggestions for FOSS Community
|
{{{suggestion score}}} | {{{suggestion comments}}} |
Discussion Page (top left of activity page)
|
{{{discussion score}}} | {{{discussion comments}}} |
Other
|
{{{other score}}} | {{{other comments}}} |
Usage
This template provides a consistent Rubric for Learning Activities, Learning Frameworks, Learning Modules, and Instructor Activities. This template should be invoked with a value for each parameter:
{{Learning Activity Rubric |activity= Edit a Wiki (Activity) |author= Im D. Author |reviewer= Ima Reviewer |overview score= 2 |overview comments= Nice overview. |objectives score= 0 |objectives comments= No objectives. |background score= 3 |background comments= Great background. |complete score= |complete comments= |useful score= |useful comments= |assessment score= |assessment comments= |info score= |info comments= |suggestion score= |suggestion comments= |discussion score= |discussion comments= |other score= |other comments= }}
Here is a blank template to copy & paste:
{{Learning Activity Rubric |activity= |author= |reviewer= |overview score= |overview comments= |objectives score= |objectives comments= |background score= |background comments= |complete score= |complete comments= |useful score= |useful comments= |assessment score= |assessment comments= |info score= |info comments= |suggestion score= |suggestion comments= |discussion score= |discussion comments= |other score= |other comments= }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{overview|}}} | {{{overview}}} | "overview" is missing. }}