diff --git a/test/fixtures/questions.yml b/test/fixtures/questions.yml index 8b3bec8..4534b73 100644 --- a/test/fixtures/questions.yml +++ b/test/fixtures/questions.yml @@ -2,19 +2,19 @@ fed1: quiz: fed - question: Select an example of media query from below. + question: 'You have a bit of text that you want to be available for screen readers but not visible on the screen, so you set it with CSS to “visibility: hidden”. Is this the best decision?' category: CSS - input_type: radio - input_options: [ option-1, option2, "option 3"] + input_type: text + input_options: sort: 0 active: true fed2: quiz: fed - question: What are some ways you can improve a site's performance (load time)? - category: Performance + question: What function can be used to determine if a value is present in a given array? + category: JavaScript input_type: checkbox - input_options: [ option-1, option2, "option 3", option-4, option5] + input_options: [ 'indexOf()', 'present()', 'inArray()' ] sort: 1 active: true @@ -29,8 +29,8 @@ fed3: fed4: quiz: fed - question: Briefly explain the principles of Progressive Enhancement. - category: Performance + question: Does your app/website need a doctype? Why or why not? + category: HTML input_type: text input_options: sort: 3 @@ -38,10 +38,10 @@ fed4: fed5: quiz: fed - question: Which is your favorite grid system? - category: CSS + question: What is the best way to track user interaction within a group of dynamically generated child elements? + category: JavaScript input_type: radio - input_options: [ option-1, option2, "option 3"] + input_options: [ 'Dynamic listeners', 'Event delegation', 'Callback functions', 'HTML data attributes' ] sort: 4 active: true