Quizdown Demo Page

--- shuffleAnswers: true shuffleQuestions: true nQuestions: 5 passingGrade: 80 customPassMsg: You have Passed! customFailMsg: You have not passed --- #### What's the value of $x$? This is what I mean: $$ x = \sqrt{\frac{9}{16}} $$ - [x] $x = 0.75$ - [ ] $x = 0.5$ - [ ] $x = 1$ - [ ] $x = 1.5$ #### What's the value of `x[3]`? ```python x = [1, 2, 3, 4] ``` - [ ] 1 - [ ] 2 - [ ] 3 - [x] 4 #### What's the value of `x[3]`? ```javascript const x = [1, 2, 3, 4] ``` - [ ] 1 - [ ] 2 - [ ] 3 - [x] 4 #### Is that italic? maybe *yes* or **no** ```robot *** Test Case *** Test123 Log Hello, World! ``` > This is a hint with some markdown: **bold**, *italic*, and `code`. - [ ] Yes > `yes` This is a **COMMENT** with some markdown: **bold**, *italic*, and `code`. - [x] No > `no` This is a **COMMENT** with some markdown: **bold**, *italic*, and `code`. #### Order the following letters 1. a 2. b 3. c 4. d

Stats