subject

For my project I have to do the following: Write a program which achieves the following requirements: 1. creates a unique username for each user. The username is made up from the first 3 letters of their name and their age. E. g. Gemma Smith, age 17 would have a username of ‘Gem17’. It then asks the user to enter a password for their account. 2. stores the username and password of the user, the details about each user, and the topic, score and difficulty rating of all quizzes each student has taken. These do not have to be stored in the same file or database. 3. allows a user to select a topic and difficulty rating (Easy, Medium or Hard) and asks five questions on that topic: a. ‘Easy’ mode has a choice of two answers for each question b. ‘Medium’ mode has a choice of three answers for each question c. ‘Hard’ mode has a choice of four answers for each question 4. loads the questions and answers from a file stored externally to the game. 5. displays the user’s score, percentage and grade achieved for that quiz. . . Any help is great help. I have no idea what i'm doing as it's my first time using Python (i've used C#,html, css and visual basic). Thank you.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Which of the following physical laws can make the flow of water seem more realistic? a. motion b. gravity c. fluid dynamics d. thermodynamics
Answers: 2
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
What season was better from fortnite?
Answers: 2
question
Computers and Technology, 24.06.2019 08:10
Where are american poets found in the dewey decimal system
Answers: 1
You know the right answer?
For my project I have to do the following: Write a program which achieves the following requirements...
Questions
question
Mathematics, 17.12.2020 17:20
question
Biology, 17.12.2020 17:20
question
Mathematics, 17.12.2020 17:20
Questions on the website: 13722367