Difference between revisions of "InstaGov/Debate Mapper"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(brief intro, xlink to "debate mapping" page)
(links: one table, obsolete code)
 
Line 11: Line 11:
 
* Any '''response''' may also be viewed as a target claim, and the rules for target claims (given above) apply without modification
 
* Any '''response''' may also be viewed as a target claim, and the rules for target claims (given above) apply without modification
 
* Any claim may either be '''standalone''' or '''bundled''':
 
* Any claim may either be '''standalone''' or '''bundled''':
** A standalone claim remains active as long as it has ''at least one'' active supporting claim
+
** A '''standalone''' claim remains active as long as it has ''at least one'' active supporting claim
** A bundled claim remains active only as long as ''all'' of its supporting claims remain active
+
** A '''bundled''' claim remains active only as long as ''all'' of its supporting claims remain active
 
* Any claim which has no active counterclaims is described as "active" and possibly true
 
* Any claim which has no active counterclaims is described as "active" and possibly true
 
* Any claim which has at least one active counterclaim is described as "inactive" and presumed to be false
 
* Any claim which has at least one active counterclaim is described as "inactive" and presumed to be false
Line 18: Line 18:
 
** each link of the chain becomes its own claim, subject to the same rules as any other claim
 
** each link of the chain becomes its own claim, subject to the same rules as any other claim
 
** failure (deactivation) of any one of the links in the chain invalidates (deactivates) the claim (normal claims remain active as long as any ''one'' supporting claim remains active)
 
** failure (deactivation) of any one of the links in the chain invalidates (deactivates) the claim (normal claims remain active as long as any ''one'' supporting claim remains active)
 +
==Data==
 +
* [[../schema/claim|claim]]
 +
==Obsolete==
 +
* Code: [https://github.com/woozalia/w3tpl/blob/master/plugins/debate-mw.php debate-mw.php]: depends heavily on [[MediaWiki]] and [[w3tpl]]; UI not very good

Latest revision as of 23:51, 3 September 2017

About

The InstaGov Debate Mapper module is web software for debate mapping. It is ultimately intended to be integrated with the other InstaGov modules, but should also be available for standalone use.

Rules

adapted from InstaGov

  • Every debate starts with a claim which asserts as fact the subject of the debate.
  • Any claim may be answered by zero or more responses, each of which is also a claim
  • Each response must relate to the target claim in one of the following ways:
    • Support: an argument that the parent claim is true
    • Counter: an argument that the parent claim is false
    • Informal (or "informational"): information which neither supports nor contradicts the parent claim but helps narrow or guide the discussion in some way
  • Any response may also be viewed as a target claim, and the rules for target claims (given above) apply without modification
  • Any claim may either be standalone or bundled:
    • A standalone claim remains active as long as it has at least one active supporting claim
    • A bundled claim remains active only as long as all of its supporting claims remain active
  • Any claim which has no active counterclaims is described as "active" and possibly true
  • Any claim which has at least one active counterclaim is described as "inactive" and presumed to be false
  • A response claim may require a chain of reasoning in support; in this case:
    • each link of the chain becomes its own claim, subject to the same rules as any other claim
    • failure (deactivation) of any one of the links in the chain invalidates (deactivates) the claim (normal claims remain active as long as any one supporting claim remains active)

Data

Obsolete