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
isRenderedquestioninstance method. - The
renderedquestioninstance event. - The
render_optimizationinitialization options.