HomeGuidesRecipesAPI
HomeGuidesAPILog In

Questions

Only a potential structure, page may not be used at all

Projects use questions to show and collect information from users, and operate project functions. There are some notable unique Questions that operate sightly different to the rest; Input, Output, and Answer.

Questions are controlled in the same method as all other blocks, via the Right Properties/Conditions/Summary Panel through setting of properties and conditions. You can also use functions to dynamically change text, properties and other formatting. The option for custom HTML embedding and user comments is also available.

Question TypeDescription
Answer
Action Button
BarcodeUsed to insert a barcode image of data (field, value or string of text) into the generated document.
ButtonButtons are tile question that can contain text and images.
ChoiceAlso known as Group Logic question type in Infiniti v8 and below. Allows end users to choose between a fixed number of options.
Content LibraryInserts items from the SmartIQ content library into the document.
Data questionAllows the retrieval of a single or multiple records from an external data source.
Document Viewer
Draft Editor
File SelectionThe File Selection question type allows users to upload files to the form and the Content Library.
GeolocationRetrieves information from the user’s profile, or performs calculations using formulas or functions.
InkAllows users to sign or draw on-screen via mouse or touch input (on mobile).
Get Document
FieldProvides a textbox where the end user can enter text, a date, or a number.
LabelUsed to display text and images without the need for end user interaction in Produce
LogicAn invisible question type used for inserting or excluding content or formatting text based on a set of rules.
NumericThis provides you with a slider-type question.
Rich TextProvides an inline text editor that allows users to apply basic formatting within the web form.
Stripe Connector
Summary
Validator Retrieves information from the user’s profile, or performs calculations using formulas or functions.
VariableRetrieves information from the user’s profile or calculates values from data collected in the question set.
Video Player
Visuals
Input and Output Questions

📘

Multi-line text boxes have a default limit of 150K characters

For security reasons the maximum number of lines that can be entered into multi-line text boxes is 150k

Generic Question properties

Question properties are presented in the right hand inspector panel when a question is selected.

Label
Appearance

Question Comments Option

📘

questions made invisible don't allow the comments option

The Question Comments feature can be activated by checking the Allow Comments option at the bottom of the Properties section in Web Design for each question you want comments to be allowed for.

Questions with the comment option

Data SourceLabelRich Text
File SelectionChoiceText Field - input - Feild
GeolocationNumeric
InkPassword

Comments are not normally saved to any answer file that is created, they are however if you have the history activated, the comments are kept along with the form answer history.

Comments will be merged during parallel workflows. Users will be able to see any comments saved as part of a parallel workflow, up to the point they started working on the form. If they save their answers and come back later, they may see additional comments added by parallel users.

A comments icon will appear next to any question in where comments are activated. The icon will be different depending on whether comments already exist for the question or there are no comments yet on the question. A counter will appear next to the icon to indicate that this question has comments not yet seen by the current user.

Clicking on the icon will open a popup with any current comments and the option to add new comments.

Comments will be marked with the date and time of creation and will appear listed in reverse date order. Comments will be prefixed with the user's name (or username if no name details entered) so you can identify who made a comment.

Once added a comment can be deleted or edited only by the current user. A small down arrow will appear at the side of any comment that can be currently edited or deleted. Click on this arrow will bring up the edit options. For mobile versions there will be an edit pencil and a delete "X".

Once the current user submits the form or submits part of the form, the comments entered by that user can no longer be edited or deleted, even if that user returns to the same question in a later step of the form.

Saving Question Comments to Answer Files

It is possible to keep comments in a saved answer file. However, there are a few potential drawbacks.

1.When the answer file is loaded it may contain comments from persons no longer employed or working with this project which might cause confusion.

2.Every comment will be reset as not seen by any user, this means any question with a comment saved in the answer file will show a counter indicating a number of unread comments - however, the current user may have seen these comments in a previous run of this project.

If you still want to enable this functionality:

A flag called ENABLE_COMMENTS_PURGE can be set to the appropriate business unit in the Global_Options table.

insert into [Global_Options] (businessunitguid,optioncode,optiondescription,optionvalue)  values ('<Insert your business guid here>','ENABLE_COMMENTS_PURGE','Enforce purge of comments at finish if not archived','True')

If this flag is set to True, then pinning of comments is activated. A pin-style icon will appear next to each comment, and clicking on it will unpin/pin the comment.

New comments are automatically pinned.
Comments can be pinned/unpinned by any user at any workflow stage.

What happens to pinned comments?

  • Pinned comments will be kept in the template and workflow history logs once the workflow is complete.
  • Pinned comments will be saved to any answer file created,

What happens to unpinned comments?

Unpinned comments will not be saved to any answer file or log file.

Will a reloaded answer file contain comments?

Reloaded answer files (accessed using the reload icon) will NOT include unpinned comments. However pinned comments will be displayed on a reload.