trackQuizResultClick

fun trackQuizResultClick(    quizId: String,     quizVersionId: String,     quizSessionId: String,     customerId: String,     variationId: String? = null,     itemName: String? = null,     sectionName: String? = null,     resultId: String? = null,     resultPositionOnPage: Int? = null,     numResultsPerPage: Int? = null,     resultPage: Int? = null,     resultCount: Int? = null,     analyticsTags: Map<String, String>? = null)

Tracks quiz result click events ##Example

ConstructorIo.trackQuizResultClick("coffee-quiz", "23AECMA-1EFKCI", "34NCUIEI-214CDN", "shirt-a", "shirt-a--reg", "White shirt", null, null, 10, 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

customerId

The item identifier of the clicked item i.e "PUMP-KAB-0002"

variationId

The variation item identifier of the clicked item

itemName

The item name of the clicked item i.e "Jacket Denim"

sectionName

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

resultId

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

resultPositionOnPage

the position of the clicked item on the page i.e. 4

numResultsPerPage

The count of quiz results on each page

resultPage

The current page that quiz result is on

resultCount

The total number of quiz results

analyticsTags

Additional analytics tags to pass