skill-assessment-app/test/fixtures/questions.yml
Mark Moser fc784ffcb1 completes #17 - live-coder plus text input type
Squashed commit of the following:

commit d41cbf66eb2a9ee705ab60bb156eed95881fa193
Author: Mark Moser <mark.moser@perficient.com>
Date:   Thu Aug 4 19:58:20 2016 -0500

    live-coder-text validations

commit 866bfeb863516a8656bc26b10f967d0b9b8d8505
Author: Mark Moser <mark.moser@perficient.com>
Date:   Thu Aug 4 11:57:57 2016 -0500

    getting things green again and rebasing develop

commit 28a23200f291e30c690b71e9bcae3e1a69eb3093
Author: Derek Montgomery <montgomerygraphics@gmail.com>
Date:   Thu Aug 4 10:14:23 2016 -0500

    Progress on live coder text field
2016-08-04 20:01:17 -05:00

93 lines
2.2 KiB
YAML

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
fed1:
quiz: fed
question: Select an example of media query from below.
category: CSS
input_type: radio
input_options: [ option-1, option2, "option 3"]
sort: 0
active: true
fed2:
quiz: fed
question: What are some ways you can improve a site's performance (load time)?
category: Performance
input_type: checkbox
input_options: [ option-1, option2, "option 3", option-4, option5]
sort: 1
active: true
fed3:
quiz: fed
question: How would you create a widget that would fit in a 250px wide area as well as a 400px wide area?
category: CSS
input_type: live_code_text
input_options:
sort: 2
active: true
fed4:
quiz: fed
question: Briefly explain the principles of Progressive Enhancement.
category: Performance
input_type: text
input_options:
sort: 3
active: true
fed5:
quiz: fed
question: Which is your favorite grid system?
category: CSS
input_type: radio
input_options: [ option-1, option2, "option 3"]
sort: 4
active: true
fed6:
quiz: fed
question: Comment on how realistic the following image is.
attachment: "http://dev.perficientxd.com/skill_assets/commets_css.jpg"
category: CSS
input_type: text
input_options:
sort: 5
active: true
fed7:
quiz: fed
question: Provide a code example to manipulate the DOM using jQuery/JavaScript to change the classname of a div 'classB' to 'classC', only if the div 'classA' exists in the page?
category: Javascript
input_type: live_code
input_options:
sort: 6
active: true
fed8:
quiz: fed
question: Select the HTML from below that would create an input field which restricts the number of characters inside it to 10.
category: HTML
input_type: radio
input_options: [ option-1, option2, "option 3", option-4]
sort: 7
active: true
fed9:
quiz: fed
question: Grunt or Gulp?
category: Javascript
input_type: radio
input_options: [Grunt, Gulp, Neither, Either]
sort: 8
active: true
fed10:
quiz: fed
question: StarWars or Star Trek?
category: Performance
input_type: checkbox
input_options: ["Live long and prosper", "Who ya gonna call?", "Who you calling Scruffy?", "J.J. Abrams"]
sort: 9
active: true