Skip to content

Releases: AY2324S1-CS2113-W12-1/tp

Release Version 2.1

Choose a tag to compare

@lisizhuang-0121 lisizhuang-0121 released this 13 Nov 14:35
709c71f

Release Version 2.1

  • Finalize user guide and developer guide
  • Add MCQ question feature
  • Conducted tests for user acceptance

Release Version 2.0

Choose a tag to compare

@lisizhuang-0121 lisizhuang-0121 released this 31 Oct 09:50
a532495

Please view the user guide here: User Guide
Please view the developer's guide here: Developer's Guide

List of additional features in version 2.0

    1. help - shows the list of commands you can use,
    2. short [question]/[answer]/[module]/[difficulty] - adds a short answer question and its answer to the list,
    3. list - shows the list of questions and answers,
    4. delete [question number] - deletes the question and answer at the specified number,
    5. find /[description] - displays all questions that contains the the specified description,
    6. find /[module] - displays all questions that belong to the specified module,
    7. edit [question number] /description [description] - edits the description of the question with the specified number,
    8. edit [question number] /answer [answer] - edits the answer to the question with the specified number,
    9. start /[quiz mode] [start details] /[qn mode] - starts the quiz with option for /module or /all and /random or /normal,
    10. shuffle - shuffle quiz questions to a random order,
    11. markdiff [question number] /[question difficulty] - sets the difficulty of question with the specified number,

Release version 1.0

Choose a tag to compare

@lisizhuang-0121 lisizhuang-0121 released this 17 Oct 15:06
e86f557

Adds basic features for adding quiz questions and taking quizzes

1. help - shows the list of commands you can use
2. short [question]/[answer] - adds a short answer question and its answer to the list
3. list - shows the list of questions and answers
4. delete [question number] - deletes the question and answer at the specified number
5. find /[description] - displays all questions that contains the the specified description
6. edit [question number] /question - edits the question with the specified number
7. edit [question number] /answer - edits the answer to the question with the specified number
8. start - starts the quiz
9. bye - exits the program