Random Number

Hi,This is the first time I've posted here, so please bear with me.Is there any way to generate a random number between certain bounds? I'm trying to create a test where the user gets a set of questions from a pool chosen at random. I have this working with 15 tests set to choose 1 question at random and this works absolutely fine. However, I need to give the user a 2nd chance at any question they get wrong.With this in mind, I'm considering abandoning the Test solution and setting a random number between 1 and 3 and then using that to choose which question the user sees. That way they can re-visit the same question. It's a fairly simple concept, I just can't find any method of generating a random number.TIAJim

Discussions have been disabled for this post