Skip to content

Commit 716d31b

Browse files
authored
Update to docs/teacher/guides/good-practice.md (#20)
* Update index.md Updated overview with current design as of 02/07/25 * Add files via upload * minor update faq.md added question mark * Update faq.md rephrased text into a question * Update pdf_button.png * Delete docs/student/images/question_overview.png replaced with question_overview_new.png * Update gettingstarted.md Updated for current UI (07/25) and adjusted some wording * Update to pictures for current UI Teacher_View_Sets2.png Teacher_View_Sets2.png * Update to Teach_view_students.png added circle for 'enrol students' * Delete docs/teacher/guides/images/view_sets.png * Delete docs/teacher/guides/images/view_students.png * Delete docs/teacher/guides/images/Teacher_View_Sets.png * Update content-sets-questions.md * Add files via upload * Delete docs/teacher/guides/images/create_set.png * Add files via upload * Update gettingstarted.md Added more detail to enrolling students section * Update gettingstarted.md fixed issue with new enrolling students images * Update content-sets-questions.md undid capitalisation * Rename question_overview_new.png to question_overview.png * Update index.md linked to question_ovewview.png instead of question_ovewview_new.png * Update gettingstarted.md removed single page sorting note * Update gettingstarted.md changed Milkdown to Lexdown * Add files via upload * Update good-practice.md * Add files via upload * Delete docs/teacher/guides/images/images.png * Update to student user documentation for new UI (#19) (#1) Updated: docs/teacher/guides/content-sets-questions.md docs/teacher/guides/gettingstarted.md docs/student/faq.md docs/student/getting_started_student.md docs/student/index.md
1 parent bd21da2 commit 716d31b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/teacher/guides/good-practice.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Live preview instantly renders a student's input. This is very useful for long/c
7272

7373
## Latex help
7474

75-
1. Use \begin{array} to generate compact table
75+
1. Use `\begin{array}` to generate compact table
7676
i.e
7777
```
7878
\begin{array}{|c|c|}
@@ -86,15 +86,15 @@ i.e
8686
\end{array}
8787
```
8888

89-
![Image showing a example of a table](images/images.png)
89+
![Image showing a example of a table](images/table.png)
9090

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

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

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

112-
4. Use `\sin`, `\cos` etc... if you are too lazy to write out `\text{sin }` everytime in equation mode.
112+
4. Use `\sin`, `\cos`, etc. as a shortcut for `\text{sin }`, `\text{cos }`, etc.
-17.2 KB
Binary file not shown.
16.5 KB
Loading

0 commit comments

Comments
 (0)