Property:Answer Type

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
The allowed values for this property are:
 
The allowed values for this property are:
* [[Allows value::None]] - if a question is accepted but lack any accepted answer - complete, inherited, or partial.
+
* [[Allows value::None]] - if a question is accepted but lacks any accepted answer - complete, inherited, or partial.
 
* [[Allows value::Complete]] - an accepted direct answer to the question
 
* [[Allows value::Complete]] - an accepted direct answer to the question
 
* [[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::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)
 
* [[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"
        ]
    }
}