hi @eddieatuha - not quite sure how your picture quiz works but some thoughts. For each picture shown, it sounds like you present the user with 3 names in random order (only one is the correct answer). You probably have a “name id” for each of the names (might be “1” for “name1”, “2” for “name2” and “3” for “name3”?). While I haven’t used it, the random # generator below could help you.