A simple education web application implementation that include questions prepared by school teachers, and then users need to access the web site to answer inside the text box.
The feedback of the submitted answer must be as accurate as possible (the accuracy not necessary be 100% as the machine or server script is not human being to correct the answer) which is response by script from real time PHP server / AJAX dynamically.
[1] Writing analysis
For example, teacher is preparing a passage and 2 - 3 questions with suggested answer. The program needs to analyze the user's writing pattern and comparing to the suggested answer generated by server (PHP script) and response the result with scores (marks) to the user. I guess this analysis need some spelling and then grammar checker method?
[2] Translation analysis
This is advance research I guess, which it must be not using any online available API. For example, the passage question from above answered by user need to do a [English to Chinese] or vice-verse translation for a sentence or one whole paragraph. How can the PHP or Java application doing this analysis and response the result with scores (marks) to the user?
The feedback of the submitted answer must be as accurate as possible (the accuracy not necessary be 100% as the machine or server script is not human being to correct the answer) which is response by script from real time PHP server / AJAX dynamically.
[1] Writing analysis
For example, teacher is preparing a passage and 2 - 3 questions with suggested answer. The program needs to analyze the user's writing pattern and comparing to the suggested answer generated by server (PHP script) and response the result with scores (marks) to the user. I guess this analysis need some spelling and then grammar checker method?
[2] Translation analysis
This is advance research I guess, which it must be not using any online available API. For example, the passage question from above answered by user need to do a [English to Chinese] or vice-verse translation for a sentence or one whole paragraph. How can the PHP or Java application doing this analysis and response the result with scores (marks) to the user?