cs425_fall18_hw03
资源简介
In this assignment, you are required to implement a Questions Game, in the form of a website, using PHP and HTML forms. The pages should be dynamically generated using PHP and the game should consist of 5 questions minimum. The questions that you are going to use must be saved in an XML file, that you will structure yourselves. The questions should have a minimum of three levels of difficulty with a minimum of 25 questions for each level. Use REAL questions. The questions must be selected randomly from the XML file but only asked once. You will only show one question at a time. The score for each question should be based on the level of difficulty. The difficulty of the next question should be selected based on the current question’s answer. If a player answers correctly, the next question should be from a higher level of difficulty. If a wrong answer is given, then the next one should be easier. The first question should be of medium difficulty. During the game, the player should not be aware of the difficulty or if he answered correctly or not, but only when the game has finished. The player should know how many questions he answered so far and how many are left. At the end of the game, the player should see an overall score of his performance that will show the list of the questions (you can use only the numbers), if he answered correctly or not, the difficulty, the score for each answer and his overall score. The player should also have the option to save his score using a nickname; the storing solution for this is up to you, you can use a flat file if you wish. The website/game must consist of the following three pages only: 1. Home Page (index.php): The home/landing page will be the entry point of the website/game. At the beginning, the player should be given a welcoming message and a start button. During the game, the player should only be given one multiple choice question at a time (using HTML forms and radio buttons), a button to move to the next question,...
- 资源类型
- 软件
- 第三方域名
- github.com
- 索引时间
- 2026-08-04 05:30
访问第三方资源链接需要 VIP 权限。注册与搜索永久免费,VIP 仅用于访问第三方链接。