Add password to survey spec documentation

This commit is contained in:
Matthew Jones
2016-06-06 13:24:21 -04:00
parent 936db91560
commit 5d32d6e17a

View File

@@ -23,6 +23,7 @@ list of survey items.
Within each survey item `type` must be one of: Within each survey item `type` must be one of:
* text: For survey questions expecting a textual answer * text: For survey questions expecting a textual answer
* password: For survey questions expecting a password or other sensitive information
* integer: For survey questions expecting a whole number answer * integer: For survey questions expecting a whole number answer
* float: For survey questions expecting a decimal number * float: For survey questions expecting a decimal number
* multiplechoice: For survey questions where one option from a list is required * multiplechoice: For survey questions where one option from a list is required