nextQuestionStart

fun nextQuestionStart(playerId: UUID, poolSize: Int, questionsPerInterview: Int): Int(source)

Gets the next interview question starting index and advances the rotation.

Return

The starting index for this interview's questions

Parameters

playerId

The player's UUID

poolSize

Total number of questions in the pool

questionsPerInterview

Number of questions per interview session