Click or drag to resize
Askia

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
)

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: IPageRender
Return the rendered template
See Also