
Coding ASMR Lo-Fi | multiple choice quiz (Part 2/2) . Keyboard sounds, whispers
This is a lo-fi ASMR coding video of me writing a program of Java that involves classes and objects.
I attempt to code a simple text-based multiple choice quiz in Java. This is the part where I code a complete text-based quiz containing multiple questions of multiple choice format. I coded an array of Question, which is basically the whole quiz and making a loop going through every question where every time it asks to input an answer.
I make typing noises as well as whisper voice for ASMR triggers. I do not have a high tech mic unfortunately so I just use my built-in microphone on my device to start with.
Note that this is not meant to be 100% a tutorial, but as you watch you may pick up or reinforce the concept of of objects, fields/attributes and classes.
Part 1: https://youtu.be/ORJDmv7U8DM
Question code pastebin: https://pastebin.com/02DbtAim
QuestionApplication code pastebin: https://pastebin.com/4s4wiayR
[0:00] Intro
[2:00] Recap from part 1
[3:01] Coding individual Question objects
[24:37] answerQuestion method
[30:50] loop for answer inputs
[38:39] testing the quiz
[46:30] complete program and conclusion
[48:41] End