Hi there,
I would like to randomize the choice of a string in a question. For example
$type = random(concave mirror, convex lens)
Where one of the arguments of random would be selected to be placed where $type is placed in a question.
Thanks,
Zak
Try
$type = list_random('concave mirror', 'convex lens');
John
$type = list_random('concave mirror', 'convex lens');
John
Thanks, worked a treat!
Zak
Zak