Data Model > Available DSCs > Quancept MDSC > Custom properties used by Quancept MDSC
 
Custom properties used by Quancept MDSC
This is a list of the the MDM custom properties that are used by Quancept MDSC. All of the custom properties are in the QC user context, except those marked with an asterisk (*), which are in the Question user context.
DisplayOrientation*
Value: String
Applies to: Grid, Variable, VariableInstance
Has value Horizontal or Vertical. Indicates orientation of the elements of the variable within the grid. Some components (such as Quanvert DSC) currently set this property on the Variable or VariableInstance objects and not on the grid itself. However, this use is to be phased out. To maintain backwards compatibility, when looking for the orientation of a grid, components should search the custom properties on the grid and then on the associated variable(s) and VariableInstances recursively. When looking for the orientation of a variable or VariableInstance, components should search the custom properties on the VariableInstance, then the associated variable, and the variable's parent, grandparent, and so on, up to the grid that contains it.
DecimalPlaces*
Value: Integer
Applies to: Real variables
For real numeric questions, defines the number of decimal places.
Template
Value: String
Applies to: RoutingItem
Absolute path to the template file.
CategoricalPresentation
Value: String
Applies to: RoutingItem
Specifies which type of GUI object to use for presenting responses. Valid values are: combobox, checkbox, and listbox in lowercase only.
CategoricalPresentationColumns
Value: Integer
Applies to: RoutingItem
For categorical and categorical grid questions, the number of columns in which to display the response list.
Comment
Value: String
Applies to: RoutingItem
Comment text.
MustAnswer
Value: Boolean
Applies to: RoutingItem
Specifies whether an answer is required or not. The default value is True.
Picture
Value: String
Applies to: Element
Absolute path to an image file.
PicturePosition
Value: String
Applies to: Label
Specifies the position of the picture relative to the text. Legal values are "left", "right", "above", "below" (always use all lowercase letters). The default value is "left"
TextBoxWidth
Value: Integer
Applies to: MDMObject
Specifies the width of a text box.
TextBoxHeight
Value: String
Applies to: MDMObject
Specifies the height of a text box.
See also
About the Quancept script
Quancept MDSC