Difference between revisions of "Spread Tasks Appropriately"

From Open Pattern Repository for Online Learning Systems
Jump to navigation Jump to search
(Added contributors)
(Added category)
Line 5: Line 5:
|image= <!-- Provide the filename of the image to be displayed (e.g., Design_pattern.png) -->
|image= <!-- Provide the filename of the image to be displayed (e.g., Design_pattern.png) -->
|contributor= [[Christian Köppe]], [[Thomas de Cortie]], [[Ronald van Broeckhuijsen]], [[Gerard Bosma]]
|contributor= [[Christian Köppe]], [[Thomas de Cortie]], [[Ronald van Broeckhuijsen]], [[Gerard Bosma]]
|source= Köppe (2012)<ref name="Koppe2012">First mentioned in Köppe, C. (2012). [http://dl.acm.org/citation.cfm?id=2831272 Learning patterns for group assignments: part 1.] In Proceedings of the 19th Conference on Pattern Languages of Programs (PLoP 2012). The Hillside Group.</ref>;  de Cortie, van Broeckhuijsen, Bosma & Köppe (2013)<ref>Pattern published in de Cortie, T., van Broeckhuijsen, R., Bosma, G., & Köppe, C. (2013). [http://dl.acm.org/citation.cfm?id=2725701 Learning patterns for group assignments: part 2.] In Proceedings of the 20th Conference on Pattern Languages of Programs (PLoP 2013). The Hillside Group.</ref>
|source= Köppe (2012)<ref name="Koppe2012">First mentioned in Köppe, C. (2012). [http://dl.acm.org/citation.cfm?id=2831272 Learning patterns for group assignments: part 1.] In ''Proceedings of the 19th Conference on Pattern Languages of Programs (PLoP 2012).'' The Hillside Group.</ref>;  de Cortie, van Broeckhuijsen, Bosma & Köppe (2013)<ref>Pattern published in de Cortie, T., van Broeckhuijsen, R., Bosma, G., & Köppe, C. (2013). [http://dl.acm.org/citation.cfm?id=2725701 Learning patterns for group assignments: part 2.] In ''Proceedings of the 20th Conference on Pattern Languages of Programs (PLoP 2013)''. The Hillside Group.</ref>
|dataanalysis= <!-- If applicable, list of data analyses used for mining the pattern separated by a " , "comma -->
|dataanalysis= <!-- If applicable, list of data analyses used for mining the pattern separated by a " , "comma -->
|domain= <!-- Learning domain the design pattern belongs to (e.g., General, Math, Algebra) -->
|domain= <!-- Learning domain the design pattern belongs to (e.g., General, Math, Algebra) -->
Line 20: Line 20:
Therefore: Spread all responsibilities and tasks as appropriately as possible between all group members, take their knowledge levels and other constraints into account.<ref name="Koppe2012"/>
Therefore: Spread all responsibilities and tasks as appropriately as possible between all group members, take their knowledge levels and other constraints into account.<ref name="Koppe2012"/>


==Context==
<!-- Context of the design pattern -->
==Problem==
<!-- Problem the design pattern solves -->
==Forces==
<!-- List of forces affecting the solution. Each entry is preceded by an * For example:
# Entry 1
# Entry 2 -->
==Solution==
<!-- Solution to the design problem -->
==Consequences==
===Benefits===
<!-- List of benefits from applying the solution to the problem Each entry is preceded by an * For example:
# Entry 1
# Entry 2 -->
===Liabilities===
<!-- List of liabilities from applying the solution to the problem Each entry is preceded by an * For example:
# Entry 1
# Entry 2 -->
==Evidence==
===Literature===
<!-- Evidence from literature that was used in producing the pattern or evaluating the pattern-->
===Discussion===
<!-- Discussion with experts or stakeholders used in producing the pattern -->
===Data===
<!-- Evidence from data that was used in producing the pattern -->
===Applied evaluation===
<!-- Results from randomized controlled trials (RCTs) or similar tests that measures the pattern's effectiveness in an actual application. For example, compare student learning gains in an online learning system with and without applying the pattern. -->
==Related patterns==
<!-- Other design patterns related to the current design pattern and a description of how it is related -->
==Example==
<!-- Example of applying the design pattern -->


==References==
==References==
<references/>
<references/>


[[Category:Design_patterns]] <!-- List of other categories the design pattern belongs to. The syntax for linking to a category is: [[Category:<Name of category]] -->
[[Category:Design_patterns]] [[Category:Patlet]]<!-- List of other categories the design pattern belongs to. The syntax for linking to a category is: [[Category:<Name of category]] -->

Revision as of 13:00, 5 May 2017


Spread Tasks Appropriately
Contributors Christian Köppe, Thomas de Cortie, Ronald van Broeckhuijsen, Gerard Bosma
Last modification May 5, 2017
Source Köppe (2012)[1]; de Cortie, van Broeckhuijsen, Bosma & Köppe (2013)[2]
Pattern formats OPR Alexandrian
Usability
Learning domain
Stakeholders

One person takes too many responsibilities and tasks, which is a bottleneck for the success of the whole group and leaves others with less chances to apply their knowledge or learn new things.

***

Therefore: Spread all responsibilities and tasks as appropriately as possible between all group members, take their knowledge levels and other constraints into account.[1]

Context

Problem

Forces

Solution

Consequences

Benefits

Liabilities

Evidence

Literature

Discussion

Data

Applied evaluation

Related patterns

Example

References

  1. 1.0 1.1 First mentioned in Köppe, C. (2012). Learning patterns for group assignments: part 1. In Proceedings of the 19th Conference on Pattern Languages of Programs (PLoP 2012). The Hillside Group.
  2. Pattern published in de Cortie, T., van Broeckhuijsen, R., Bosma, G., & Köppe, C. (2013). Learning patterns for group assignments: part 2. In Proceedings of the 20th Conference on Pattern Languages of Programs (PLoP 2013). The Hillside Group.