Template Question
markermd_question.Rd
S7 class representing a single template question with selected nodes and validation rules
Usage
markermd_question(
id = integer(0),
name = character(0),
selected_nodes = markermd_node_selection(),
rules = list()
)