trackQuizResultLoad

fun trackQuizResultLoad(    quizId: String,     quizVersionId: String,     quizSessionId: String,     sectionName: String? = null,     resultId: String? = null,     resultPage: Int? = null,     resultCount: Int? = null,     url: String = "Not Available",     analyticsTags: Map<String, String>? = null)

Tracks quiz result load events ##Example

ConstructorIo.trackQuizResultLoad("coffee-quiz", "23AECMA-1EFKCI", "34NCUIEI-214CDN", null, null, 1, 10, null)

Parameters

quizId

The quiz id

quizVersionId

version identifier for the quiz. version ID will be returned in quiz request responses

quizSessionId

session identifier for the quiz. session ID will be returned in quiz request responses

sectionName

The section that the results came from, i.e. "Products"

resultId

The result ID of the quiz response that the selection came from

resultPage

The current page that quiz result is on

resultCount

The total number of quiz results

analyticsTags

Additional analytics tags to pass