Learning Activity Format with Directions

From Foss2Serve
(Difference between revisions)
Jump to: navigation, search
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
[[Learning Activities]] are the smallest unit of learning and could be an assignment, homework, in-class activity, or other learning activity.
+
{{Category:Learning Activity}}
  
== Using This Template ==
+
== Using This Format ==
  
The template below contains sections which describe the items that should be included when creating an learning activity. To use this template:
+
The format below contains sections which describe the items that should be included when creating a [[:Category:Learning Activity]]. To use this format:
# Create a new page with the word "Activity" in the name. Use a short, descriptive name.
+
# Create a new page with a short, descriptive name that ends with "(Activity)". For example: '''Edit a Wiki Page (Activity)'''
# Copy the source for this template into your new page.
+
# Copy the source for this format into your new page.
# Fill in the sections below according to the instructions.  
+
# Follow instructions to fill in the sections below.
 +
#* '''Overview''' uses [[Template:Learning Activity Overview]].
 +
#* '''Additional Information''' uses [[Template:Learning Activity Info]].
 
# Categorize the page using tags at the bottom of the page.
 
# Categorize the page using tags at the bottom of the page.
 
#* Include <nowiki>[[Category:Learning Activity]]</nowiki>
 
#* Include <nowiki>[[Category:Learning Activity]]</nowiki>
#* Remove <nowiki>[[Category:Template]]</nowiki>, since this page is a template, but your new page is not.
+
#* Add at least one subcategory from the list in [[:Category:Learning Activity|Learning Activities]], e.g. <nowiki>[[Category:Coding and Style]]</nowiki>
#* Add at least one subcategory from the list in [[Learning Activities]], e.g. <nowiki>[[Category:Coding and Style]]</nowiki>
+
#* Remove <nowiki>[[Category:Format]]</nowiki>, since this page is a format, but your new page is not.
 
# Use the '''Discussion''' tab (upper left of the page) to leave feedback to the author(s) of the activity, such as usage or suggestions for enhancements.
 
# Use the '''Discussion''' tab (upper left of the page) to leave feedback to the author(s) of the activity, such as usage or suggestions for enhancements.
# Use the [[Learning Activity Rubric]] to review and provide feedback on a learning activity.
 
  
  
== TEMPLATE ==
+
== FORMAT ==
  
{| border="1"
+
=== Overview ===
|-
+
|'''Title''' || Name of the activity
+
|-
+
|'''Overview''' || High level description of what the student will do
+
|-
+
|'''Prerequisite Knowledge''' || What topics and tools does the student need to know prior to beginning this activity?
+
|-
+
|'''Learning Objectives''' || What should the student be able to do after completing this activity?
+
|}
+
  
=== Background: ===
+
{{Learning Activity Overview
Is there background reading material?
+
|title=
 +
''Title of the activity (same as page name).''
 +
|overview=  
 +
''High level description of what the student will do.''
 +
|prerequisites=
 +
''What topics and tools does the student need to know prior to beginning this activity?''
 +
|objectives=
 +
''What should the student be able to do after completing this activity?''
 +
|process skills=
 +
''What process skills will the student practice while completing this activity?''
 +
}}
  
Are there other activities the student should have done first?
+
=== Background ===
  
What is the rationale for this activity?
+
* Is there background reading material?
 +
* What is the rationale for this activity?
  
Include helpful hints to faculty here.
+
=== Directions ===
  
=== Directions: ===
+
* What should the student do?
What should the student do?
+
  
=== Deliverables: ===
+
=== Deliverables ===
What will the student hand in?
+
 
 +
* What will the student hand in?
  
 
= Notes for Instructors =
 
= Notes for Instructors =
 
The remaining sections of this document are intended for the instructor.  They are not part of the learning activity that would be given to students.
 
The remaining sections of this document are intended for the instructor.  They are not part of the learning activity that would be given to students.
  
=== Assessment: ===
+
=== Assessment ===
How will the activity be graded?
+
+
How will learning will be measured? Ideally, there should be a way to measure each of the objectives described above.
+
  
How will feedback to the student be determined?  
+
* How will the activity be graded?
 +
* How will learning will be measured? Ideally, there should be a way to measure each of the objectives described above.
 +
* How will feedback to the student be determined?  
  
 
Include sample assessment questions/rubrics. Feel free to indicate that the activity itself is not graded, however it would be helpful to include any questions that might be used at a later date to interpret learning, for example on a quiz or exam.  
 
Include sample assessment questions/rubrics. Feel free to indicate that the activity itself is not graded, however it would be helpful to include any questions that might be used at a later date to interpret learning, for example on a quiz or exam.  
  
 
The form of the assessment is expected to vary by assignment. One possible format is the table:
 
The form of the assessment is expected to vary by assignment. One possible format is the table:
{| border="1" class="wikitable"
+
{| class="wikitable"
 
! Criteria
 
! Criteria
 
! Level 1 (fail)
 
! Level 1 (fail)
Line 79: Line 81:
 
|}
 
|}
  
=== Comments: ===
+
=== Comments ===
What should the instructor know before using this activity?
+
  
What are some likely difficulties that an instructor may encounter using this activity?
+
* What should the instructor know before using this activity?
 +
* What are some likely difficulties that an instructor may encounter using this activity?
  
=== Additional Information: ===
+
=== Suggestions for Open Source Community ===
{| border="1"
+
|-
+
|'''ACM Knowledge Area/Knowledge Unit''' || What ACM Computing Curricula 2013 knowledge area and units does this activity cover? [[ACM_Body_of_Knowledge]]
+
|-
+
|'''ACM Topic''' || What specific topics are addressed? The Computing Curriucula 2013 provides a list of topics in Appendix A - The Body of Knowledge (page 58) - https://www.acm.org/education/CS2013-final-report.pdf
+
|-
+
|'''Level of Difficulty''' || Is this activity easy, medium or challenging?
+
|-
+
|'''Estimated Time to Completion''' ||  How long should it take for the student to complete the activity?
+
|-
+
|'''Materials/Environment''' || What does the student need?  Internet access, IRC client, Git Hub account, LINUX machine, etc.?
+
|-
+
|'''Author(s)''' || Who wrote this activity?
+
|-
+
|'''Source''' || Is there another activity on which this activity is based?  If so, please provide a link to the original resource.
+
|-
+
|'''License''' || Under which license is this material made available? We request that you pick a Creative Commons license.  See http://creativecommons.org/licenses/ for general information.  Suggested text: This learning activity is available for use under the [http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License].  Attribution need not include a link back to this site.
+
|}
+
  
=== Suggestions for Open Source Community: ===
 
 
Suggestions for an open source community member who is working in conjunction with the instructor.
 
Suggestions for an open source community member who is working in conjunction with the instructor.
  
--------------------
+
=== Additional Information ===
The blank template for this page is licensed under a [http://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International License]  Anyone using this template need not include a link back to this site as part of attribution.
+
  
[[File:CC-BY.png]]
+
{{Learning Activity Info
 +
|acm unit=
 +
''What ACM BoK Area and Unit(s) are covered?''
 +
|acm topic=
 +
''What specific topics are addressed? The Computing Curricula 2013 provides a list of topics in Appendix A - The Body of Knowledge (page 58) - https://www.acm.org/education/CS2013-final-report.pdf''
 +
|difficulty=
 +
''Is this activity easy, medium, or hard?''
 +
|time=
 +
''How long should a typical student take to complete the activity?''
 +
|environment=
 +
''What does the student need? (e.g. Internet access, IRC client, Git Hub account, LINUX machine, etc.)''
 +
|author=
 +
''Who wrote this activity?''
 +
|source=
 +
''Is there another activity on which this activity is based?  If so, please provide a link to the original resource.''
 +
|license=
 +
''Under which license is this material made available? We request that you pick a [http://creativecommons.org/licenses/ Creative Commons license].''
 +
''We suggest using a template like'': <nowiki>{{License CC BY}}</nowiki> or <nowiki>{{License CC BY SA}}</nowiki>
 +
}}
 +
 
 +
--------------------
 +
<!-- this license is for the FORMAT - remove it for a new activity -->
 +
For this blank '''format''': {{License CC BY SA}}
  
 
[[Category:Learning Activity]]
 
[[Category:Learning Activity]]
 +
<!-- add appropriate subcategory(s) for a new activity -->
 
[[Category:LEARNING_ACTIVITY_SUBCATEGORY]]
 
[[Category:LEARNING_ACTIVITY_SUBCATEGORY]]
  
When creating a new activity, remove it from the Templates category.
+
<!-- this category is for the FORMAT - remove it for a new activity -->
[[Category:Templates]]
+
[[Category:Formats]]

Latest revision as of 12:11, 15 October 2018

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.

Using This Format

The format below contains sections which describe the items that should be included when creating a Category:Learning Activity. To use this format:

  1. Create a new page with a short, descriptive name that ends with "(Activity)". For example: Edit a Wiki Page (Activity)
  2. Copy the source for this format into your new page.
  3. Follow instructions to fill in the sections below.
  4. Categorize the page using tags at the bottom of the page.
    • Include [[Category:Learning Activity]]
    • Add at least one subcategory from the list in Learning Activities, e.g. [[Category:Coding and Style]]
    • Remove [[Category:Format]], since this page is a format, but your new page is not.
  5. Use the Discussion tab (upper left of the page) to leave feedback to the author(s) of the activity, such as usage or suggestions for enhancements.


FORMAT

Overview

Title

Title of the activity (same as page name).

Overview

High level description of what the student will do.

Prerequisites

What topics and tools does the student need to know prior to beginning this activity?

Learning
Objectives
After successfully completing this activity, the learner should be able to:

What should the student be able to do after completing this activity?

Process Skills
Practiced

What process skills will the student practice while completing this activity?


Background

  • Is there background reading material?
  • What is the rationale for this activity?

Directions

  • What should the student do?

Deliverables

  • What will the student hand in?

Notes for Instructors

The remaining sections of this document are intended for the instructor. They are not part of the learning activity that would be given to students.

Assessment

  • How will the activity be graded?
  • How will learning will be measured? Ideally, there should be a way to measure each of the objectives described above.
  • How will feedback to the student be determined?

Include sample assessment questions/rubrics. Feel free to indicate that the activity itself is not graded, however it would be helpful to include any questions that might be used at a later date to interpret learning, for example on a quiz or exam.

The form of the assessment is expected to vary by assignment. One possible format is the table:

Criteria Level 1 (fail) Level 2 (pass) Level 3 (good) Level 4 (exceptional)
Criterion 1...
Criterion 2...

Comments

  • What should the instructor know before using this activity?
  • What are some likely difficulties that an instructor may encounter using this activity?

Suggestions for Open Source Community

Suggestions for an open source community member who is working in conjunction with the instructor.

Additional Information

ACM BoK
Area & Unit(s)

What ACM BoK Area and Unit(s) are covered?

ACM BoK
Topic(s)

What specific topics are addressed? The Computing Curricula 2013 provides a list of topics in Appendix A - The Body of Knowledge (page 58) - https://www.acm.org/education/CS2013-final-report.pdf

Difficulty

Is this activity easy, medium, or hard?

Estimated Time
to Complete

How long should a typical student take to complete the activity?

Environment /
Materials

What does the student need? (e.g. Internet access, IRC client, Git Hub account, LINUX machine, etc.)

Author(s)

Who wrote this activity?

Source

Is there another activity on which this activity is based? If so, please provide a link to the original resource.

License

Under which license is this material made available? We request that you pick a Creative Commons license. We suggest using a template like: {{License CC BY}} or {{License CC BY SA}}



For this blank format: This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

CC license.png

Personal tools
Namespaces
Variants
Actions
Events
Learning Resources
HFOSS Projects
Evaluation
Navigation
Toolbox