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}} $$ > Also check out $\sqrt{x+2}$! - [x] Try out: $x=0.75$ - [ ] $x=0.5$ could also *be correct*! - [ ] perhaps $x=1$? - [ ] $x=1.5$ #### What's the value of `x[3]`? ```python # a python list x = [1, 2, 3, 4] ``` - [ ] 1 - [ ] 2 - [ ] 3 - [x] 4 #### Is that italic ```python x = [1, 2, 3, 4] ``` - [x] Yes - [x] Yup, it is - [ ] No #### Order the following letters 1. a 2. b 3. c 4. d ## Please bring the following into sequence! That's **super easy**! > Three is larger than one... 1. One 2. Two 3. Three 4. Four 5. Five