Skip to content
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
wants to merge 267 commits into
base: master
Choose a base branch
from

Conversation

yzhanglp
Copy link

@yzhanglp yzhanglp commented Mar 6, 2024

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.

classskipper351 and others added 30 commits March 12, 2024 16:02
题目暂时有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.
Fix pathing in AboutUs.md. Add class Storage and Record for data pers…
Fix code style and typos.
使用默认参数时添加了消息并添加了我的配置文件
add message when using default parameters and add my profile
Geinzit and others added 30 commits April 15, 2024 22:24
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
Changed the style of my code and fixed bugs
* '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
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.