For this project to run you need to make sure that your computer has a valid version of Node JS installed.
$ git clone https://github.com/19WDWU02/Node-JS-Introduction.git
$ cd Node-JS-Introduction
This project contains multiple different node js files which can be run. To any of these files you need to call.
$ node 'FILENAME'
Combine both the process and filesystems modules to create a new quiz.
This quiz needs to (in no particular order)
- Ask for the users name
- Ask them a set of questions
- At the end of the quiz tell them how many questions they got right and wrong
- Tell them what was the correct answers for the questions they got wrong
- Output a .txt file with their name as the filename which has all their results on it
- If someone with the same name does the quiz, we want a different file to be created rather than the other persons file be remove.