-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from sunzihan23/UG-edits
Edit UG
- Loading branch information
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -664,40 +664,40 @@ If your changes to the data file makes it invalid, CodeSphere will overwrite all | |
|
||
### Home Page | ||
|
||
| Action | Format, Examples | | ||
|-----------------------|------------------------------------------------------------| | ||
| **Help** | `help` | | ||
| **Add Course** | `add c/COURSENAME`<br/> e.g. `add c/CS1101S` | | ||
| **Edit Course** | `edit INDEX c/NEW_COURSENAME`<br/> e.g. `edit 1 c/CS1231S` | | ||
| **Delete Course** | `delete INDEX` <br/> e.g. `delete 1` | | ||
| **Clear All Courses** | `clear` | | ||
| **Select Course** | `select INDEX` <br/> e.g. `select 1` | | ||
| **Find Course** | `find KEYWORD` <br/> e.g. `find CS` | | ||
| **Reset Course List** | `reset` | | ||
| **Exit** | `exit` | | ||
| Action | Format, Examples | | ||
|-----------------------|-------------------------------------------------------------| | ||
| **Help** | `help` | | ||
| **Add Course** | `add c/COURSENAME`<br/> e.g. `add c/CS1101S` | | ||
| **Edit Course** | `edit INDEX c/NEW_COURSE_NAME`<br/> e.g. `edit 1 c/CS1231S` | | ||
| **Delete Course** | `delete INDEX` <br/> e.g. `delete 1` | | ||
| **Clear All Courses** | `clear` | | ||
| **Select Course** | `select INDEX` <br/> e.g. `select 1` | | ||
| **Find Course** | `find KEYWORD` <br/> e.g. `find CS` | | ||
| **Reset Course List** | `reset` | | ||
| **Exit** | `exit` | | ||
|
||
[_Back to Top_](#table-of-contents) | ||
|
||
<div style="page-break-after: always"></div> | ||
|
||
### Course Page | ||
|
||
| Action | Format, Examples | | ||
|------------------------------------------|----------------------------------------------------------------------------------------| | ||
| **Help** | `help` | | ||
| **Add Student** | `add n/NAME e/EMAIL t/ENUM_TAG`<br/>e.g. `add n/Susan Tan e/[email protected] t/GOOD` | | ||
| **Edit Student** | `edit INDEX [n/NAME] [e/EMAIL] [t/ENUM_TAG]`<br/> e.g. `edit 1 n/JOHN` | | ||
| **Delete Student** | `delete INDEX` <br/> e.g. `delete 1` | | ||
| **Clear All Students** | `clear` | | ||
| **Reset Student List** | `reset` | | ||
| **Sort Students** | `sort s/SORT_CRITERIA` <br/> e.g. `sort s/name` | | | ||
| **Find Students** | `find [n/NAME] [e/EMAIL] [t/TAG] [pg/QUESTION] [r/REMARK]` <br/> e.g. `find n/John` | | ||
| **List Students with Pending Questions** | `list pq/` | | ||
| **Add Remark** | `remark INDEX r/REMARK`<br/>e.g. `remark 1 r/needs more help` | | ||
| **Add Pending Question** | `pq INDEX r/PENDINGQUESTION`<br/>e.g. `pq 1 pq/What is a logic gate?` | | ||
| **Remove Remark/<br>Pending Question** | `remove INDEX [r/] [pq/]` <br/> e.g. `remove 2 r/` | | ||
| **Home** | `home` | | ||
| **Exit** | `exit` | | ||
| Action | Format, Examples | | ||
|------------------------------------------|---------------------------------------------------------------------------------------------| | ||
| **Help** | `help` | | ||
| **Add Student** | `add n/NAME e/EMAIL t/TAG`<br/>e.g. `add n/Susan Tan e/[email protected] t/GOOD` | | ||
| **Edit Student** | `edit INDEX [n/NAME] [e/EMAIL] [t/TAG]`<br/> e.g. `edit 1 n/JOHN` | | ||
| **Delete Student** | `delete INDEX` <br/> e.g. `delete 1` | | ||
| **Clear All Students** | `clear` | | ||
| **Reset Student List** | `reset` | | ||
| **Sort Students** | `sort s/SORT_CRITERIA` <br/> e.g. `sort s/name` | | | ||
| **Find Students** | `find [n/NAME] [e/EMAIL] [t/TAG] [pq/PENDING_QUESTION] [r/REMARK]` <br/> e.g. `find n/John` | | ||
| **List Students with Pending Questions** | `list pq/` | | ||
| **Add Remark** | `remark INDEX r/REMARK`<br/>e.g. `remark 1 r/needs more help` | | ||
| **Add Pending Question** | `pq INDEX r/PENDING_QUESTION`<br/>e.g. `pq 1 pq/What is a logic gate?` | | ||
| **Remove Remark/<br>Pending Question** | `remove INDEX [r/] [pq/]` <br/> e.g. `remove 2 r/` | | ||
| **Home** | `home` | | ||
| **Exit** | `exit` | | ||
|
||
[_Back to Top_](#table-of-contents) | ||
|
||
|