Difference between revisions of "Team:Cambridge-JIC/Practices"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 153: | Line 153: | ||
q = new quiz('#cam-quiz'); | q = new quiz('#cam-quiz'); | ||
+ | step0 = new q.step("You have developed a new product, complete with design files, source code and documentation.", { | ||
+ | 1: "Proceed" | ||
+ | }); | ||
step1 = new q.step("Do you want to release your product into the public domain?", { | step1 = new q.step("Do you want to release your product into the public domain?", { | ||
0: "no", | 0: "no", | ||
Line 199: | Line 202: | ||
}); | }); | ||
+ | step0.bind(step1, [1]); | ||
step1.bind(step2a, [0]); | step1.bind(step2a, [0]); | ||
step1.bind(step2b, [1]); | step1.bind(step2b, [1]); |
Revision as of 10:57, 8 September 2015