-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2113-T13-1] MathGenius #22
Open
yzhanglp
wants to merge
267
commits into
nus-cs2113-AY2324S2:master
Choose a base branch
from
AY2324S2-CS2113-T13-1:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CS2113-T13-1] MathGenius #22
yzhanglp
wants to merge
267
commits into
nus-cs2113-AY2324S2:master
from
AY2324S2-CS2113-T13-1:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
题目暂时有description和answer的部分,出题的时候不把answer打印出来 We added a feature to generate questions. It accepts three parameters: the number of questions, arithmetic operators, and maximum number of digits (with default parameters). It generates questions and saves them in 'test'. Each question currently consists of a description and an answer. When generating questions, the answers are not printed.
生成问题generate problems
…ava and Parser.java
Fix pathing in AboutUs.md. Add class Storage and Record for data pers…
add test class
solve merge conflicts
Fix code style and typos.
使用默认参数时添加了消息并添加了我的配置文件
add message when using default parameters and add my profile
Add the checker class
delete useless files. update DG and README.md
* 'master' of https://github.com/AY2324S2-CS2113-T13-1/tp: fix the gradle problem delete useless files. update DG and README.md Some coding standard bugs changes add the message before preview the testsets Add table of contents add code segment formatting for functions and class names, data type, variable names. Make sure the capitals and lower case letters are all in a same setting, enhance readbility Modified the sequence diagram
solve the infinite loop, replace scanner by ui.readcommand
Fixed my code style and bugs in exit
remove the scanner import
# Conflicts: # recordList.txt # src/main/java/seedu/duke/Calculator.java # src/main/java/seedu/duke/Checker.java # src/main/java/seedu/duke/ProblemGenerator.java
…dition format, delete redundant code
Changed the style of my code and fixed bugs
gradle check passed
* 'master' of https://github.com/AY2324S2-CS2113-T13-1/tp: gradle check passed 修改了我的代码风格以及exit的bug Fixed my code style and bugs in exit # Conflicts: # recordList.txt
add the explanation to retry function
Fix coding standards and add javadoc comments
Update the DIYProblemSet UML
Fix ui and ui uml function
fix Get Started in UG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MathGenius is an automated arithmetic and equation problem generator that offers a high degree of customization. It will calculate the accuracy and time needed as a record to track your performance.