From f31b9085cccb337348da06f532e828d93829ef6e Mon Sep 17 00:00:00 2001 From: Li Siqi Date: Wed, 15 Nov 2023 21:13:35 +0800 Subject: [PATCH] Add two page break --- docs/UserGuide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index df3621bacc1..fdd8c9d10d3 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -317,6 +317,7 @@ Format: `editComp INDEX [c/COMP_NAME] [w/WEIGHTAGE] [mm/MAX_MARKS]` Examples: `editComp 4 c/Midterm Exam mm/55` edits the fourth graded component in the Graded Components list to have a name of “Midterm Exam”, and a maximum mark of 55. +
### Edit student score: `editScore` @@ -362,6 +363,8 @@ Examples: ![deleteStu](images/deleteStu_ui.png) +
+ ### Delete a graded component: `deleteComp` You can use this command to delete an existing graded component in the database so that you can remove a graded component when it is deemed unnecessary, based on the 1-based index of the graded component shown in the displayed Graded Components list.