Difference between revisions of "Template:Design pattern"

From Open Pattern Repository for Online Learning Systems
Jump to navigation Jump to search
(Apply new format for displaying pattern diagrams)
(Edited source instructions)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- Design pattern template
<!-- Design pattern template
  Fill in all succeeding fields that are either surrounded by a comment tag (<!--  - ->) or angle brackets (< >) -->
  Fill in all succeeding fields that are either surrounded by a comment tag (<!--  - ->) or angle brackets (< >) when applicable -->


{{Infobox_designpattern
{{Infobox_designpattern
|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) -->
|author= <!--List of authors separated by <br/>-->
|contributor= <!-- List of contributors separated by a " , "comma. This is optional so you can remove this field if there are no contributors -->
|contributor= <!-- List of contributors separated by <br/>. This is optional so you can remove this field if there are no contributors -->
|source= <!--Original publication of pattern (e.g., conference paper, journal, book). Use in-line citation and references in APA format -->
|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) -->
|stakeholders= <!-- List of stakeholders separated by <br/> -->
|stakeholders= <!-- List of stakeholders separated by a " , "comma -->
|datasource= <!-- List of data sources used in producing the pattern separated by <br/> -->
|evaluation = <!-- List of evaluations on the pattern separated by a " , "comma -->
|dataanalysis= <!-- List of data analyses used for producing the pattern separated by <br/> -->
|application = <!-- List of environments where the pattern was applied separated by a " , "comma -->
|evaluation = <!-- List of evaluations on the pattern separated by <br/> -->
|appliedevaluation = <!-- List of environments where the pattern was applied and evaluated separated by a " , "comma -->
|application = <!-- List of environments where the pattern was applied separated by <br/> -->
|appliedevaluation = <!-- List of environments where the pattern was applied and evaluated separated by <br/> -->
}}
}}


Line 20: Line 19:
<!-- Context of the design pattern -->
<!-- Context of the design pattern -->


==Evidence==
==Problem==
 
<!-- Problem the design pattern solves -->
===Literature===
<!-- Evidence from literature that was used in designing the pattern -->
 
===Data===
<!-- Evidence from data that was used in designing the pattern -->


==Forces==
==Forces==
<!-- List of forces affecting the solution. Each entry is preceeded by an * For example:
<!-- List of forces affecting the solution. Each entry is preceded by an * For example:
# Entry 1
# Entry 1
# Entry 2 -->
# Entry 2 -->
==Problem==
<!-- Problem the design pattern solves -->


==Solution==
==Solution==
Line 42: Line 33:


===Benefits===
===Benefits===
<!-- List of benefits from applying the solution to the problem Each entry is preceeded by an * For example:
<!-- List of benefits from applying the solution to the problem Each entry is preceded by an * For example:
# Entry 1
# Entry 1
# Entry 2 -->
# Entry 2 -->


===Liabilities===
===Liabilities===
<!-- List of liabilities from applying the solution to the problem Each entry is preceeded by an * For example:
<!-- List of liabilities from applying the solution to the problem Each entry is preceded by an * For example:
# Entry 1
# Entry 1
# Entry 2 -->
# Entry 2 -->


==Example==
==Evidence==
<!-- Example of applying the design pattern -->
 
===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==
==Related patterns==
<!-- Other design patterns related to the current design pattern and a description of how it is related -->
<!-- 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==

Latest revision as of 11:54, 13 June 2016


Design pattern
Contributors
Last modification May 18, 2024
Source
Pattern formats OPR Alexandrian
Usability
Learning domain
Stakeholders


Context

Problem

Forces

Solution

Consequences

Benefits

Liabilities

Evidence

Literature

Discussion

Data

Applied evaluation

Related patterns

Example

References