Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nijnxw committed Oct 6, 2020
1 parent 2b1c530 commit 7267584
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@ By: `Team Serenity` Since: `Aug 2020`
4. [Features](#features)

4.1. [Setup](#setup)

* [Setup classes at the start of a semester: `importCsv`](#setup-classes-at-the-start-of-a-semester-importcsv)

4.2. [Attendance Taking](#attendance-taking)

* [Mark attendance for a every student: `markAll`](#mark-attendance-for-every-student-markall)

* [Mark attendance for a single student: `mark`](#mark-attendance-for-a-single-student-mark)

* [Flag attendance for a single student: `flag`](#flag-attendance-for-a-single-student-flag)

* [View attendance for a each class: `attendance`](#view-attendance-for-each-class-attendance)

* [Exporting of attendance to CSV: `exportAtt`](#exporting-of-attendance-to-csv-exportatt)

4.3. [Class Participation](#class-participation)

* [Awarding class participation marks: `award`](#awarding-class-participation-marks-award)

* [Viewing statistics of class participation `stats`](#viewing-statistics-of-class-participation-stats)

* [Exporting of class participation grades to CSV: `exportCp`](#exporting-of-class-participation-grades-to-csv-exportcp)

4.4 [Addressing Questions](#addressing-questions)

* [Adding a question: `addQn`](#adding-a-question-addqn)

* [Viewing all questions: `questions`](#viewing-all-questions-list)

* [Deleting a question: `deleteQn`](#deleting-a-question-deleteqn)

* [Marking a question as answered: `ansQn`](#marking-a-question-as-answered-ansqn)

5. [FAQ](#faq)

6. [Command Summary](#command-summary)
Expand All @@ -67,16 +67,16 @@ let's get [started](#quick-start)!

1. Ensure you have Java `11` or above installed in your Computer.

1. Download the latest `Serenity.jar` from [here]().
2. Download the latest `Serenity.jar` from [here]().

1. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.
3. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.

1. Double-click the file to start the app. The GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
4. Double-click the file to start the app. The GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
![Ui](images/Ui.png)

1. Type the command in the command box and press Enter to execute it.
5. Type the command in the command box and press Enter to execute it.

1. Refer to the [Features](#features) below for details of each command.
6. Refer to the [Features](#features) below for details of each command.

--------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/view/StudentInfoListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
</HBox>
</VBox>
</GridPane>
</HBox>
</HBox>

0 comments on commit 7267584

Please sign in to comment.