| ... |
... |
@@ -1,74 +1,74 @@ |
| 1 |
|
-### **[News](/wiki/News.md)** |
|
1 |
+### **[News](News.md)** |
| 2 |
2 |
|
| 3 |
3 |
--- |
| 4 |
4 |
|
| 5 |
|
-### **[Index](/wiki/Index.md)** |
|
5 |
+### **[Index](Index.md)** |
| 6 |
6 |
|
| 7 |
7 |
--- |
| 8 |
8 |
|
| 9 |
9 |
**Working with MUMIE as author** |
| 10 |
10 |
* Initial steps: |
| 11 |
|
- * [Create Documents (Articles, Problems, Media)](/wiki/How-to-create-documents.md) |
| 12 |
|
- * [Publishing files](/wiki/Publish.md) |
| 13 |
|
- * [Versioning](/wiki/Create-new-version.md) |
| 14 |
|
- * [Review/Feedback workflow between authors](/wiki/Feedback.md) |
|
11 |
+ * [Create Documents (Articles, Problems, Media)](How-to-create-documents.md) |
|
12 |
+ * [Publishing files](Publish.md) |
|
13 |
+ * [Versioning](Create-new-version.md) |
|
14 |
+ * [Review/Feedback workflow between authors](Feedback.md) |
| 15 |
15 |
* Articles: |
| 16 |
|
- * [Components of Articles (text-blocks, quizzes, audio, visualizations)](/wiki/Article.md) |
| 17 |
|
- * [Quick Checks](/wiki/Quick-Checks.md) |
|
16 |
+ * [Components of Articles (text-blocks, quizzes, audio, visualizations)](Article.md) |
|
17 |
+ * [Quick Checks](Quick-Checks.md) |
| 18 |
18 |
* Problems: |
| 19 |
|
- * [Structure of Problems (questions, variables, answer fields)](/wiki/Structure-of-problems.md) |
| 20 |
|
- * [Using variables](/wiki/Variables.md) |
| 21 |
|
- * [Using functions](/wiki/Function.md) |
| 22 |
|
- * [Answer types](/wiki/Answer-types.md) |
| 23 |
|
- * [Write input field questions](/wiki/input.fields.md) |
| 24 |
|
- * [Write multiple choice questions](/wiki/mc.questions.md) |
| 25 |
|
- * [Write drag-and-drop questions](/wiki/Drag-and-Drop.md) |
| 26 |
|
- * [Create a game](/wiki/How-to-create-a-game.md) |
| 27 |
|
- * [Create a question sequence](/wiki/Question-Sequence.md) |
| 28 |
|
- * [Feedback and Explanations](/wiki/Feedback-and-Explanations.md) |
| 29 |
|
- * [Number Fields](/wiki/number-fields.md) |
| 30 |
|
- * [Labels/Taxonomy for the problem pool](/wiki/Taxonomy.md) |
| 31 |
|
- * [Further topics on writing problems](/wiki/advanced-topics.md) |
|
19 |
+ * [Structure of Problems (questions, variables, answer fields)](Structure-of-problems.md) |
|
20 |
+ * [Using variables](Variables.md) |
|
21 |
+ * [Using functions](Function.md) |
|
22 |
+ * [Answer types](Answer-types.md) |
|
23 |
+ * [Write input field questions](input.fields.md) |
|
24 |
+ * [Write multiple choice questions](mc.questions.md) |
|
25 |
+ * [Write drag-and-drop questions](Drag-and-Drop.md) |
|
26 |
+ * [Create a game](How-to-create-a-game.md) |
|
27 |
+ * [Create a question sequence](Question-Sequence.md) |
|
28 |
+ * [Feedback and Explanations](Feedback-and-Explanations.md) |
|
29 |
+ * [Number Fields](number-fields.md) |
|
30 |
+ * [Labels/Taxonomy for the problem pool](Taxonomy.md) |
|
31 |
+ * [Further topics on writing problems](advanced-topics.md) |
| 32 |
32 |
* Programming with Python |
| 33 |
|
- * [Python](/wiki/Python.md) |
|
33 |
+ * [Python](Python.md) |
| 34 |
34 |
* Visualizations with JSXGraph |
| 35 |
|
- * [General](/wiki/JSX-Visualizations.md#jsxgraph-visualizations) |
| 36 |
|
- * [With problems, graphical problem tasks](/wiki/JSX-Visualizations.md#using-visualizations-with-problems) |
| 37 |
|
- * [Custom visualizations using jsxgraph-code](/wiki/JSX-Visualizations.md#visualizations-using-jsxgraph-code) |
|
35 |
+ * [General](JSX-Visualizations.md#jsxgraph-visualizations) |
|
36 |
+ * [With problems, graphical problem tasks](JSX-Visualizations.md#using-visualizations-with-problems) |
|
37 |
+ * [Custom visualizations using jsxgraph-code](JSX-Visualizations.md#visualizations-using-jsxgraph-code) |
| 38 |
38 |
* Legacy: old genericGWTVisualization system (superseded by the above, kept for older content): |
| 39 |
|
- * [What changed from genericGWTVisualization to genericJSXVisualization](/wiki/genericJSXVisualization-vs-genericGWTVisualization.md) |
| 40 |
|
- * [Old: Variables](/wiki/Visualization-Variables.md) |
| 41 |
|
- * [Old: Tabs and Incremental](/wiki/Visualization-Tabs-and-Incremental.md) |
| 42 |
|
- * [Old: If and Else](/wiki/Visualization-If-and-Else.md) |
|
39 |
+ * [What changed from genericGWTVisualization to genericJSXVisualization](genericJSXVisualization-vs-genericGWTVisualization.md) |
|
40 |
+ * [Old: Variables](Visualization-Variables.md) |
|
41 |
+ * [Old: Tabs and Incremental](Visualization-Tabs-and-Incremental.md) |
|
42 |
+ * [Old: If and Else](Visualization-If-and-Else.md) |
| 43 |
43 |
* Visualizations with CindyJS |
| 44 |
|
- * [General](/wiki/CindyJS.md) |
| 45 |
|
- * [With problems, graphical problem tasks](/wiki/CindyJS.md#combining-cindy-with-mumie-problems) |
|
44 |
+ * [General](CindyJS.md) |
|
45 |
+ * [With problems, graphical problem tasks](CindyJS.md#combining-cindy-with-mumie-problems) |
| 46 |
46 |
* Media Documents: |
| 47 |
|
- * [Media Documents](/wiki/Media.md) |
|
47 |
+ * [Media Documents](Media.md) |
| 48 |
48 |
|
| 49 |
49 |
--- |
| 50 |
50 |
|
| 51 |
51 |
**Working with MUMIE as teacher** |
| 52 |
|
-* [Create Courses](/wiki/Course.md) |
| 53 |
|
-* [Worksheets](/wiki/Worksheet.md) |
| 54 |
|
-* [Setup and using of class rooms](/wiki/Class-room.md) |
|
52 |
+* [Create Courses](Course.md) |
|
53 |
+* [Worksheets](Worksheet.md) |
|
54 |
+* [Setup and using of class rooms](Class-room.md) |
| 55 |
55 |
|
| 56 |
56 |
--- |
| 57 |
57 |
|
| 58 |
58 |
**Using MUMIE via plugin in local LMS** |
| 59 |
|
-* [Overview on LMS-integration](/wiki/MUMIE-LMS-integration.md) |
| 60 |
|
-* [Working with MUMIE as LMS platform](/wiki/Working-as-lms.md) |
|
59 |
+* [Overview on LMS-integration](MUMIE-LMS-integration.md) |
|
60 |
+* [Working with MUMIE as LMS platform](Working-as-lms.md) |
| 61 |
61 |
|
| 62 |
62 |
--- |
| 63 |
63 |
|
| 64 |
64 |
**FAQ** |
| 65 |
65 |
* [FAQ on content creation](FAQ-Content.md) |
| 66 |
|
-* [FAQ for examination lecturers](/wiki/FAQ-Examination-Lecturers.md) |
|
66 |
+* [FAQ for examination lecturers](FAQ-Examination-Lecturers.md) |
| 67 |
67 |
* [FAQ on LMS integration](FAQ-LMS-integration.md) |
| 68 |
68 |
|
| 69 |
69 |
--- |
| 70 |
70 |
|
| 71 |
|
-[Overview](/wiki/Overview.md) |
|
71 |
+[Overview](Overview.md) |
| 72 |
72 |
|
| 73 |
73 |
--- |
| 74 |
74 |
|
| 75 |
75 |
|