Hi,
I hope that I understand your question/ problem well... that you want to randomly pick a set of questions from a fixed set of questions... ? (even I got stuck in putting the sentence up :p)
You may make use of the Random Number (0-1), multiplies it with 10 and rounds it down to obtain a random number of 0~9.
It is then used to index a set of C.S.V (comma-separated-values) representing the indexes of the questions in a fixed set of questions (array).
The set of questions are then extracted with a for-loop.
PS: please refer to attached for reference...
http://www.eefocus.com/csxcs366/blog/08-09/157316_6e271.html
上面的文章说明如何创建0-100不重复随机数问题。
对随机数组任意取出20个, 利用LV的随机数发生器×80,随机确定开始索引,取出20个即可。