Questions API Methods
render()
Manually renders a question instance if it has not already been rendered, e.g. if the activity has been configured to defer rendering. Returns true
if the rendering happens successfully, and false
if it hasn't, e.g. if the question was already rendered.
Arguments
None.
Return value
Type boolean
Related articles
- The
isRendered
question
instance public method. - The
rendered
question
instance event. - The
render_optimization
initialization options.