How to randomly show 1 of X questions at a LimeSurvey survey

LimeSurvey offers various randomization features. One common randomization use case is showing different versions of a question at a LimeSurvey survey. To do so, you need to randomly show one of the X question versions to the user so the first step would be to generate a random number between 1-X. For this we can use [...] read more