| 143 | } |
| 144 | |
| 145 | void Question::setValues(string q, string a1, string a2, string a3, string a4, int ca, int pa) |
| 146 | { |
| 147 | Question_Text = q; |
| 148 | Answer_1 = a1; |
| 149 | Answer_2 = a2; |
| 150 | Answer_3 = a3; |
| 151 | Answer_4 = a4; |
| 152 | Correct_Answer = ca; |
| 153 | Question_Score = pa; |
| 154 | |
| 155 | } |
| 156 | |
| 157 | void Question::askQuestion() { |
| 158 | cout << endl; |