I think what I'd do is look at includes/class_verify.php, as well as class_verify_image.php and class_verify_question.php, then write a class_verify_multiple.php (or whatever you want to call it) to implement your method. You can probably use the class_verify_image class directly in your class to implement the image part. The question part might be a bit more trouble because that class is written to select one question from one pool, so having two types might be a problem.
Of course that all sounds easy but you'll no doubt run in to other problems, but I think that's where I'd start.
|