Property:Answer Type

From Encyclopedia of Scientonomy
Jump to navigation Jump to search

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"
        ]
    }
}