devops-quiz-app DevA Created the quiz questions as well as the format Makes sure that the format remains the same for all the questions The questions are formatted in a way that the json file provides an array index for the correct answer. Each question will only be asked once. DevB Initialised the main UI of the web page as well as the quiz code logic. Made sure that the files were working as intended and can access each other The UI of the web page is only static. Provides the user an explanation of why the answer they provided is wrong. Ensured data integrity between files.