kahhe / pe

Repo for potential bugs I found for CS2113T Practical Exam
0 stars 0 forks source link

Quiz game: any input is accepted as an answer #9

Open kahhe opened 2 years ago

kahhe commented 2 years ago

Though I intentionally keyed in 12 and a whitespace for the TFQ, it is possible that kids (the users) keyed them in by mistake. The question asks for alphabets, but numbers are consider incorrect answers rather than wrong format.

2. MRQ (answer format: eg. ABD [please input in alphabetical order])
Consider the following statement(s) about Java:
[A: All white-space characters (blanks) are ignored by the compiler.]
[B: Java keywords can be used as variable names.]
[C: An identifier does not begin with a digit and does not contain any spaces.]
[D: The execution of Java applications begins at method main.]
Which of them is correct?
12
Oops! The answer is not correct.
Correct answer: CD

3. TFQ (answer format: eg. False)
Is "SDLC" stands for Software Development Life Cycle?
[True][False]

Oops! The answer is not correct.
Correct answer: True
soc-se-bot commented 2 years ago

Team's Response

Thank you for your advice. However, this is same in the real exams, you are allowed to write anything in the quiz, and the only effect is 0 mark is awarded.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]