Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e58b8d6
Update index.md
CarkHT Jul 2, 2025
14d26ce
Add files via upload
CarkHT Jul 2, 2025
60348ee
minor update faq.md
CarkHT Jul 2, 2025
b3471c6
Update faq.md
CarkHT Jul 2, 2025
43c3b1d
Update pdf_button.png
CarkHT Jul 2, 2025
b79afe9
Delete docs/student/images/question_overview.png
CarkHT Jul 2, 2025
11677a2
Update gettingstarted.md
CarkHT Jul 2, 2025
fd1beed
Update to pictures for current UI
CarkHT Jul 2, 2025
f12ad2a
Update to Teach_view_students.png
CarkHT Jul 2, 2025
3be04bf
Delete docs/teacher/guides/images/view_sets.png
CarkHT Jul 2, 2025
18f76fc
Delete docs/teacher/guides/images/view_students.png
CarkHT Jul 2, 2025
bc437bb
Delete docs/teacher/guides/images/Teacher_View_Sets.png
CarkHT Jul 2, 2025
5c03503
Update content-sets-questions.md
CarkHT Jul 2, 2025
6a3f827
Add files via upload
CarkHT Jul 2, 2025
5b6660c
Delete docs/teacher/guides/images/create_set.png
CarkHT Jul 3, 2025
2b87879
Add files via upload
CarkHT Jul 3, 2025
9a5dbbe
Update gettingstarted.md
CarkHT Jul 3, 2025
fb2a0da
Update gettingstarted.md
CarkHT Jul 3, 2025
328d96b
Update content-sets-questions.md
CarkHT Jul 8, 2025
bc0aea9
Rename question_overview_new.png to question_overview.png
CarkHT Jul 8, 2025
003e1c6
Update index.md
CarkHT Jul 8, 2025
d5af9c1
Update gettingstarted.md
CarkHT Jul 8, 2025
cdebd88
Update gettingstarted.md
CarkHT Jul 8, 2025
d3d22ae
Add files via upload
CarkHT Jul 8, 2025
48def5b
Merge branch 'main' into main
CarkHT Jul 8, 2025
c7ff95a
Update good-practice.md
CarkHT Jul 8, 2025
7b7e2f3
Add files via upload
CarkHT Jul 8, 2025
b74f811
Delete docs/teacher/guides/images/images.png
CarkHT Jul 8, 2025
df8dc47
Update to student user documentation for new UI (#19) (#1)
CarkHT Jul 8, 2025
622a5bd
Merge branch 'lambda-feedback:main' into main
CarkHT Jul 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/teacher/guides/good-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Live preview instantly renders a student's input. This is very useful for long/c

## Latex help

1. Use \begin{array} to generate compact table
1. Use `\begin{array}` to generate compact table
i.e
```
\begin{array}{|c|c|}
Expand All @@ -86,15 +86,15 @@ i.e
\end{array}
```

![Image showing a example of a table](images/images.png)
![Image showing a example of a table](images/table.png)

2. Use `\begin{aligned}` to keep your working formatted nicely
```
\begin{array}{ll}
\begin{aligned}
M_{d e f} &=\dfrac{1}{2}(M+M^T)\\
& =\dfrac{1}{2} \begin{pmatrix} 4 & 14\\ -6 & -11 \end{pmatrix}+\begin{pmatrix} 4 & -6\\ 14 & -11 \end{pmatrix}\\
& =\begin{pmatrix} 4 & 4\\ 4 & -11 \end{pmatrix}
\end{array}
\end{aligned}
```

![Image showing a example of a algined working](images/aligned.png)
Expand All @@ -109,4 +109,4 @@ f(x)=\left (\frac{(\cos (x) -x) + i(\sin (x) - x)}{wi} \right)

This also works for `[ ]` and `\{ \}`

4. Use `\sin`, `\cos` etc... if you are too lazy to write out `\text{sin }` everytime in equation mode.
4. Use `\sin`, `\cos`, etc. as a shortcut for `\text{sin }`, `\text{cos }`, etc.
Binary file removed docs/teacher/guides/images/images.png
Binary file not shown.
Binary file added docs/teacher/guides/images/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading