CaydDmann Posted November 19, 2011 Share Posted November 19, 2011 I'm trying to make a script that auto-completes a multichoice like quiz. I want to know if its possible to click on a image when a certain bitmap is there. Like, I want to click on the answer 5 bitmap when scar sees that the question bitmap is 4+1... I dont really know how to explain this. Any help would be great, thanks. Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 19, 2011 Share Posted November 19, 2011 This is technically possible, but you'll have to use text recognition and write an engine to evaluate mathematical expressions. Unless of course the answers are dynamically generated, then I guess you could just create bitmaps of each question and answer to find it... Quote Link to comment Share on other sites More sharing options...
CaydDmann Posted November 19, 2011 Author Share Posted November 19, 2011 Let's say that the quiz has 100 questions, but the questions generate randomly. How would I go about writing a script that when it sees the questions bitmap it looks for the answer bitmap and clicks on it? Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 19, 2011 Share Posted November 19, 2011 Well, it might not be possible, you should post a screenshot so I can see what we're dealing with. Quote Link to comment Share on other sites More sharing options...
CaydDmann Posted November 19, 2011 Author Share Posted November 19, 2011 This is an example question. There isn't much actual reason for me to make this script, its mainly so I can learn more about bitmaps and how to use them. Quote Link to comment Share on other sites More sharing options...