You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allButtons.add(createQuestion(questions, "What is the extent of your programming experience?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years", "15-20 years", "More than 20 years" })));
51
-
allButtons.add(createQuestion(questions, "What is the extent of your programming experience with Java?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years", "15-20 years", "More than 20 years" })));
52
-
allButtons.add(createQuestion(questions, "What is the extent of your experience with Eclipse or IntelliJ IDEA IDE?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years" })));
53
-
allButtons.add(createQuestion(questions, "Select the project type you spend most of your time on", Arrays.asList(newString[] { "Proprietary Software Project", "Open Source Project", "Research Project", "Personal/Class project", "Other" })));
54
-
allButtons.add(createQuestion(questions, "What is the extent of your experience using TDD?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years" })));
55
-
allButtons.add(createQuestion(questions, "How often does your code development follow TDD practices?", Arrays.asList(newString[] { "Always", "Very often", "Sometimes", "Rarely", "Nevers" })));
56
-
allButtons.add(createQuestion(questions, "What is your gender", Arrays.asList(newString[] { "Male", "Female", "Decline to State" })));
57
-
allButtons.add(createQuestion(questions, "What is your current age", Arrays.asList(newString[] { "less than 18", "18-25", "26-29", "30-39", "40-49", "50 or older" })));
54
+
qAndA.put("Q1", createQuestion(questions, "What is the extent of your programming experience?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years", "15-20 years", "More than 20 years" })));
55
+
qAndA.put("Q2", createQuestion(questions, "What is the extent of your programming experience with Java?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years", "15-20 years", "More than 20 years" })));
56
+
qAndA.put("Q3", createQuestion(questions, "What is the extent of your experience with Eclipse or IntelliJ IDEA IDE?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years" })));
57
+
qAndA.put("Q4", createQuestion(questions, "Select the project type you spend most of your time on", Arrays.asList(newString[] { "Proprietary Software Project", "Open Source Project", "Research Project", "Personal/Class project", "Other" })));
58
+
qAndA.put("Q5", createQuestion(questions, "What is the extent of your experience using TDD?", Arrays.asList(newString[] { "0-2 years", "2-5 years", "5-10 years", "10-15 years" })));
59
+
qAndA.put("Q6", createQuestion(questions, "How often does your code development follow TDD practices?", Arrays.asList(newString[] { "Always", "Very often", "Sometimes", "Rarely", "Nevers" })));
60
+
qAndA.put("Q7", createQuestion(questions, "What is your gender", Arrays.asList(newString[] { "Male", "Female", "Decline to State" })));
61
+
qAndA.put("Q8", createQuestion(questions, "What is your current age", Arrays.asList(newString[] { "less than 18", "18-25", "26-29", "30-39", "40-49", "50 or older" })));
0 commit comments