Need a dynamic questionaire app that ideally does the following:
1) has a reusuable view for top half of the view that contains a scrollable text label or similar that is read only for a question.
2) a answer type can be defined of the following:
a. free text (single line)
b. larger comments text (multiple lines and scrolling)
c. numeric value
d. picker view with a fixed list (only can select from list given)
e. picker view with "other" option where if required answer is not provided an other option may be selected and added to the list
f. picture selector (existing pictures) or capture a new picture
g. date/time picker
h. yes/no picker (segmented control)
i. signature (capture signature and save jpg, png, or similar)
idea is I would read the questions from a text file which would have the text to populate the question label (#1 above) and also the type of question which would load the appropriate view (#2) and contain any required values for picker select lists, etc.