Skip to content

Commit b00869f

Browse files
committed
Renamed Lexdown to Lexdown Content Editor and added in the missing RAs to the navigation.
1 parent 52e0217 commit b00869f

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

docs/teacher/guides/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A [student guide is here](../../student/index.md). Teachers use the 'below the l
4848
- **Final answer** is self-explanatory.
4949
- **Worked solutions** provides detailed, step-by-step solutions.
5050

51-
All content below the line uses Lexdown functionality. Worked solutions can be [branched](https://lambda-feedback.github.io/user-documentation/teacher/guides/good-practice/#branching), or split into [steps](https://lambda-feedback.github.io/user-documentation/teacher/guides/lexdown/#steps-in-worked-solutions). Future developments will add branching and response areas to structured tutorials.
51+
All content below the line uses the [Lexdown](./lexdown-content-editor.md) content editor functionality. Worked solutions can be [branched](https://lambda-feedback.github.io/user-documentation/teacher/guides/good-practice/#branching), or split into [steps](https://lambda-feedback.github.io/user-documentation/teacher/guides/lexdown/#steps-in-worked-solutions). Future developments will add branching and response areas to structured tutorials.
5252

5353
It is not necessary to include all three methods of help. If you only provide content for one tab, only that button will appear in the published student version.
5454

docs/teacher/guides/lexdown.md renamed to docs/teacher/guides/lexdown-content-editor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# The content editor
1+
# The Lexdown content editor
22

3-
The content editor is widely used in Lambda Feedback. It accepts:
3+
The Lexdown content editor is widely used in Lambda Feedback. It accepts:
44

55
- standard [markdown](https://www.markdownguide.org/basic-syntax/)
66
- [$\LaTeX$](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes) (delimited by $ and limited to [KaTeX](https://www.katex.org) functionality)
77
- images (paste or drag and drop)
88
- videos (paste a URL)
99

10-
The content editor is an adapted version of lexical to use markdown-first, and incorporate features including drag-and-drop images, embedded videos and audio, and switch to raw markdown.
10+
The Lexdown editor is an adapted version of lexical to use markdown-first, and incorporate features including drag-and-drop images, embedded videos and audio, and switch to raw markdown.
1111

12-
## Common needs in the content editor
12+
## Common needs in the Lexdown editor
1313

1414
Here's a walkthrough to create some basic content:
1515

docs/teacher/reference/latex_functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ All content is formatted in [_markdown_](https://www.markdownguide.org/basic-syn
88

99
Special attention is required when formatting $\LaTeX$ which, although it is formatted using standard markdown (i.e. delimited by the `$` for 'inline formulas', and `$$` for an equation environment), must use a subset of $\LaTeX$ in order to compile for both outputs. This sometimes requires a compromise by the author.
1010

11-
## The Lexdown editor
11+
## The Lexdown content editor
1212

13-
All content in Lambda Feedback is stored as markdown (ASCII content), input/edited using our Lexdown editor. The editor has a preview mode providing live interactive previews of content, including $\LaTeX$ via katex, and a raw markdown mode.
13+
All content in Lambda Feedback is stored as markdown (ASCII content), input/edited using our [Lexdown editor](../guides/lexdown-content-editor.md). The editor has a preview mode providing live interactive previews of content, including $\LaTeX$ via katex, and a raw markdown mode.
1414

1515
## Web requirements: katex
1616

mkdocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ nav:
3333
- Teachers:
3434
- "teacher/index.md"
3535
- Guides:
36-
- Getting Started: "teacher/guides/gettingstarted.md"
36+
- Getting started: "teacher/guides/gettingstarted.md"
3737
- Editing questions: "teacher/guides/content-sets-questions.md"
38+
- Lexdown content editor: "teacher/guides/lexdown-content-editor.md"
3839
- Exporting and importing questions: "teacher/guides/question-export-import.md"
39-
- Lexdown: "teacher/guides/lexdown.md"
4040
- Analytics: "teacher/guides/analytics.md"
4141
- Good practice: "teacher/guides/good-practice.md"
42+
- Guidance: "teacher/guides/guidance.md"
4243
- FAQ: "teacher/guides/faq.md"
43-
- Guidance:
44-
- Guidance Time Suggestion: "teacher/guides/guidance/guidance-time-suggestion.md"
44+
4545

4646
- Reference:
4747
- Content management: "teacher/reference/content_management.md"
@@ -50,13 +50,17 @@ nav:
5050
- Response Areas:
5151
- "teacher/reference/response_area_components/index.md"
5252
- Text: "teacher/reference/response_area_components/Text.md"
53+
- Essay: "teacher/reference/response_area_components/Essay.md"
54+
- Milkdown: "teacher/reference/response_area_components/Milkdown.md"
5355
- Number: "teacher/reference/response_area_components/Number.md"
5456
- Boolean: "teacher/reference/response_area_components/Boolean.md"
5557
- NumericUnits: "teacher/reference/response_area_components/NumericUnits.md"
5658
- Expression: "teacher/reference/response_area_components/Expression.md"
5759
- MultipleChoice: "teacher/reference/response_area_components/MultipleChoice.md"
60+
- Likert: "teacher/reference/response_area_components/Likert.md"
5861
- Matrix: "teacher/reference/response_area_components/Matrix.md"
5962
- Table: "teacher/reference/response_area_components/Table.md"
63+
- Code: "teacher/reference/response_area_components/Code.md"
6064
- Evaluation Functions:
6165
- "teacher/reference/evaluation_functions/index.md"
6266

0 commit comments

Comments
 (0)