LS-Young / pe

0 stars 0 forks source link

"Random sentence" is completely random words #12

Open LS-Young opened 3 years ago

LS-Young commented 3 years ago

pe10.jpg

This is not clear for users. They may expect usual words in strange order to type, but not completely random words. This is not clear in the instructions.

nus-se-script commented 3 years ago

Team's Response

No details provided by team.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Wrong output after finishing word limit game

image.png

After finishing word limit game, there is nothing tell me what should I type next. And after I typing in a random word which is not given in the user guide, the summary is displayed. This is different from user guide.


[original: nus-cs2113-AY2122S1/pe-interim#80] [original labels: severity.High type.FunctionalityBug]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

Forget to add the equal condition. '(wordsPerLine (row)) > eachWord.size()' should be '(wordsPerLine (row)) >= eachWord.size()'. This problem will occur if words to be typed is multiple of 5.

Items for the Tester to Verify

:question: Issue duplicate status

Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)

Reason for disagreement: [replace this with your reason]


:question: Issue type

Team chose [type.FunctionalityBug] Originally [type.FeatureFlaw]

Reason for disagreement: [replace this with your reason]