I am not sure if anyone can help me, but I am doing a PHP project for a final project in school. Here is the question at hand:
Design a "data scavenger" using server-side techniques. The scavenger should use links -dump or similar techniques in PHP to gather information in some knowledge domain. The software should then construct questions and answers and should present questions to users in multiple choice format. Your script will have to parse the HTML input from the various sites used, and for example, to recognize various forms of questions (who, when, what, where, etc.) and to construct meaningful wrong answers in addition to the correct answer.
I am not sure of how to build that information dynamically by taking any random website?
Any help is welcome! Thank you very much!