excel2moodle 0.5.0__tar.gz → 0.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. excel2moodle-0.5.1/PKG-INFO +106 -0
  2. excel2moodle-0.5.1/README.md +85 -0
  3. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/exampleQuestions.html +2 -1
  4. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/excel2moodle.core.html +2 -1
  5. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/excel2moodle.extra.html +2 -1
  6. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/excel2moodle.html +2 -1
  7. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/excel2moodle.ui.html +2 -1
  8. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/genindex.html +5 -3
  9. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/howto.html +2 -1
  10. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/index.html +2 -1
  11. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/py-modindex.html +4 -3
  12. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/search.html +4 -3
  13. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/docs/_build/html/userReference.html +2 -1
  14. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/question.py +5 -5
  15. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/question_types/cloze.py +3 -3
  16. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/question_types/nfm.py +1 -1
  17. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/dialogs.py +9 -5
  18. excel2moodle-0.5.1/excel2moodle.egg-info/PKG-INFO +106 -0
  19. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/pyproject.toml +1 -1
  20. excel2moodle-0.5.0/PKG-INFO +0 -63
  21. excel2moodle-0.5.0/README.md +0 -42
  22. excel2moodle-0.5.0/excel2moodle.egg-info/PKG-INFO +0 -63
  23. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/LICENSE +0 -0
  24. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/MANIFEST.in +0 -0
  25. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/__init__.py +0 -0
  26. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/__main__.py +0 -0
  27. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/__init__.py +0 -0
  28. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/category.py +0 -0
  29. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/dataStructure.py +0 -0
  30. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/etHelpers.py +0 -0
  31. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/exceptions.py +0 -0
  32. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/globals.py +0 -0
  33. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/numericMultiQ.py +0 -0
  34. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/parser.py +0 -0
  35. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/settings.py +0 -0
  36. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/stringHelpers.py +0 -0
  37. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/core/validator.py +0 -0
  38. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/extra/__init__.py +0 -0
  39. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/extra/equationVerification.py +0 -0
  40. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/logger.py +0 -0
  41. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/question_types/__init__.py +0 -0
  42. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/question_types/mc.py +0 -0
  43. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/question_types/nf.py +0 -0
  44. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/UI_equationChecker.py +0 -0
  45. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/UI_exportSettingsDialog.py +0 -0
  46. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/UI_mainWindow.py +0 -0
  47. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/UI_variantDialog.py +0 -0
  48. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/__init__.py +0 -0
  49. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/appUi.py +0 -0
  50. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/equationChecker.py +0 -0
  51. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/treewidget.py +0 -0
  52. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle/ui/windowDoc.py +0 -0
  53. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle.egg-info/SOURCES.txt +0 -0
  54. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle.egg-info/dependency_links.txt +0 -0
  55. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle.egg-info/entry_points.txt +0 -0
  56. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle.egg-info/requires.txt +0 -0
  57. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/excel2moodle.egg-info/top_level.txt +0 -0
  58. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/setup.cfg +0 -0
  59. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/test/test_nfmParsing.py +0 -0
  60. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/test/test_parseQuestion.py +0 -0
  61. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/test/test_picture.py +0 -0
  62. {excel2moodle-0.5.0 → excel2moodle-0.5.1}/test/test_questionDataGet.py +0 -0
@@ -0,0 +1,106 @@
1
+ Metadata-Version: 2.4
2
+ Name: excel2moodle
3
+ Version: 0.5.1
4
+ Summary: A package for converting questions from a spreadsheet, to valid moodle-xml
5
+ Author: Jakob Bosse
6
+ License-Expression: GPL-3.0-or-later
7
+ Project-URL: Repository, https://gitlab.com/jbosse3/excel2moodle.git
8
+ Project-URL: Documentation, https://jbosse3.gitlab.io/excel2moodle
9
+ Keywords: moodle,XML,teaching,question,converter,open educational Ressource
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: pyside6>=6.8.0
16
+ Requires-Dist: pandas>=2.1.3
17
+ Requires-Dist: lxml>=5.4.0
18
+ Requires-Dist: asteval>=1.0.6
19
+ Requires-Dist: python-calamine>=0.3.2
20
+ Dynamic: license-file
21
+
22
+ # excel 2 Moodle
23
+ ![Logo](excel2moodleLogo.png "Logo excel2moodle"){width=35%}
24
+
25
+ This Python program helps to create Moodle questions in less time.
26
+ The idea is to write the questions data into a spreadsheet file, from which the program generates the moodle compliant xml Files.
27
+ All questions or a selection of questions can be exported into one xml file to be imported into moodle.
28
+
29
+ ## Concept
30
+ The concept is, to store the different questions into categories of similar types and difficulties of questions, for each of which, a separated sheet in the Spreadsheet document should be created.
31
+
32
+ A `settings` sheet contains global settings to be used for all questions and categories.
33
+ Another sheet stores metadata for the different categories of questions.
34
+ And each category lives inside a separate sheet inside the spreadsheet document.
35
+
36
+ ## Getting Started
37
+
38
+ ### Installation
39
+ To get started with excel2moodle first have a look at the [installation](https://jbosse3.gitlab.io/excel2moodle/howto.html#excel2moodle-unter-windows-installieren)
40
+ If you already have python and uv installed, it is as easy as running `uv tool install excel2moodle`.
41
+
42
+ ### [ Documentation ](https://jbosse3.gitlab.io/excel2moodle/index.html)
43
+ Once excel2moodle is installed you can checkout the [example question sheet](https://gitlab.com/jbosse3/excel2moodle/-/tree/master/example?ref_type=heads)
44
+ in the repository.
45
+
46
+ Some steps are already documented as [ tutorials ](https://jbosse3.gitlab.io/excel2moodle/howto.html)
47
+ you can follow along.
48
+
49
+ And please have a look into the [**user Reference**](https://jbosse3.gitlab.io/excel2moodle/userReference.html)
50
+ of the documentation.
51
+ That part explains each part of defining a question.
52
+
53
+
54
+ ## Functionality
55
+ * Equation Verification:
56
+ + this tool helps you to validate the correct equation for the parametrized Questions.
57
+ * Question Preview:
58
+ + This helps you when selecting the correct questions for the export.
59
+ * Export Options:
60
+ + you can export the questions preserving the categories in moodle
61
+
62
+ ### Question Types
63
+ * Generate multiple Choice Questions:
64
+ + The answers can be pictures or normal text
65
+ * Generate Numeric Questions
66
+ * Generate parametrized numeric Questions
67
+ * Generate parametrized cloze Questions
68
+
69
+
70
+ ![MainWindow](mainWindow.png "Logo excel2moodle"){width=80%}
71
+
72
+ ## Licensing and authorship
73
+ excel2moodle is lincensed under the latest [GNU GPL license](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/LICENSE)
74
+ Initial development was made by Richard Lorenz, and later taken over by Jakob Bosse
75
+
76
+ ## Supporting
77
+ A special thanks goes to the [Civil Engineering Departement of the Fachhochschule Potsdam](https://www.fh-potsdam.de/en/study-further-education/departments/civil-engineering-department)
78
+ where i was employed as a student associate to work on this project.
79
+
80
+ If You want to support my work as well, you can by me a [coffee](https://ko-fi.com/jbosse3)
81
+
82
+ # Changelogs
83
+
84
+ ## 0.5.1 (2025-06-24)
85
+ Minor docs improvement and question variant bugfix
86
+
87
+ ### bugfix (1 change)
88
+
89
+ - [Bullet points variant didn't get updated](https://gitlab.com/jbosse3/excel2moodle/-/commit/7b4ad9e9c8a4216167ae019859ebaa8def81d57f)
90
+
91
+ ## 0.5.0 (2025-06-20)
92
+ settings handling improved
93
+
94
+ ### feature (2 changes)
95
+
96
+ - [Pixmaps and vector graphics scaled to fit in preview](https://gitlab.com/jbosse3/excel2moodle/-/commit/00a6ef13fb2a0046d7641e24af6cf6f08642390e)
97
+ - [feature: category Settings implemented](https://gitlab.com/jbosse3/excel2moodle/-/commit/d673cc3f5ba06051aa37bc17a3ef0161121cb730)
98
+
99
+ ### improvement (1 change)
100
+
101
+ - [Tolerance is harmonized by questionData.get()](https://gitlab.com/jbosse3/excel2moodle/-/commit/8d1724f4877e1584cc531b6b3f278bdea68b5831)
102
+
103
+ ### Settings Errors are logged (1 change)
104
+
105
+ - [Log Errors in settings Sheet](https://gitlab.com/jbosse3/excel2moodle/-/commit/07e58f957c69ea818db1c5679cf89e287817ced3)
106
+
@@ -0,0 +1,85 @@
1
+ # excel 2 Moodle
2
+ ![Logo](excel2moodleLogo.png "Logo excel2moodle"){width=35%}
3
+
4
+ This Python program helps to create Moodle questions in less time.
5
+ The idea is to write the questions data into a spreadsheet file, from which the program generates the moodle compliant xml Files.
6
+ All questions or a selection of questions can be exported into one xml file to be imported into moodle.
7
+
8
+ ## Concept
9
+ The concept is, to store the different questions into categories of similar types and difficulties of questions, for each of which, a separated sheet in the Spreadsheet document should be created.
10
+
11
+ A `settings` sheet contains global settings to be used for all questions and categories.
12
+ Another sheet stores metadata for the different categories of questions.
13
+ And each category lives inside a separate sheet inside the spreadsheet document.
14
+
15
+ ## Getting Started
16
+
17
+ ### Installation
18
+ To get started with excel2moodle first have a look at the [installation](https://jbosse3.gitlab.io/excel2moodle/howto.html#excel2moodle-unter-windows-installieren)
19
+ If you already have python and uv installed, it is as easy as running `uv tool install excel2moodle`.
20
+
21
+ ### [ Documentation ](https://jbosse3.gitlab.io/excel2moodle/index.html)
22
+ Once excel2moodle is installed you can checkout the [example question sheet](https://gitlab.com/jbosse3/excel2moodle/-/tree/master/example?ref_type=heads)
23
+ in the repository.
24
+
25
+ Some steps are already documented as [ tutorials ](https://jbosse3.gitlab.io/excel2moodle/howto.html)
26
+ you can follow along.
27
+
28
+ And please have a look into the [**user Reference**](https://jbosse3.gitlab.io/excel2moodle/userReference.html)
29
+ of the documentation.
30
+ That part explains each part of defining a question.
31
+
32
+
33
+ ## Functionality
34
+ * Equation Verification:
35
+ + this tool helps you to validate the correct equation for the parametrized Questions.
36
+ * Question Preview:
37
+ + This helps you when selecting the correct questions for the export.
38
+ * Export Options:
39
+ + you can export the questions preserving the categories in moodle
40
+
41
+ ### Question Types
42
+ * Generate multiple Choice Questions:
43
+ + The answers can be pictures or normal text
44
+ * Generate Numeric Questions
45
+ * Generate parametrized numeric Questions
46
+ * Generate parametrized cloze Questions
47
+
48
+
49
+ ![MainWindow](mainWindow.png "Logo excel2moodle"){width=80%}
50
+
51
+ ## Licensing and authorship
52
+ excel2moodle is lincensed under the latest [GNU GPL license](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/LICENSE)
53
+ Initial development was made by Richard Lorenz, and later taken over by Jakob Bosse
54
+
55
+ ## Supporting
56
+ A special thanks goes to the [Civil Engineering Departement of the Fachhochschule Potsdam](https://www.fh-potsdam.de/en/study-further-education/departments/civil-engineering-department)
57
+ where i was employed as a student associate to work on this project.
58
+
59
+ If You want to support my work as well, you can by me a [coffee](https://ko-fi.com/jbosse3)
60
+
61
+ # Changelogs
62
+
63
+ ## 0.5.1 (2025-06-24)
64
+ Minor docs improvement and question variant bugfix
65
+
66
+ ### bugfix (1 change)
67
+
68
+ - [Bullet points variant didn't get updated](https://gitlab.com/jbosse3/excel2moodle/-/commit/7b4ad9e9c8a4216167ae019859ebaa8def81d57f)
69
+
70
+ ## 0.5.0 (2025-06-20)
71
+ settings handling improved
72
+
73
+ ### feature (2 changes)
74
+
75
+ - [Pixmaps and vector graphics scaled to fit in preview](https://gitlab.com/jbosse3/excel2moodle/-/commit/00a6ef13fb2a0046d7641e24af6cf6f08642390e)
76
+ - [feature: category Settings implemented](https://gitlab.com/jbosse3/excel2moodle/-/commit/d673cc3f5ba06051aa37bc17a3ef0161121cb730)
77
+
78
+ ### improvement (1 change)
79
+
80
+ - [Tolerance is harmonized by questionData.get()](https://gitlab.com/jbosse3/excel2moodle/-/commit/8d1724f4877e1584cc531b6b3f278bdea68b5831)
81
+
82
+ ### Settings Errors are logged (1 change)
83
+
84
+ - [Log Errors in settings Sheet](https://gitlab.com/jbosse3/excel2moodle/-/commit/07e58f957c69ea818db1c5679cf89e287817ced3)
85
+
@@ -36,6 +36,7 @@
36
36
 
37
37
  <a href="index.html" class="icon icon-home">
38
38
  excel2moodle
39
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
39
40
  </a>
40
41
  <div class="version">
41
42
  0.5.0
@@ -87,7 +88,7 @@
87
88
  <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
88
89
  <li class="breadcrumb-item active">Fragenbeispiele</li>
89
90
  <li class="wy-breadcrumbs-aside">
90
- <a href="_sources/exampleQuestions.rst.txt" rel="nofollow"> View page source</a>
91
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/exampleQuestions.rst" class="fa fa-gitlab"> Edit on GitLab</a>
91
92
  </li>
92
93
  </ul>
93
94
  <hr/>
@@ -35,6 +35,7 @@
35
35
 
36
36
  <a href="index.html" class="icon icon-home">
37
37
  excel2moodle
38
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
38
39
  </a>
39
40
  <div class="version">
40
41
  0.5.0
@@ -284,7 +285,7 @@
284
285
  <li class="breadcrumb-item"><a href="excel2moodle.html">excel2moodle package</a></li>
285
286
  <li class="breadcrumb-item active">excel2moodle.core package</li>
286
287
  <li class="wy-breadcrumbs-aside">
287
- <a href="_sources/excel2moodle.core.rst.txt" rel="nofollow"> View page source</a>
288
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/excel2moodle.core.rst" class="fa fa-gitlab"> Edit on GitLab</a>
288
289
  </li>
289
290
  </ul>
290
291
  <hr/>
@@ -35,6 +35,7 @@
35
35
 
36
36
  <a href="index.html" class="icon icon-home">
37
37
  excel2moodle
38
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
38
39
  </a>
39
40
  <div class="version">
40
41
  0.5.0
@@ -90,7 +91,7 @@
90
91
  <li class="breadcrumb-item"><a href="excel2moodle.html">excel2moodle package</a></li>
91
92
  <li class="breadcrumb-item active">excel2moodle.extra package</li>
92
93
  <li class="wy-breadcrumbs-aside">
93
- <a href="_sources/excel2moodle.extra.rst.txt" rel="nofollow"> View page source</a>
94
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/excel2moodle.extra.rst" class="fa fa-gitlab"> Edit on GitLab</a>
94
95
  </li>
95
96
  </ul>
96
97
  <hr/>
@@ -35,6 +35,7 @@
35
35
 
36
36
  <a href="index.html" class="icon icon-home">
37
37
  excel2moodle
38
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
38
39
  </a>
39
40
  <div class="version">
40
41
  0.5.0
@@ -85,7 +86,7 @@
85
86
  <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
86
87
  <li class="breadcrumb-item active">excel2moodle package</li>
87
88
  <li class="wy-breadcrumbs-aside">
88
- <a href="_sources/excel2moodle.rst.txt" rel="nofollow"> View page source</a>
89
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/excel2moodle.rst" class="fa fa-gitlab"> Edit on GitLab</a>
89
90
  </li>
90
91
  </ul>
91
92
  <hr/>
@@ -34,6 +34,7 @@
34
34
 
35
35
  <a href="index.html" class="icon icon-home">
36
36
  excel2moodle
37
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
37
38
  </a>
38
39
  <div class="version">
39
40
  0.5.0
@@ -154,7 +155,7 @@
154
155
  <li class="breadcrumb-item"><a href="excel2moodle.html">excel2moodle package</a></li>
155
156
  <li class="breadcrumb-item active">excel2moodle.ui package</li>
156
157
  <li class="wy-breadcrumbs-aside">
157
- <a href="_sources/excel2moodle.ui.rst.txt" rel="nofollow"> View page source</a>
158
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/excel2moodle.ui.rst" class="fa fa-gitlab"> Edit on GitLab</a>
158
159
  </li>
159
160
  </ul>
160
161
  <hr/>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Index &mdash; excel2moodle 0.5.0 documentation</title>
6
+ <title>Index &mdash; excel2moodle 0.5.1 documentation</title>
7
7
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
8
8
  <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
9
9
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  <script src="_static/jquery.js?v=5d32c60e"></script>
16
16
  <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17
- <script src="_static/documentation_options.js?v=1dd76d02"></script>
17
+ <script src="_static/documentation_options.js?v=b9afe91b"></script>
18
18
  <script src="_static/doctools.js?v=9bcbadda"></script>
19
19
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
20
20
  <script src="_static/js/theme.js"></script>
@@ -32,9 +32,10 @@
32
32
 
33
33
  <a href="index.html" class="icon icon-home">
34
34
  excel2moodle
35
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
35
36
  </a>
36
37
  <div class="version">
37
- 0.5.0
38
+ 0.5.1
38
39
  </div>
39
40
  <div role="search">
40
41
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -72,6 +73,7 @@
72
73
  <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
73
74
  <li class="breadcrumb-item active">Index</li>
74
75
  <li class="wy-breadcrumbs-aside">
76
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/genindex" class="fa fa-gitlab"> Edit on GitLab</a>
75
77
  </li>
76
78
  </ul>
77
79
  <hr/>
@@ -35,6 +35,7 @@
35
35
 
36
36
  <a href="index.html" class="icon icon-home">
37
37
  excel2moodle
38
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
38
39
  </a>
39
40
  <div class="version">
40
41
  0.5.0
@@ -93,7 +94,7 @@
93
94
  <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
94
95
  <li class="breadcrumb-item active">How To - Schritt für Schritt Anleitung</li>
95
96
  <li class="wy-breadcrumbs-aside">
96
- <a href="_sources/howto.rst.txt" rel="nofollow"> View page source</a>
97
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/howto.rst" class="fa fa-gitlab"> Edit on GitLab</a>
97
98
  </li>
98
99
  </ul>
99
100
  <hr/>
@@ -34,6 +34,7 @@
34
34
 
35
35
  <a href="#" class="icon icon-home">
36
36
  excel2moodle
37
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
37
38
  </a>
38
39
  <div class="version">
39
40
  0.5.0
@@ -74,7 +75,7 @@
74
75
  <li><a href="#" class="icon icon-home" aria-label="Home"></a></li>
75
76
  <li class="breadcrumb-item active">excel2moodle User Guide</li>
76
77
  <li class="wy-breadcrumbs-aside">
77
- <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
78
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/index.rst" class="fa fa-gitlab"> Edit on GitLab</a>
78
79
  </li>
79
80
  </ul>
80
81
  <hr/>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Python Module Index &mdash; excel2moodle 0.5.0 documentation</title>
6
+ <title>Python Module Index &mdash; excel2moodle 0.5.1 documentation</title>
7
7
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
8
8
  <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
9
9
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  <script src="_static/jquery.js?v=5d32c60e"></script>
16
16
  <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17
- <script src="_static/documentation_options.js?v=1dd76d02"></script>
17
+ <script src="_static/documentation_options.js?v=b9afe91b"></script>
18
18
  <script src="_static/doctools.js?v=9bcbadda"></script>
19
19
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
20
20
  <script src="_static/js/theme.js"></script>
@@ -35,9 +35,10 @@
35
35
 
36
36
  <a href="index.html" class="icon icon-home">
37
37
  excel2moodle
38
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
38
39
  </a>
39
40
  <div class="version">
40
- 0.5.0
41
+ 0.5.1
41
42
  </div>
42
43
  <div role="search">
43
44
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Search &mdash; excel2moodle 0.5.0 documentation</title>
6
+ <title>Search &mdash; excel2moodle 0.5.1 documentation</title>
7
7
  <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
8
8
  <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
9
9
 
@@ -15,7 +15,7 @@
15
15
 
16
16
  <script src="_static/jquery.js?v=5d32c60e"></script>
17
17
  <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
18
- <script src="_static/documentation_options.js?v=1dd76d02"></script>
18
+ <script src="_static/documentation_options.js?v=b9afe91b"></script>
19
19
  <script src="_static/doctools.js?v=9bcbadda"></script>
20
20
  <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
21
21
  <script src="_static/js/theme.js"></script>
@@ -35,9 +35,10 @@
35
35
 
36
36
  <a href="index.html" class="icon icon-home">
37
37
  excel2moodle
38
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
38
39
  </a>
39
40
  <div class="version">
40
- 0.5.0
41
+ 0.5.1
41
42
  </div>
42
43
  <div role="search">
43
44
  <form id="rtd-search-form" class="wy-form" action="#" method="get">
@@ -36,6 +36,7 @@
36
36
 
37
37
  <a href="index.html" class="icon icon-home">
38
38
  excel2moodle
39
+ <img src="_static/excel2moodleLogo.png" class="logo" alt="Logo"/>
39
40
  </a>
40
41
  <div class="version">
41
42
  0.5.0
@@ -90,7 +91,7 @@
90
91
  <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
91
92
  <li class="breadcrumb-item active">User Reference</li>
92
93
  <li class="wy-breadcrumbs-aside">
93
- <a href="_sources/userReference.rst.txt" rel="nofollow"> View page source</a>
94
+ <a href="https://gitlab.com//jbosse3/excel2moodle/blob/master/docs/userReference.rst" class="fa fa-gitlab"> Edit on GitLab</a>
94
95
  </li>
95
96
  </ul>
96
97
  <hr/>
@@ -162,14 +162,14 @@ class Question:
162
162
  """Assemble the question to the valid xml Tree."""
163
163
  mainText = self._getTextElement()
164
164
  self.logger.debug("Starting assembly")
165
- self._setAnswerElement(variant=variant)
166
- textParts = self._assembleMainTextParts()
165
+ self._assembleAnswer(variant=variant)
166
+ textParts = self._assembleText(variant=variant)
167
167
  if hasattr(self, "picture") and self.picture.ready:
168
168
  mainText.append(self.picture.element)
169
169
  self.logger.debug("Appended Picture element to text")
170
170
  mainText.append(etHelpers.getCdatTxtElement(textParts))
171
171
 
172
- def _assembleMainTextParts(self, variant=0) -> list[ET.Element]:
172
+ def _assembleText(self, variant=0) -> list[ET.Element]:
173
173
  """Assemble the Question Text.
174
174
 
175
175
  Intended for the cloze question, where the answers parts are part of the text.
@@ -202,7 +202,7 @@ class Question:
202
202
  return self.bulletList
203
203
  return None
204
204
 
205
- def _setAnswerElement(self, variant: int = 0) -> None:
205
+ def _assembleAnswer(self, variant: int = 0) -> None:
206
206
  pass
207
207
 
208
208
  def _setID(self, id=0) -> None:
@@ -229,7 +229,7 @@ class ParametricQuestion(Question):
229
229
  def replaceMatch(match: Match[str]) -> str | int | float:
230
230
  key = match.group(1)
231
231
  if key in self.variables:
232
- value = self.variables[key][variant]
232
+ value = self.variables[key][variant - 1]
233
233
  return f"{value}".replace(".", ",\\!")
234
234
  return match.group(0) # keep original if no match
235
235
 
@@ -30,7 +30,7 @@ class ClozeQuestion(ParametricQuestion):
30
30
  self.questionTexts: dict[int, list[ET.Element]] = {}
31
31
  self.partsNum: int = 0
32
32
 
33
- def _setAnswerElement(self, variant: int = 1) -> None:
33
+ def _assembleAnswer(self, variant: int = 1) -> None:
34
34
  for part, ans in self.answerVariants.items():
35
35
  result = ans[variant - 1]
36
36
  if self.answerTypes.get(part, None) == "MC":
@@ -49,8 +49,8 @@ class ClozeQuestion(ParametricQuestion):
49
49
  self.logger.debug("Appended Question Parts %s to main text", part)
50
50
  self.questionTexts[part].append(ET.Element("hr"))
51
51
 
52
- def _assembleMainTextParts(self, variant=0) -> list[ET.Element]:
53
- textParts = super()._assembleMainTextParts(variant=variant)
52
+ def _assembleText(self, variant=0) -> list[ET.Element]:
53
+ textParts = super()._assembleText(variant=variant)
54
54
  self.logger.debug("Appending QuestionParts to main text")
55
55
  for paragraphs in self.questionTexts.values():
56
56
  for par in paragraphs:
@@ -30,7 +30,7 @@ class NFMQuestion(ParametricQuestion):
30
30
  super().__init__(*args, **kwargs)
31
31
  self.answerVariants: list[ET.Element]
32
32
 
33
- def _setAnswerElement(self, variant: int = 1) -> None:
33
+ def _assembleAnswer(self, variant: int = 1) -> None:
34
34
  prevAnsElement = self.element.find(XMLTags.ANSWER)
35
35
  if prevAnsElement is not None:
36
36
  self.element.remove(prevAnsElement)
@@ -164,16 +164,20 @@ class AboutDialog(QtWidgets.QMessageBox):
164
164
  self.setStandardButtons(QtWidgets.QMessageBox.StandardButton.Close)
165
165
 
166
166
  self.aboutMessage: str = f"""
167
- <h1> About {e2mMetadata["name"]} v {e2mMetadata["version"]}</h1><br>
167
+ <h1> About {e2mMetadata["name"]} v{e2mMetadata["version"]}</h1><br>
168
168
  <p style="text-align:center">
169
169
 
170
170
  <b><a href="{e2mMetadata["homepage"]}">{e2mMetadata["name"]}</a> - {e2mMetadata["description"]}</b>
171
171
  </p>
172
172
  <p style="text-align:center">
173
- A <b>
174
- <a href="{e2mMetadata["documentation"]}">documentation</a></b>
175
- is also available.
173
+ If you need help you can find some <a href="https://gitlab.com/jbosse3/excel2moodle/-/example/"> examples.</a>
176
174
  </br>
175
+ A Documentation can be viewed by clicking "F1",
176
+ or onto the documentation button.
177
+ </br>
178
+ </p>
179
+ <p style="text-align:center">
180
+ To see whats new in version {e2mMetadata["version"]} see the <a href="https://gitlab.com/jbosse3/excel2moodle#changelogs"> changelogs.</a>
177
181
  </p>
178
182
  <p style="text-align:center">
179
183
  This project is maintained by {e2mMetadata["author"]}.
@@ -181,7 +185,7 @@ class AboutDialog(QtWidgets.QMessageBox):
181
185
  Development takes place at <a href="{e2mMetadata["homepage"]}"> GitLab: {e2mMetadata["homepage"]}</a>
182
186
  contributions are very welcome
183
187
  </br>
184
- If you encounter any issues please report them under the repositories issues page.
188
+ If you encounter any issues please report them under the <a href="https://gitlab.com/jbosse3/excel2moodle/-/issues/"> repositories issues page </a>.
185
189
  </br>
186
190
  </p>
187
191
  <p style="text-align:center">
@@ -0,0 +1,106 @@
1
+ Metadata-Version: 2.4
2
+ Name: excel2moodle
3
+ Version: 0.5.1
4
+ Summary: A package for converting questions from a spreadsheet, to valid moodle-xml
5
+ Author: Jakob Bosse
6
+ License-Expression: GPL-3.0-or-later
7
+ Project-URL: Repository, https://gitlab.com/jbosse3/excel2moodle.git
8
+ Project-URL: Documentation, https://jbosse3.gitlab.io/excel2moodle
9
+ Keywords: moodle,XML,teaching,question,converter,open educational Ressource
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: pyside6>=6.8.0
16
+ Requires-Dist: pandas>=2.1.3
17
+ Requires-Dist: lxml>=5.4.0
18
+ Requires-Dist: asteval>=1.0.6
19
+ Requires-Dist: python-calamine>=0.3.2
20
+ Dynamic: license-file
21
+
22
+ # excel 2 Moodle
23
+ ![Logo](excel2moodleLogo.png "Logo excel2moodle"){width=35%}
24
+
25
+ This Python program helps to create Moodle questions in less time.
26
+ The idea is to write the questions data into a spreadsheet file, from which the program generates the moodle compliant xml Files.
27
+ All questions or a selection of questions can be exported into one xml file to be imported into moodle.
28
+
29
+ ## Concept
30
+ The concept is, to store the different questions into categories of similar types and difficulties of questions, for each of which, a separated sheet in the Spreadsheet document should be created.
31
+
32
+ A `settings` sheet contains global settings to be used for all questions and categories.
33
+ Another sheet stores metadata for the different categories of questions.
34
+ And each category lives inside a separate sheet inside the spreadsheet document.
35
+
36
+ ## Getting Started
37
+
38
+ ### Installation
39
+ To get started with excel2moodle first have a look at the [installation](https://jbosse3.gitlab.io/excel2moodle/howto.html#excel2moodle-unter-windows-installieren)
40
+ If you already have python and uv installed, it is as easy as running `uv tool install excel2moodle`.
41
+
42
+ ### [ Documentation ](https://jbosse3.gitlab.io/excel2moodle/index.html)
43
+ Once excel2moodle is installed you can checkout the [example question sheet](https://gitlab.com/jbosse3/excel2moodle/-/tree/master/example?ref_type=heads)
44
+ in the repository.
45
+
46
+ Some steps are already documented as [ tutorials ](https://jbosse3.gitlab.io/excel2moodle/howto.html)
47
+ you can follow along.
48
+
49
+ And please have a look into the [**user Reference**](https://jbosse3.gitlab.io/excel2moodle/userReference.html)
50
+ of the documentation.
51
+ That part explains each part of defining a question.
52
+
53
+
54
+ ## Functionality
55
+ * Equation Verification:
56
+ + this tool helps you to validate the correct equation for the parametrized Questions.
57
+ * Question Preview:
58
+ + This helps you when selecting the correct questions for the export.
59
+ * Export Options:
60
+ + you can export the questions preserving the categories in moodle
61
+
62
+ ### Question Types
63
+ * Generate multiple Choice Questions:
64
+ + The answers can be pictures or normal text
65
+ * Generate Numeric Questions
66
+ * Generate parametrized numeric Questions
67
+ * Generate parametrized cloze Questions
68
+
69
+
70
+ ![MainWindow](mainWindow.png "Logo excel2moodle"){width=80%}
71
+
72
+ ## Licensing and authorship
73
+ excel2moodle is lincensed under the latest [GNU GPL license](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/LICENSE)
74
+ Initial development was made by Richard Lorenz, and later taken over by Jakob Bosse
75
+
76
+ ## Supporting
77
+ A special thanks goes to the [Civil Engineering Departement of the Fachhochschule Potsdam](https://www.fh-potsdam.de/en/study-further-education/departments/civil-engineering-department)
78
+ where i was employed as a student associate to work on this project.
79
+
80
+ If You want to support my work as well, you can by me a [coffee](https://ko-fi.com/jbosse3)
81
+
82
+ # Changelogs
83
+
84
+ ## 0.5.1 (2025-06-24)
85
+ Minor docs improvement and question variant bugfix
86
+
87
+ ### bugfix (1 change)
88
+
89
+ - [Bullet points variant didn't get updated](https://gitlab.com/jbosse3/excel2moodle/-/commit/7b4ad9e9c8a4216167ae019859ebaa8def81d57f)
90
+
91
+ ## 0.5.0 (2025-06-20)
92
+ settings handling improved
93
+
94
+ ### feature (2 changes)
95
+
96
+ - [Pixmaps and vector graphics scaled to fit in preview](https://gitlab.com/jbosse3/excel2moodle/-/commit/00a6ef13fb2a0046d7641e24af6cf6f08642390e)
97
+ - [feature: category Settings implemented](https://gitlab.com/jbosse3/excel2moodle/-/commit/d673cc3f5ba06051aa37bc17a3ef0161121cb730)
98
+
99
+ ### improvement (1 change)
100
+
101
+ - [Tolerance is harmonized by questionData.get()](https://gitlab.com/jbosse3/excel2moodle/-/commit/8d1724f4877e1584cc531b6b3f278bdea68b5831)
102
+
103
+ ### Settings Errors are logged (1 change)
104
+
105
+ - [Log Errors in settings Sheet](https://gitlab.com/jbosse3/excel2moodle/-/commit/07e58f957c69ea818db1c5679cf89e287817ced3)
106
+
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "excel2moodle"
7
- version = "0.5.0"
7
+ version = "0.5.1"
8
8
  authors = [
9
9
  { name="Jakob Bosse" },
10
10
  ]
@@ -1,63 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: excel2moodle
3
- Version: 0.5.0
4
- Summary: A package for converting questions from a spreadsheet, to valid moodle-xml
5
- Author: Jakob Bosse
6
- License-Expression: GPL-3.0-or-later
7
- Project-URL: Repository, https://gitlab.com/jbosse3/excel2moodle.git
8
- Project-URL: Documentation, https://jbosse3.gitlab.io/excel2moodle
9
- Keywords: moodle,XML,teaching,question,converter,open educational Ressource
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Requires-Dist: pyside6>=6.8.0
16
- Requires-Dist: pandas>=2.1.3
17
- Requires-Dist: lxml>=5.4.0
18
- Requires-Dist: asteval>=1.0.6
19
- Requires-Dist: python-calamine>=0.3.2
20
- Dynamic: license-file
21
-
22
- # excel 2 Moodle
23
- [Deutsche README](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/README.de.md)
24
-
25
- ![Logo](excel2moodleLogo.png "Logo excel2moodle"){width=50%}
26
-
27
- This Python program helps to create Moodle questions in less time.
28
- The aim is to put alle the information for the questions into a spreadsheet file, and then parse it, to generate Moodle compliant XML-Files.
29
-
30
- Furthermore this program lets you create a single XML-File with a selection of questions, that then can be imported to a Moodle-Test.
31
-
32
- ## Concept
33
- The concept is, to store the different questions into categories of similar types and difficulties of questions, for each of which, a separated sheet in the Spreadsheet document should be created.
34
-
35
- There Should be a sheet called "Kategorien", where an overview over the different categories is stored.
36
- This sheet stores The names and descriptions, for all categories. The name have to be the same as the actual sheet names with the questions.
37
- Furthermore the points used for grading, are set in the "Kategorien" sheet
38
-
39
-
40
- ## Development State
41
- This program is still quite rough, with very litte robustness against faulty user input inside the Spreadsheet.
42
-
43
- ## Functionality
44
- * Parse multiple Choice Questions, each into one XML file
45
- * Parse Numeric Questions, each into one XML file
46
- * create single XML File from a selection of questions
47
-
48
- ## Development Goals
49
- * [X] creating an example spreadsheet
50
- * [X] Export function, to create numerical Question version from a matrix of variables and corresponding correct Answers:
51
- * similar to the calculated question Type, but with the benefit, of serving all students the same exact question
52
- * [.] making it more robust:
53
- * [X] Adding Error Messages when exporting
54
- * [X] Creating logging
55
- * [ ] Logging Errors to File
56
- * [ ] making it Image File-Type agnostic
57
- * [ ] Creating a Settings Menu
58
- * [ ] Making keys in spreadsheet selectable in the Settings
59
- * [ ] Setting image folder
60
-
61
- ## Licensing and authorship
62
- excel2moodle is lincensed under the latest [GNU GPL license](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/LICENSE)
63
- Initial development was made by Richard Lorenz, and later taken over by Jakob Bosse
@@ -1,42 +0,0 @@
1
- # excel 2 Moodle
2
- [Deutsche README](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/README.de.md)
3
-
4
- ![Logo](excel2moodleLogo.png "Logo excel2moodle"){width=50%}
5
-
6
- This Python program helps to create Moodle questions in less time.
7
- The aim is to put alle the information for the questions into a spreadsheet file, and then parse it, to generate Moodle compliant XML-Files.
8
-
9
- Furthermore this program lets you create a single XML-File with a selection of questions, that then can be imported to a Moodle-Test.
10
-
11
- ## Concept
12
- The concept is, to store the different questions into categories of similar types and difficulties of questions, for each of which, a separated sheet in the Spreadsheet document should be created.
13
-
14
- There Should be a sheet called "Kategorien", where an overview over the different categories is stored.
15
- This sheet stores The names and descriptions, for all categories. The name have to be the same as the actual sheet names with the questions.
16
- Furthermore the points used for grading, are set in the "Kategorien" sheet
17
-
18
-
19
- ## Development State
20
- This program is still quite rough, with very litte robustness against faulty user input inside the Spreadsheet.
21
-
22
- ## Functionality
23
- * Parse multiple Choice Questions, each into one XML file
24
- * Parse Numeric Questions, each into one XML file
25
- * create single XML File from a selection of questions
26
-
27
- ## Development Goals
28
- * [X] creating an example spreadsheet
29
- * [X] Export function, to create numerical Question version from a matrix of variables and corresponding correct Answers:
30
- * similar to the calculated question Type, but with the benefit, of serving all students the same exact question
31
- * [.] making it more robust:
32
- * [X] Adding Error Messages when exporting
33
- * [X] Creating logging
34
- * [ ] Logging Errors to File
35
- * [ ] making it Image File-Type agnostic
36
- * [ ] Creating a Settings Menu
37
- * [ ] Making keys in spreadsheet selectable in the Settings
38
- * [ ] Setting image folder
39
-
40
- ## Licensing and authorship
41
- excel2moodle is lincensed under the latest [GNU GPL license](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/LICENSE)
42
- Initial development was made by Richard Lorenz, and later taken over by Jakob Bosse
@@ -1,63 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: excel2moodle
3
- Version: 0.5.0
4
- Summary: A package for converting questions from a spreadsheet, to valid moodle-xml
5
- Author: Jakob Bosse
6
- License-Expression: GPL-3.0-or-later
7
- Project-URL: Repository, https://gitlab.com/jbosse3/excel2moodle.git
8
- Project-URL: Documentation, https://jbosse3.gitlab.io/excel2moodle
9
- Keywords: moodle,XML,teaching,question,converter,open educational Ressource
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Requires-Dist: pyside6>=6.8.0
16
- Requires-Dist: pandas>=2.1.3
17
- Requires-Dist: lxml>=5.4.0
18
- Requires-Dist: asteval>=1.0.6
19
- Requires-Dist: python-calamine>=0.3.2
20
- Dynamic: license-file
21
-
22
- # excel 2 Moodle
23
- [Deutsche README](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/README.de.md)
24
-
25
- ![Logo](excel2moodleLogo.png "Logo excel2moodle"){width=50%}
26
-
27
- This Python program helps to create Moodle questions in less time.
28
- The aim is to put alle the information for the questions into a spreadsheet file, and then parse it, to generate Moodle compliant XML-Files.
29
-
30
- Furthermore this program lets you create a single XML-File with a selection of questions, that then can be imported to a Moodle-Test.
31
-
32
- ## Concept
33
- The concept is, to store the different questions into categories of similar types and difficulties of questions, for each of which, a separated sheet in the Spreadsheet document should be created.
34
-
35
- There Should be a sheet called "Kategorien", where an overview over the different categories is stored.
36
- This sheet stores The names and descriptions, for all categories. The name have to be the same as the actual sheet names with the questions.
37
- Furthermore the points used for grading, are set in the "Kategorien" sheet
38
-
39
-
40
- ## Development State
41
- This program is still quite rough, with very litte robustness against faulty user input inside the Spreadsheet.
42
-
43
- ## Functionality
44
- * Parse multiple Choice Questions, each into one XML file
45
- * Parse Numeric Questions, each into one XML file
46
- * create single XML File from a selection of questions
47
-
48
- ## Development Goals
49
- * [X] creating an example spreadsheet
50
- * [X] Export function, to create numerical Question version from a matrix of variables and corresponding correct Answers:
51
- * similar to the calculated question Type, but with the benefit, of serving all students the same exact question
52
- * [.] making it more robust:
53
- * [X] Adding Error Messages when exporting
54
- * [X] Creating logging
55
- * [ ] Logging Errors to File
56
- * [ ] making it Image File-Type agnostic
57
- * [ ] Creating a Settings Menu
58
- * [ ] Making keys in spreadsheet selectable in the Settings
59
- * [ ] Setting image folder
60
-
61
- ## Licensing and authorship
62
- excel2moodle is lincensed under the latest [GNU GPL license](https://gitlab.com/jbosse3/excel2moodle/-/blob/master/LICENSE)
63
- Initial development was made by Richard Lorenz, and later taken over by Jakob Bosse
File without changes
File without changes
File without changes