Property:Answer Type

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a property of type [[Has type::Text]]. It links to pages that use the form [[Has default form::]].
+
This is a property of type [[Has type::Text]].  
  
 
The allowed values for this property are:
 
The allowed values for this property are:
* [[Allows value::None]]
+
* [[Allows value::None]] - if a question is accepted but lacks any accepted answer - complete, inherited, or partial.
* [[Allows value::Complete]]
+
* [[Allows value::Complete]] - an accepted direct answer to the question
* [[Allows value::Partial]]
+
* [[Allows value::Partial]] - an accepted answer to one of the question's subquestions (only used when the question doesn't have an accepted direct answer)
 +
* [[Allows value::Inherited]] - an accepted answer to the question's parent question (used even if the question has an acecpted direct anwser)

Latest revision as of 20:25, 19 February 2023

This is a property of type Text.

The allowed values for this property are:

  • None - if a question is accepted but lacks any accepted answer - complete, inherited, or partial.
  • Complete - an accepted direct answer to the question
  • Partial - an accepted answer to one of the question's subquestions (only used when the question doesn't have an accepted direct answer)
  • Inherited - an accepted answer to the question's parent question (used even if the question has an acecpted direct anwser)
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "None",
            "Complete",
            "Partial",
            "Inherited"
        ]
    }
}