You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When teaching group `G04` lesson `1-2`, a student ask a question, and you want to note it down.
302
305
303
-
##### Examples:
304
-
*`addQn G07 7-1 Could you elaborate on the marking scheme for OP1?`
305
-
*`addQn G07 7-1 What are the deadlines that students should take note of?`
306
+
To add a question to group `G04` lesson `1-2`:
307
+
1. Navigate to view group `G04` lesson `1-2` via [`viewlsn`](#452-view-an-existing-tutorial-lesson-viewlsn) command.
308
+
2. Type `addqn qn/What is the deadline for the report?` into the *Command Box*.
309
+
3. Press `Enter` to execute.
306
310
307
311
Outcome:
312
+
1. The *Result Display* will show a success message.
308
313
314
+
#### 4.4.2. Delete an existing question: `delqn`
315
+
You can use this command to add a question that was asked in a tutorial lesson, so that you can address the question at the end of the lesson.
309
316
310
-
#### Viewing all questions: `questions`
311
-
312
-
View a list of all the questions from a specified tutorial group.
313
-
314
-
##### Format:
317
+
**Format:**
318
+
`delqn INDEX`
315
319
316
-
`questions TUTORIAL_GROUP LESSON_NUMBER`
320
+
**Example:**
321
+
When teaching group `G04` lesson `1-2`, you answered one of the questions and wants to delete it from the list of questions.
317
322
318
-
##### Examples:
319
-
*`questions G07 7-1`
320
-
*`questions G10 5-2`
323
+
To delete a question from group `G04` lesson `1-2`:
324
+
1. Navigate to view group `G04` lesson `1-2` via [`viewlsn`](#452-view-an-existing-tutorial-lesson-viewlsn) command.
325
+
2. Type `delqn 1` into the *Command Box*.
326
+
3. Press `Enter` to execute.
321
327
322
328
Outcome:
329
+
1. The *Result Display* will show a success message.
323
330
331
+
---
324
332
325
-
#### Deleting a question: `deleteQn`
333
+
###<ins>4.5 Utility</ins>
326
334
327
-
Deletes the specific question from the list of questions of a specified tutorial group.
335
+
#### 4.5.2. View an existing tutorial lesson: `viewlsn`
336
+
You can use this command to view the attendance, participation scores and questions of an existing tutorial group. You will also be able to execute tutorial lesson-related commands.
328
337
329
-
##### Format:
338
+
**Format:**
339
+
`viewlsn grp/GROUP lsn/LESSON`
330
340
331
-
`deleteQn TUTORIAL_GROUP LESSON_NUMBER INDEX`
332
-
* Deletes the question at the specified `INDEX`.
333
-
* The index refers to the index number shown in the displayed question list.
334
-
* The index **must be a positive integer** 1, 2, 3, …
341
+
**Example:**
342
+
Suppose you would like to view the details for tutorial group `G04`'s lesson `1-2`. You can perform the following steps.
335
343
336
-
##### Examples:
337
-
*`deleteQn G07 7-1 1`
338
-
*`deleteQn G10 5-2 3`
344
+
To view tutorial group `G04`'s lesson `1-2`:
345
+
1. Type `viewlsn grp/G04 lsn/1-2` into the *Command Box*.
346
+
2. Press `Enter` to execute.
339
347
340
348
Outcome:
349
+
1. The *Result Display* will show a success message.
350
+
2. The *Data Display* will update and display the students' information for tutorial group `G04`'s lesson `1-2`.
341
351
342
-
343
-
#### Marking a question as answered: `ansQn`
344
-
345
-
Marks the specified question from the list of questions of a specified tutorial group as answered.
346
-
347
-
##### Format:
348
-
349
-
`ansQn TUTORIAL_GROUP LESSON_NUMBER INDEX`
350
-
* Marks the question at the specified `INDEX` as answered.
351
-
* The index refers to the index number shown in the displayed question list.
352
-
* The index **must be a positive integer** 1, 2, 3, …
353
-
354
-
##### Examples:
355
-
*`ansQn G07 7-1 1`
356
-
*`ansQn G10 5-2 3`
357
-
358
-
Outcome:
352
+

0 commit comments