| IPageTemplateRenderForQuestion Method |
Renders the template for a given question of a given survey interview
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IPageRender RenderForQuestion(
ISurvey survey,
IInterview interview,
string question,
string ouptutId,
IDictionary<string, string> properties
)
Function RenderForQuestion (
survey As ISurvey,
interview As IInterview,
question As String,
ouptutId As String,
properties As IDictionary(Of String, String)
) As IPageRender
IPageRender^ RenderForQuestion(
ISurvey^ survey,
IInterview^ interview,
String^ question,
String^ ouptutId,
IDictionary<String^, String^>^ properties
)
Parameters
- survey
- Type: AskiaCoreISurvey
Survey for which the template will be rendered - interview
- Type: AskiaCoreIInterview
Interview for which the template will be rendered - question
- Type: SystemString
Question for which the template will be rendered - ouptutId
- Type: SystemString
Id of the output to render for the template - properties
- Type: System.Collections.GenericIDictionaryString, String
Collection of properties used to render the template
Return Value
Type:
IPageRenderReturn the rendered template
See Also