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:
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