Using C# and Xamarin form develop an application that will allow us to create a set of quiz questions, and also allow us to take the quiz also let user create quiz and can add or delete (like a button to EDIT quiz). At a minimum, there would be an ID, Question, Answer, and Points for each question. For example, ID: 1 Question: What is the capital of United States? a) Miami b) Washington DC c) New York d) Virginia Answer: b Score: 5 Show transcribed image text Using C# and Xamarin form develop an application that will allow us to create a set of quiz questions, and also allow us to take the quiz also let user create quiz and can add or delete (like a button to EDIT quiz). At a minimum, there would be an ID, Question, Answer, and Points for each question. For example, ID: 1 Question: What is the capital of United States? a) Miami b) Washington DC c) New York d) Virginia Answer: b Score: 5
Expert Answer
Answer to Using C# and Xamarin form develop an application that will allow us to create a set of quiz questions, and also allow us…