Back to Kinetic Request RE Integrations
Handler · Version 5

Kinetic Request Submission Format Answers HTML Kinetic Request RE

Download GitHub

Parameters
Name Description Sample
Starting Question: The question name of the first question that should be formatted. If this is left blank, the first question on the service item will be used.
Ending Question: The question name of the last question that should be formatted. If this is left blank, the last question on the service item will be used.
Included Questions: A comma separated list of question names that should be explicitely included in the question list. Questions included in this list will be included even if they do not exist between the starting and ending questions. Whitespace matters; ensure there are no spaces after a comma separating the menu labels (unless the question menu label includes a preceding space).
Excluded Questions: A comma separated list of question names that should be explicitely excluded in the question list. Questions included in this list will be excluded even if they exist between the starting and ending questions or are included in the 'Included Question' parameter. Whitespace matters; ensure there are no spaces after a comma separating the menu labels (unless the question menu label includes a preceding space).
Survey/Request Instance ID: Instance ID of the survey/request to retrieve answers for
Include Review Link: Yes/No: Whether or not a review link should be included below the table
Include Template Name: Yes/No: Whether or not the name of the template should be included above the table as a header
Default Web Server: Default Web Server
Heading table structure: header table structure
Question table tag open: opening table tag and styling
Question table tbody tag open: opening table tag and styling
Question table tr tag open: opening tr tag and styling
Question table label td tag open: opening question label td tag and styling
Question table label td tag close: closing question label td tag
Question table answer td tag open: opening question answer td tag and styling
Question table answer td tag close: closing question answer td tag
Question table tr tag close: closing tr tag
Question table tbody tag close: closing body tag
Question table tag close: closing table tag
Results
Name Description
result The HTML table/string result of answers referenced by the starting/ending question and included/excluded questions parameters.
textresult The same data as in the HTML result, but in a text only format. Answers: Question Label: Answer format.
Changelog

KineticRequestSubmissionFormatAnswers__HTML v5 (2015-12-18)

  • 5.2 version. Handles 5.2 unlimited answers.

KineticRequestSubmissionFormatAnswers_HTMLV4 (2015-04-17) *Added ability to add template name as title *Added ability to add review link as footer *Fixed issue with starting and ending questions needing to be required. *Added basic HTML escaping for answer and question labels for the result

KineticRequestSubmissionFormatAnswers_HTMLV3 *Bug fix to use correct key to access records *WARNING: known error: doesn't handle empty starting question well. Be sure specified starting question is a required question.

KineticRequestSubmissionFormatAnswers_HTMLV2 (2012-07-20)

  • uses specified submission, not necessarily the current one
  • displays question labels in the results rather than question names

KineticRequestSubmissionFormatAnswers_HTMLV1 (2012-07-19)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top