Subversion Repositories jquery

Compare Revisions

Ignore whitespace Rev 6 → Rev 7

/plugins/examples/jeopardy/jeopardy.html
109,11 → 109,11
'Expressions' : {
'100' : {
question : 'Evaluate the expression for W = 2. <br /><br /> W + 4',
answer : '6'
answer : '2 + 4 = 6'
},
'200' : {
question : 'Evaluate the expression for W = 5. <br /><br /> 10 - W',
answer : '5'
answer : '10 - 5 = 5'
},
'300' : {
question : 'What is the number expression for the phrase "$12 increased by $4" ?',
157,7 → 157,7
},
'200' : {
question : 'When a function machine has an input of 5 and an output of 15, what is the rule?',
answer : 'Add 10'
answer : 'Add 10 or multiply by three'
},
'300' : {
question :