Skip to content

Conversation

@lwenyi1
Copy link

@lwenyi1 lwenyi1 commented Feb 21, 2025

MindExpander is a desktop app for primary school students to practice questions in Mathematics, Sciences, and English, designed for use via a Command Line Interface (CLI).

@nus-se-bot nus-se-bot closed this Feb 21, 2025
@damithc damithc reopened this Feb 21, 2025
rchlai added a commit to rchlai/tp that referenced this pull request Mar 16, 2025
Ashertan256 pushed a commit to Ashertan256/tp that referenced this pull request Mar 20, 2025
…tests

J unit tests for mark, unmark, list-settled, list-unsettled
Copy link

@aditichadha1310 aditichadha1310 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall, good job!

return this; // Exit multi-step mode

default:
return this; // Default return, should not reach here

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid comments that are for your own/coder's reference. Write comments for the reader to increase code readability

tongkiankiat and others added 24 commits March 30, 2025 15:13
Implement Find Command and Last Shown List
AddCommand now support adding a MCQ.
Rephrases some stuff in the multistep command documentation
Adds place holder table rows for other user stories
- Added DeleteCommand for single-step deletion using index from lastShownQuestionBank
- Updated Parser to pass both questionBank and lastShownQuestionBank
- Modified Main to support new Parser method
- Added findQuestionIndex() in QuestionBank
- Updated FindCommandTest and ListCommandTest for new parseCommand signature
- Fixed checkstyle errors
- Added user story for delete and storage
Jensenkuok and others added 30 commits April 7, 2025 19:25
Add documentation for duplicate handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.