Skip to content

Commit 03216fd

Browse files
authored
Merge branch 'lambda-feedback:main' into main
2 parents 074dcc1 + 042e617 commit 03216fd

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

docs/student/getting_started_student.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ See the [Answering Questions](answering_questions.md) page for more help with an
3636
### Using the Workspace
3737

3838
The Workspace provides you with various functionalities to assist you during your learning process:
39-
1. #### Canvas:
40-
A pane where you can write down your thought process and notes for the previewed question (handwriting, sticky notes & text).
39+
#### 1. Canvas:
40+
A pane where you can write down your thought process and notes for the previewed question (handwriting, sticky notes & text).
4141

42-
![Canvas Interface](images/canvas_interface.png)
42+
![Canvas Interface](images/canvas_interface.png)
4343

44-
2. #### Chat:
45-
A chat interface connecting you with helpful AI Chatbots to discuss any questions you have on the current topic you are working on.
44+
#### 2. Chat:
45+
A chat interface connecting you with helpful AI Chatbots to discuss any questions you have on the current topic you are working on.
4646

47-
![Chat Interface](images/chat_interface.png)
47+
![Chat Interface](images/chat_interface.png)
4848

49-
Your edits and progress in the Workspace are saved per each Question you preview. So, you will be able to view your old edits for the Question you are currently on.
49+
Your edits and progress in the Workspace are saved per each Question you preview. So, you will be able to view your old edits for the Question you are currently on.

docs/teacher/guides/content-sets-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This guide explains how to use the editor to create and modify [sets](https://la
1515
| **3** | **Question Name** | Edit the name of the question. |
1616
| **4** | **Master Content** | The main content for the question, which is always visible above the individual parts. This field uses the Lexdown editor. |
1717
| **5** | **Current Part** | **Indicates** which question part you are currently editing. |
18-
| **6** | **Part Content** | Edit the content for the selected question part (i.e., the sub-question). |
19-
| **7** | **Response Area** | The input field where a student submits their answer. Adding a response area is optional. |
18+
| **6** | **Part Content** | Edit the content for the selected question part (i.e., the sub-question).|
19+
| **7** | **Response Area** | The input field where a student submits their answer. Adding a response area is optional. <br> See [here](https://lambda-feedback.github.io/user-documentation/teacher/reference/response_area_components/) for an in-depth explanation.|
2020
| **8** | **Question Help Options** | Add optional support materials for students, such as a [**Structured Tutorial**](https://lambda-feedback.github.io/user-documentation/terminology#structured-tutorial), a [**Final Answer**](https://lambda-feedback.github.io/user-documentation/terminology#final-answer), or [**Worked Solutions**](https://lambda-feedback.github.io/user-documentation/terminology#worked-solution). The buttons shown here are the same ones students will see. |
2121
| **9** | **Teacher/Student View Toggle** | Toggle between the teacher editing view ('EDIT') and the student 'PREVIEW' to see how the question will appear to students. |
2222
| **10** | **Edit Guidance** | Add extra details for the question, such as guidance notes, estimated completion time, and skill level. |

docs/teacher/guides/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ The most common parameters will be visible uder the **EVALUATE** tab in the conf
3333

3434
If there is a parameter that is not already visible it can be set using the **Advanced - raw parameters** (also under the **EVALUATE** tab) by doing the following:
3535

36-
![Image showing the locations of parameters in the EVALUATE tab.](images/set_parameter_1.png)
36+
![Image showing the locations of parameters in the EVALUATE tab.](images/set_parameter_1.png){: style="height:400px"}
3737

3838
1. Hover over the list of parameters in the **Advanced - raw parameters** area. Click the green plus-symbol that appears.
3939

40-
![Image showing the green plus that appears when hovering over the list of parameters.](images/set_parameter_2.png)
40+
![Image showing the green plus that appears when hovering over the list of parameters.](images/set_parameter_2.png)
4141

4242
2. Type the name of the parameter (without quotation marks).
4343

44-
![Image showing input dialog for parameter names.](images/set_parameter_3.png)
44+
![Image showing input dialog for parameter names.](images/set_parameter_3.png)
4545

4646
3. Hover over the box that says `NULL` next to the newly added parameter. Click the green pen symbol that appears to the right of it.
4747

48-
![Image showing symbols that appear when hovering over the parameter value input box.](images/set_parameter_4.png)
48+
![Image showing symbols that appear when hovering over the parameter value input box.](images/set_parameter_4.png)
4949

5050
4. Type in the desired value in box that appears. By default it will be assumed that the parameter value is a string. The webclient will infer other possible types based on the written input. If the setting should be a string, click the green checkmark to the top right, and if you want the inferred type click the green checkmark at the bottom right.
5151

52-
![Image showing the two checkmarks locations that determine the type of the parameter value.](images/set_parameter_5.png)
52+
![Image showing the two checkmarks locations that determine the type of the parameter value.](images/set_parameter_5.png)
5353

5454
5. The parameter is now set.
5555

56-
![Image showing the final result of setting a parameter.](images/set_parameter_6.png)
56+
![Image showing the final result of setting a parameter.](images/set_parameter_6.png)
5757

5858
## How do I reorder questions?
5959

docs/teacher/guides/question-export-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Under the File menu, select the Export as JSON option:
66

7-
![export question menu item](images/export_question.png)
7+
![export question menu item](images/export_question.png){: style="height:300px"}
88

99
The question and images (if any) will be downloaded into your download folder.
1010

docs/teacher/reference/content_management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Access for students or teachers is controlled by enrollment, which is detailed i
4444
Set access is granted to all student users enrolled on a module instance, but the Set can be hidden by the teacher. Two methods can be used to hide a Set:
4545

4646
1. Start and end dates (both optional) can be created in the Set Metadata.
47-
2. The Set can me _manually hidden_, which overrides the above settings.
47+
2. The Set can be _manually hidden_, which overrides the above settings.
4848

4949
## Support material within questions
5050

@@ -76,7 +76,7 @@ This is valid for all questions in the set except those for which the support ma
7676

7777
#### Available with warnings
7878

79-
A warning window appears if the studen opens the content before the recommended time.
79+
A warning window appears if the student opens the content before the recommended time.
8080

8181
The recommended time is the <span style="color: red;">Minimum time estimate (mins)</span> which can be set on the question <span style="color: red;">Guidance</span> page:
8282

@@ -87,7 +87,7 @@ However, the option will be changed to **Available**, if any of the following is
8787
- The student has downloaded the PDF
8888
- The part is marked as done
8989
- There is no minimum time estimate set for the question
90-
- The time now minus the time the student first accessed the question is more than the minimum time estimate
90+
- The time now minus the time the student first accessed the question is more than the minimum time estimate (the student has accessed the question for longer than the minimum time estimate)
9191

9292
This is valid for all questions in the set except those for which the support material access is set to be unavailable at the question level (see below).
9393

0 commit comments

Comments
 (0)