Difference between revisions of "Template:Logic Model"

From PKC
Jump to navigation Jump to search
Line 46: Line 46:


}}
}}
</noinclude>
=TO BE DEPRECATED=
When you see this, please consider moving the logic model below from <code>Template:Logic Model</code> to [[Template:LogicModel]]
{|class=wikitable
|'''1. [[Context]]'''
|colspan = 3|
{{{context}}}
|-
|'''2. [[Goal]]'''
|colspan = 3|
{{{goal}}}
|-
|'''3. [[Success Criteria]]'''
|colspan = 3|
{{{criteria}}}
|-
|style = "width:300px"|'''4. [[Outputs]]'''||style = "width:300px"|'''5. [[Process]]'''||style = "width:300px"|'''6. [[Inputs]]'''
|-
|
{{{outputs}}}
|
{{{process}}}
|
{{{inputs}}}
|-
|'''7. [[Boundary Conditions]]'''
|colspan = 3|
{{{boundaries}}}
|-
|}
[[Category:Contract]]
[[Category:Logic Model]]
<noinclude>
<templatedata>
{
"params": {
"context": {},
"goal": {},
"criteria": {},
"outputs": {},
"process": {},
"inputs": {},
"boundaries": {}
},
"description": "A Logic Model contains seven visible parameters, they are all text-based descriptions."
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 00:55, 14 August 2021

A Logic Model is a one page diagram that summarizes the Context, Goal, Desirable Effects, Input/Output Specification of a set of Activities.

This is an instrument for one to quickly organize thoughts and create a Design Contract with the rest of the world.

The syntax for filling up the Template is as follows:

{{
Template:Logic Model 

|context=A statement describing the spatial and temporal context of the event or project at hand.

|goal= An imperative statement that describes what is to be accomplished.

|criteria= A conditional statement that can be judged based on the outputs of the expected execution process.

|outputs= A list of items that were to be created through the process.

|process= An organized set of actions or sub-processes that takes inputs and transforms them into outputs.

|inputs= A set of resources that were to be employed in the above mentioned process.

|boundaries=A set of situations which could affect the validity of the overall project, or event.

}}

And it should be rendered in a page as what follows: