Updates some questions for demo

This commit is contained in:
Jennifer Siegfried 2016-08-05 12:11:15 -06:00
parent e6f0466a10
commit be74717bcd

View File

@ -2,19 +2,19 @@
fed1: fed1:
quiz: fed 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 category: CSS
input_type: radio input_type: text
input_options: [ option-1, option2, "option 3"] input_options:
sort: 0 sort: 0
active: true active: true
fed2: fed2:
quiz: fed quiz: fed
question: What are some ways you can improve a site's performance (load time)? question: What function can be used to determine if a value is present in a given array?
category: Performance category: JavaScript
input_type: checkbox input_type: checkbox
input_options: [ option-1, option2, "option 3", option-4, option5] input_options: [ 'indexOf()', 'present()', 'inArray()' ]
sort: 1 sort: 1
active: true active: true
@ -29,8 +29,8 @@ fed3:
fed4: fed4:
quiz: fed quiz: fed
question: Briefly explain the principles of Progressive Enhancement. question: Does your app/website need a doctype? Why or why not?
category: Performance category: HTML
input_type: text input_type: text
input_options: input_options:
sort: 3 sort: 3
@ -38,10 +38,10 @@ fed4:
fed5: fed5:
quiz: fed quiz: fed
question: Which is your favorite grid system? question: What is the best way to track user interaction within a group of dynamically generated child elements?
category: CSS category: JavaScript
input_type: radio input_type: radio
input_options: [ option-1, option2, "option 3"] input_options: [ 'Dynamic listeners', 'Event delegation', 'Callback functions', 'HTML data attributes' ]
sort: 4 sort: 4
active: true active: true