void page8() { String t = "Conclusion"; textFont(myboldfont, 18); text(t, 30, 160); textFont(myfont, 18); if (p<0.05) { t = "Since the p-value < 0.05, what should we conclude?"; } else { t = "Since the p-value > 0.05, what should we conclude?"; } t += " Choose the appropriate conclusion then click Answer:"; drawStrings(t, 30, 200, 25); fill(0, 0, 255); drawStrings(feedback, 80, 330, 25); bg.setVisible(false); bl.setVisible(false); bd.setVisible(false); cb6.setVisible(false); tf3.setVisible(false); cb7.setVisible(true); cb7.setXY(275,210); ans.setVisible(true); }