C Appendix Variable Types
jamovi classifies data variables in four classes:

Nominal : categorical factor, it is passed to the R engine as a factor. Its behavior in jamovi interface depends on the
Data Typeproperty. We haveData Type:integercan be inserted in the input field that permits numerical variable and nominal variablesData Type:textcan be inserted in the input field that permits nominal variablesData Type:decimalit does not exist. SettingData Typetodecimalmakes the variable acontinuous type
Continuous : numerical variable, it is passed to the R engine as a number. It can be input in the variable field that permits numerical variable. The data type property behaves like this:
Data Type:integerrounds the values to the closer integerData Type:decimalallows for floating pointsData Type:textdoes not exist, settingData Typetotexttransforms the variable into a nominal variable
Ordinal : numerical variable, it is passed to the R engine as an ordered factor. It can be input in the variable field that permits numerical and ordinal variables variable. The data type property behaves like this:
Data Type:integercan be inserted in the input field that permits numerical variable and nominal variablesData Type:textcan be inserted in the input field that permits nominal variablesData Type:decimaldoes not exist. SettingData Typetodecimalmakes the variable acontinuous type
ID : something cool which I do not know about.