excel2moodle 0.4.3__tar.gz → 0.4.4__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.
- {excel2moodle-0.4.3/excel2moodle.egg-info → excel2moodle-0.4.4}/PKG-INFO +1 -1
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/exampleQuestions.html +70 -4
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/excel2moodle.core.html +40 -57
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/excel2moodle.extra.html +3 -3
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/excel2moodle.html +7 -19
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/excel2moodle.ui.html +18 -18
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/genindex.html +15 -19
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/howto.html +25 -17
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/index.html +3 -14
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/py-modindex.html +3 -3
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/search.html +3 -3
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/docs/_build/html/userReference.html +74 -16
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/dataStructure.py +3 -2
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/validator.py +3 -3
- {excel2moodle-0.4.3 → excel2moodle-0.4.4/excel2moodle.egg-info}/PKG-INFO +1 -1
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/pyproject.toml +1 -1
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/LICENSE +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/MANIFEST.in +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/README.md +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/__init__.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/__main__.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/__init__.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/category.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/etHelpers.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/exceptions.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/globals.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/numericMultiQ.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/parser.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/question.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/settings.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/core/stringHelpers.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/extra/__init__.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/extra/equationVerification.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/logger.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/question_types/__init__.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/question_types/cloze.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/question_types/mc.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/question_types/nf.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/question_types/nfm.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/UI_equationChecker.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/UI_exportSettingsDialog.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/UI_mainWindow.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/UI_variantDialog.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/__init__.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/appUi.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/dialogs.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/equationChecker.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/treewidget.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle/ui/windowDoc.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle.egg-info/SOURCES.txt +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle.egg-info/dependency_links.txt +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle.egg-info/entry_points.txt +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle.egg-info/requires.txt +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/excel2moodle.egg-info/top_level.txt +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/setup.cfg +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/test/test_nfmParsing.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/test/test_parseQuestion.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/test/test_picture.py +0 -0
- {excel2moodle-0.4.3 → excel2moodle-0.4.4}/test/test_questionDataGet.py +0 -0
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5
5
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
|
-
<title>Fragenbeispiele — excel2moodle 0.4.
|
7
|
+
<title>Fragenbeispiele — excel2moodle 0.4.3 documentation</title>
|
8
8
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
|
9
9
|
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
10
10
|
|
@@ -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=
|
18
|
+
<script src="_static/documentation_options.js?v=5bfaad31"></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 async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
@@ -38,7 +38,7 @@
|
|
38
38
|
excel2moodle
|
39
39
|
</a>
|
40
40
|
<div class="version">
|
41
|
-
0.4.
|
41
|
+
0.4.3
|
42
42
|
</div>
|
43
43
|
<div role="search">
|
44
44
|
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
@@ -299,7 +299,73 @@ Beispiel: <code class="docutils literal notranslate"><span class="pre">\(</span>
|
|
299
299
|
</section>
|
300
300
|
<section id="example-of-cloze-questions">
|
301
301
|
<span id="examplecloze"></span><h3>Example of CLOZE questions<a class="headerlink" href="#example-of-cloze-questions" title="Link to this heading"></a></h3>
|
302
|
-
<
|
302
|
+
<table class="docutils align-default" id="id5">
|
303
|
+
<caption><span class="caption-text">Example CLOZE Fragen Flächenberechnung</span><a class="headerlink" href="#id5" title="Link to this table"></a></caption>
|
304
|
+
<tbody>
|
305
|
+
<tr class="row-odd"><td><p>number</p></td>
|
306
|
+
<td><p>1</p></td>
|
307
|
+
</tr>
|
308
|
+
<tr class="row-even"><td><p>type</p></td>
|
309
|
+
<td><p>CLOZE</p></td>
|
310
|
+
</tr>
|
311
|
+
<tr class="row-odd"><td><p>name</p></td>
|
312
|
+
<td><p>Flächenberechnung, Inhalt und Umfang in einer Frage</p></td>
|
313
|
+
</tr>
|
314
|
+
<tr class="row-even"><td><p>text</p></td>
|
315
|
+
<td><p>Bestimmen Sie nacheinander die Unten aufgeführten Fragen.</p></td>
|
316
|
+
</tr>
|
317
|
+
<tr class="row-odd"><td><p>text</p></td>
|
318
|
+
<td><p>Es geht um die Geometrie eines Rechtecks</p></td>
|
319
|
+
</tr>
|
320
|
+
<tr class="row-even"><td><p>text</p></td>
|
321
|
+
<td><p>Verwenden sie konsequent die Einheit (mathrm{[m]})</p></td>
|
322
|
+
</tr>
|
323
|
+
<tr class="row-odd"><td><p>text</p></td>
|
324
|
+
<td><p>Gehen Sie dabei von folgenden Abmessungen des Rechtecks aus:</p></td>
|
325
|
+
</tr>
|
326
|
+
<tr class="row-even"><td><p>bulletPoint</p></td>
|
327
|
+
<td><p>Breite b = {breite} m</p></td>
|
328
|
+
</tr>
|
329
|
+
<tr class="row-odd"><td><p>bulletPoint</p></td>
|
330
|
+
<td><p>Länge l = {lange} m</p></td>
|
331
|
+
</tr>
|
332
|
+
<tr class="row-even"><td><p>breite</p></td>
|
333
|
+
<td><p>2,1; 2,5; 3,4</p></td>
|
334
|
+
</tr>
|
335
|
+
<tr class="row-odd"><td><p>lange</p></td>
|
336
|
+
<td><p>3,4; 3,8; 3,6</p></td>
|
337
|
+
</tr>
|
338
|
+
<tr class="row-even"><td></td>
|
339
|
+
<td></td>
|
340
|
+
</tr>
|
341
|
+
<tr class="row-odd"><td><p>Part:1</p></td>
|
342
|
+
<td><p>Bestimmen sie den Flächeninhalt ( A )</p></td>
|
343
|
+
</tr>
|
344
|
+
<tr class="row-even"><td><p>Result:1</p></td>
|
345
|
+
<td><p>breite*lange</p></td>
|
346
|
+
</tr>
|
347
|
+
<tr class="row-odd"><td><p>FirstResult:1</p></td>
|
348
|
+
<td><p>7,14</p></td>
|
349
|
+
</tr>
|
350
|
+
<tr class="row-even"><td><p>Part:2</p></td>
|
351
|
+
<td><p>Bestimmen sie den Rechteck Umfang ( U )</p></td>
|
352
|
+
</tr>
|
353
|
+
<tr class="row-odd"><td><p>Result:2</p></td>
|
354
|
+
<td><p>2*(lange+breite)</p></td>
|
355
|
+
</tr>
|
356
|
+
<tr class="row-even"><td><p>FirstResult:2</p></td>
|
357
|
+
<td><p>11</p></td>
|
358
|
+
</tr>
|
359
|
+
</tbody>
|
360
|
+
</table>
|
361
|
+
<figure class="align-default" id="id6" style="width: 90%">
|
362
|
+
<a class="reference internal image-reference" href="_images/moodleDok_frageCLOZE.png"><img alt="Die obige Frage wie sie in Moodle erscheint" src="_images/moodleDok_frageCLOZE.png" style="width: 100%;" />
|
363
|
+
</a>
|
364
|
+
<figcaption>
|
365
|
+
<p><span class="caption-text">Zu sehen ist die CLOZE Frage. Es handelt sich um die gleichen Fragen wie bei der NFM Frage,
|
366
|
+
nur ist hier noch ein zweiter Teil angefügt, der nach dem Rechteckumfang fragt.</span><a class="headerlink" href="#id6" title="Link to this image"></a></p>
|
367
|
+
</figcaption>
|
368
|
+
</figure>
|
303
369
|
</section>
|
304
370
|
</section>
|
305
371
|
<section id="example-for-a-mc-question">
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5
5
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
|
-
<title>excel2moodle.core package — excel2moodle 0.4.
|
7
|
+
<title>excel2moodle.core package — excel2moodle 0.4.3 documentation</title>
|
8
8
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
|
9
9
|
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
10
10
|
|
@@ -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=
|
18
|
+
<script src="_static/documentation_options.js?v=5bfaad31"></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>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
excel2moodle
|
38
38
|
</a>
|
39
39
|
<div class="version">
|
40
|
-
0.4.
|
40
|
+
0.4.3
|
41
41
|
</div>
|
42
42
|
<div role="search">
|
43
43
|
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
@@ -82,6 +82,7 @@
|
|
82
82
|
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.dataStructure.QuestionDB.readCategoriesMetadata"><code class="docutils literal notranslate"><span class="pre">QuestionDB.readCategoriesMetadata()</span></code></a></li>
|
83
83
|
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.dataStructure.QuestionDB.setupAndParseQuestion"><code class="docutils literal notranslate"><span class="pre">QuestionDB.setupAndParseQuestion()</span></code></a></li>
|
84
84
|
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.dataStructure.QuestionDB.signals"><code class="docutils literal notranslate"><span class="pre">QuestionDB.signals</span></code></a></li>
|
85
|
+
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.dataStructure.QuestionDB.spreadsheet"><code class="docutils literal notranslate"><span class="pre">QuestionDB.spreadsheet</span></code></a></li>
|
85
86
|
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.dataStructure.QuestionDB.validator"><code class="docutils literal notranslate"><span class="pre">QuestionDB.validator</span></code></a></li>
|
86
87
|
</ul>
|
87
88
|
</li>
|
@@ -206,12 +207,10 @@
|
|
206
207
|
</li>
|
207
208
|
<li class="toctree-l2"><a class="reference internal" href="#module-excel2moodle.core.settings">excel2moodle.ui.settings module</a><ul>
|
208
209
|
<li class="toctree-l3"><a class="reference internal" href="#excel2moodle.core.settings.Settings"><code class="docutils literal notranslate"><span class="pre">Settings</span></code></a><ul>
|
210
|
+
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.clear"><code class="docutils literal notranslate"><span class="pre">Settings.clear()</span></code></a></li>
|
209
211
|
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.get"><code class="docutils literal notranslate"><span class="pre">Settings.get()</span></code></a></li>
|
210
|
-
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.localSettings"><code class="docutils literal notranslate"><span class="pre">Settings.localSettings</span></code></a></li>
|
211
212
|
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.set"><code class="docutils literal notranslate"><span class="pre">Settings.set()</span></code></a></li>
|
212
|
-
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.
|
213
|
-
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.shPathChanged"><code class="docutils literal notranslate"><span class="pre">Settings.shPathChanged</span></code></a></li>
|
214
|
-
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.staticMetaObject"><code class="docutils literal notranslate"><span class="pre">Settings.staticMetaObject</span></code></a></li>
|
213
|
+
<li class="toctree-l4"><a class="reference internal" href="#excel2moodle.core.settings.Settings.values"><code class="docutils literal notranslate"><span class="pre">Settings.values</span></code></a></li>
|
215
214
|
</ul>
|
216
215
|
</li>
|
217
216
|
<li class="toctree-l3"><a class="reference internal" href="#excel2moodle.core.settings.Tags"><code class="docutils literal notranslate"><span class="pre">Tags</span></code></a><ul>
|
@@ -374,7 +373,7 @@ Any interaction with the questions are done by its methods.</p>
|
|
374
373
|
|
375
374
|
<dl class="py method">
|
376
375
|
<dt class="sig sig-object py" id="excel2moodle.core.dataStructure.QuestionDB.asyncInitAllCategories">
|
377
|
-
<span class="sig-name descname"><span class="pre">asyncInitAllCategories</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.asyncInitAllCategories"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.asyncInitAllCategories" title="Link to this definition"></a></dt>
|
376
|
+
<span class="sig-name descname"><span class="pre">asyncInitAllCategories</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.asyncInitAllCategories"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.asyncInitAllCategories" title="Link to this definition"></a></dt>
|
378
377
|
<dd><p>Read all category sheets asynchron and initialize all Categories.</p>
|
379
378
|
<p>It does the same as <cite>initAllCategories</cite> but the parsing of the excelfile
|
380
379
|
is done asynchron via <cite>concurrent.futures.ProcessPoolExecutor</cite></p>
|
@@ -383,7 +382,7 @@ is done asynchron via <cite>concurrent.futures.ProcessPoolExecutor</cite></p>
|
|
383
382
|
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></span></p>
|
384
383
|
</dd>
|
385
384
|
<dt class="field-even">Parameters<span class="colon">:</span></dt>
|
386
|
-
<dd class="field-even"><p><strong>sheetPath</strong> (<em>Path</em>)</p>
|
385
|
+
<dd class="field-even"><p><strong>sheetPath</strong> (<em>Path</em><em> | </em><em>None</em>)</p>
|
387
386
|
</dd>
|
388
387
|
</dl>
|
389
388
|
</dd></dl>
|
@@ -409,21 +408,21 @@ is done asynchron via <cite>concurrent.futures.ProcessPoolExecutor</cite></p>
|
|
409
408
|
|
410
409
|
<dl class="py method">
|
411
410
|
<dt class="sig sig-object py" id="excel2moodle.core.dataStructure.QuestionDB.initAllCategories">
|
412
|
-
<span class="sig-name descname"><span class="pre">initAllCategories</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.initAllCategories"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.initAllCategories" title="Link to this definition"></a></dt>
|
411
|
+
<span class="sig-name descname"><span class="pre">initAllCategories</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.initAllCategories"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.initAllCategories" title="Link to this definition"></a></dt>
|
413
412
|
<dd><p>Read all category sheets and initialize all Categories.</p>
|
414
413
|
<dl class="field-list simple">
|
415
414
|
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
416
415
|
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></span></p>
|
417
416
|
</dd>
|
418
417
|
<dt class="field-even">Parameters<span class="colon">:</span></dt>
|
419
|
-
<dd class="field-even"><p><strong>sheetPath</strong> (<em>Path</em>)</p>
|
418
|
+
<dd class="field-even"><p><strong>sheetPath</strong> (<em>Path</em><em> | </em><em>None</em>)</p>
|
420
419
|
</dd>
|
421
420
|
</dl>
|
422
421
|
</dd></dl>
|
423
422
|
|
424
423
|
<dl class="py method">
|
425
424
|
<dt class="sig sig-object py" id="excel2moodle.core.dataStructure.QuestionDB.initCategory">
|
426
|
-
<span class="sig-name descname"><span class="pre">initCategory</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">
|
425
|
+
<span class="sig-name descname"><span class="pre">initCategory</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">categoryName</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.initCategory"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.initCategory" title="Link to this definition"></a></dt>
|
427
426
|
<dd><p>Read <cite>categoryName</cite> from the <code class="docutils literal notranslate"><span class="pre">sheetPath</span></code> and initialize the category.
|
428
427
|
Returns the Category and appends it to <cite>self.categories</cite>.</p>
|
429
428
|
<dl class="field-list simple">
|
@@ -432,8 +431,8 @@ Returns the Category and appends it to <cite>self.categories</cite>.</p>
|
|
432
431
|
</dd>
|
433
432
|
<dt class="field-even">Parameters<span class="colon">:</span></dt>
|
434
433
|
<dd class="field-even"><ul class="simple">
|
435
|
-
<li><p><strong>sheetPath</strong> (<em>Path</em>)</p></li>
|
436
434
|
<li><p><strong>categoryName</strong> (<em>str</em>)</p></li>
|
435
|
+
<li><p><strong>sheetPath</strong> (<em>Path</em><em> | </em><em>None</em>)</p></li>
|
437
436
|
</ul>
|
438
437
|
</dd>
|
439
438
|
</dl>
|
@@ -483,7 +482,7 @@ Returns the Category and appends it to <cite>self.categories</cite>.</p>
|
|
483
482
|
|
484
483
|
<dl class="py method">
|
485
484
|
<dt class="sig sig-object py" id="excel2moodle.core.dataStructure.QuestionDB.readCategoriesMetadata">
|
486
|
-
<span class="sig-name descname"><span class="pre">readCategoriesMetadata</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.readCategoriesMetadata"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.readCategoriesMetadata" title="Link to this definition"></a></dt>
|
485
|
+
<span class="sig-name descname"><span class="pre">readCategoriesMetadata</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheetPath</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/dataStructure.html#QuestionDB.readCategoriesMetadata"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.readCategoriesMetadata" title="Link to this definition"></a></dt>
|
487
486
|
<dd><p>Read the metadata and questions from the spreadsheet.</p>
|
488
487
|
<p>Get the category data from the spreadsheet and stores it in the
|
489
488
|
<code class="docutils literal notranslate"><span class="pre">categoriesMetaData</span></code> dataframe
|
@@ -494,7 +493,7 @@ Pass the question data to the categories.</p>
|
|
494
493
|
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">DataFrame</span></code></span></p>
|
495
494
|
</dd>
|
496
495
|
<dt class="field-even">Parameters<span class="colon">:</span></dt>
|
497
|
-
<dd class="field-even"><p><strong>sheetPath</strong> (<em>Path</em>)</p>
|
496
|
+
<dd class="field-even"><p><strong>sheetPath</strong> (<em>Path</em><em> | </em><em>None</em>)</p>
|
498
497
|
</dd>
|
499
498
|
</dl>
|
500
499
|
</dd></dl>
|
@@ -531,7 +530,12 @@ If the data is valid, the corresponding parser is fed with the data and run.</p>
|
|
531
530
|
|
532
531
|
<dl class="py attribute">
|
533
532
|
<dt class="sig sig-object py" id="excel2moodle.core.dataStructure.QuestionDB.signals">
|
534
|
-
<span class="sig-name descname"><span class="pre">signals</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre"><excel2moodle.core.dataStructure.QuestionDBSignals(
|
533
|
+
<span class="sig-name descname"><span class="pre">signals</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre"><excel2moodle.core.dataStructure.QuestionDBSignals(0x562c77ef9c20)></span></em><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.signals" title="Link to this definition"></a></dt>
|
534
|
+
<dd></dd></dl>
|
535
|
+
|
536
|
+
<dl class="py property">
|
537
|
+
<dt class="sig sig-object py" id="excel2moodle.core.dataStructure.QuestionDB.spreadsheet">
|
538
|
+
<em class="property"><span class="k"><span class="pre">property</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">spreadsheet</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">Path</span></em><a class="headerlink" href="#excel2moodle.core.dataStructure.QuestionDB.spreadsheet" title="Link to this definition"></a></dt>
|
535
539
|
<dd></dd></dl>
|
536
540
|
|
537
541
|
<dl class="py attribute">
|
@@ -1094,7 +1098,7 @@ if no Exceptions are raised, <code class="docutils literal notranslate"><span cl
|
|
1094
1098
|
|
1095
1099
|
<dl class="py attribute">
|
1096
1100
|
<dt class="sig sig-object py" id="excel2moodle.core.parser.QuestionParser.settings">
|
1097
|
-
<span class="sig-name descname"><span class="pre">settings</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre"><excel2moodle.core.settings.Settings
|
1101
|
+
<span class="sig-name descname"><span class="pre">settings</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre"><excel2moodle.core.settings.Settings</span> <span class="pre">object></span></em><a class="headerlink" href="#excel2moodle.core.parser.QuestionParser.settings" title="Link to this definition"></a></dt>
|
1098
1102
|
<dd></dd></dl>
|
1099
1103
|
|
1100
1104
|
<dl class="py method">
|
@@ -1323,16 +1327,22 @@ which can be accessed via <code class="docutils literal notranslate"><span class
|
|
1323
1327
|
<dl class="py class">
|
1324
1328
|
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings">
|
1325
1329
|
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">excel2moodle.core.settings.</span></span><span class="sig-name descname"><span class="pre">Settings</span></span><a class="reference internal" href="_modules/excel2moodle/core/settings.html#Settings"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.settings.Settings" title="Link to this definition"></a></dt>
|
1326
|
-
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">
|
1327
|
-
<
|
1328
|
-
<
|
1330
|
+
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
|
1331
|
+
<dl class="py method">
|
1332
|
+
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.clear">
|
1333
|
+
<em class="property"><span class="k"><span class="pre">classmethod</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">clear</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/settings.html#Settings.clear"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.settings.Settings.clear" title="Link to this definition"></a></dt>
|
1334
|
+
<dd><dl class="field-list simple">
|
1335
|
+
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
1336
|
+
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></span></p>
|
1337
|
+
</dd>
|
1329
1338
|
</dl>
|
1339
|
+
</dd></dl>
|
1340
|
+
|
1330
1341
|
<dl class="py method">
|
1331
1342
|
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.get">
|
1332
|
-
<span class="sig-name descname"><span class="pre">get</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/settings.html#Settings.get"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.settings.Settings.get" title="Link to this definition"></a></dt>
|
1343
|
+
<em class="property"><span class="k"><span class="pre">classmethod</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">get</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/settings.html#Settings.get"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.settings.Settings.get" title="Link to this definition"></a></dt>
|
1333
1344
|
<dd><p>Get the typesafe settings value.</p>
|
1334
|
-
<p>If
|
1335
|
-
If no setting is made, the default value is returned.</p>
|
1345
|
+
<p>If no setting is made, the default value is returned.</p>
|
1336
1346
|
<dl class="field-list simple">
|
1337
1347
|
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
1338
1348
|
<dd class="field-odd"><p><strong>key</strong> (<a class="reference internal" href="#excel2moodle.core.settings.Tags" title="excel2moodle.core.settings.Tags"><em>Tags</em></a>)</p>
|
@@ -1340,53 +1350,26 @@ If no setting is made, the default value is returned.</p>
|
|
1340
1350
|
</dl>
|
1341
1351
|
</dd></dl>
|
1342
1352
|
|
1343
|
-
<dl class="py attribute">
|
1344
|
-
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.localSettings">
|
1345
|
-
<span class="sig-name descname"><span class="pre">localSettings</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><code class="xref py py-data docutils literal notranslate"><span class="pre">ClassVar</span></code><span class="pre">[</span><code class="xref py py-class docutils literal notranslate"><span class="pre">dict</span></code><span class="pre">[</span><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code><span class="pre">,</span> <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> <span class="pre">|</span> <code class="xref py py-class docutils literal notranslate"><span class="pre">float</span></code> <span class="pre">|</span> <code class="xref py py-class docutils literal notranslate"><span class="pre">Path</span></code><span class="pre">]]</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{}</span></em><a class="headerlink" href="#excel2moodle.core.settings.Settings.localSettings" title="Link to this definition"></a></dt>
|
1346
|
-
<dd></dd></dl>
|
1347
|
-
|
1348
1353
|
<dl class="py method">
|
1349
1354
|
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.set">
|
1350
|
-
<
|
1355
|
+
<em class="property"><span class="k"><span class="pre">classmethod</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">set</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">value</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/settings.html#Settings.set"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.settings.Settings.set" title="Link to this definition"></a></dt>
|
1351
1356
|
<dd><p>Set the setting to value.</p>
|
1352
1357
|
<dl class="field-list simple">
|
1353
|
-
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
1354
|
-
<dd class="field-odd"><ul class="simple">
|
1355
|
-
<li><p><strong>local</strong> (<span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code></span>) – True saves local project specific settings.
|
1356
|
-
Defaults to False
|
1357
|
-
The local settings are meant to be set in the first sheet <cite>settings</cite></p></li>
|
1358
|
-
<li><p><strong>key</strong> (<a class="reference internal" href="#excel2moodle.core.settings.Tags" title="excel2moodle.core.settings.Tags"><em>Tags</em></a><em> | </em><em>str</em>)</p></li>
|
1359
|
-
<li><p><strong>value</strong> (<em>float</em><em> | </em><em>bool</em><em> | </em><em>Path</em><em> | </em><em>str</em>)</p></li>
|
1360
|
-
</ul>
|
1361
|
-
</dd>
|
1362
|
-
<dt class="field-even">Return type<span class="colon">:</span></dt>
|
1363
|
-
<dd class="field-even"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></span></p>
|
1364
|
-
</dd>
|
1365
|
-
</dl>
|
1366
|
-
</dd></dl>
|
1367
|
-
|
1368
|
-
<dl class="py method">
|
1369
|
-
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.setSpreadsheet">
|
1370
|
-
<span class="sig-name descname"><span class="pre">setSpreadsheet</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sheet</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle/core/settings.html#Settings.setSpreadsheet"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.core.settings.Settings.setSpreadsheet" title="Link to this definition"></a></dt>
|
1371
|
-
<dd><p>Save spreadsheet path and emit the changed event.</p>
|
1372
|
-
<dl class="field-list simple">
|
1373
1358
|
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
1374
1359
|
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></span></p>
|
1375
1360
|
</dd>
|
1376
1361
|
<dt class="field-even">Parameters<span class="colon">:</span></dt>
|
1377
|
-
<dd class="field-even"><
|
1362
|
+
<dd class="field-even"><ul class="simple">
|
1363
|
+
<li><p><strong>key</strong> (<a class="reference internal" href="#excel2moodle.core.settings.Tags" title="excel2moodle.core.settings.Tags"><em>Tags</em></a><em> | </em><em>str</em>)</p></li>
|
1364
|
+
<li><p><strong>value</strong> (<em>float</em><em> | </em><em>bool</em><em> | </em><em>Path</em><em> | </em><em>str</em>)</p></li>
|
1365
|
+
</ul>
|
1378
1366
|
</dd>
|
1379
1367
|
</dl>
|
1380
1368
|
</dd></dl>
|
1381
1369
|
|
1382
1370
|
<dl class="py attribute">
|
1383
|
-
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.
|
1384
|
-
<span class="sig-name descname"><span class="pre">
|
1385
|
-
<dd></dd></dl>
|
1386
|
-
|
1387
|
-
<dl class="py attribute">
|
1388
|
-
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.staticMetaObject">
|
1389
|
-
<span class="sig-name descname"><span class="pre">staticMetaObject</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">PySide6.QtCore.QMetaObject("Settings"</span> <span class="pre">inherits</span> <span class="pre">"QSettings":</span> <span class="pre">Methods:</span>   <span class="pre">#4</span> <span class="pre">type=Signal,</span> <span class="pre">signature=shPathChanged(PyObject),</span> <span class="pre">parameters=PyObject</span> <span class="pre">)</span></em><a class="headerlink" href="#excel2moodle.core.settings.Settings.staticMetaObject" title="Link to this definition"></a></dt>
|
1371
|
+
<dt class="sig sig-object py" id="excel2moodle.core.settings.Settings.values">
|
1372
|
+
<span class="sig-name descname"><span class="pre">values</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><code class="xref py py-data docutils literal notranslate"><span class="pre">ClassVar</span></code><span class="pre">[</span><code class="xref py py-class docutils literal notranslate"><span class="pre">dict</span></code><span class="pre">[</span><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code><span class="pre">,</span> <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> <span class="pre">|</span> <code class="xref py py-class docutils literal notranslate"><span class="pre">float</span></code> <span class="pre">|</span> <code class="xref py py-class docutils literal notranslate"><span class="pre">Path</span></code><span class="pre">]]</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{}</span></em><a class="headerlink" href="#excel2moodle.core.settings.Settings.values" title="Link to this definition"></a></dt>
|
1390
1373
|
<dd></dd></dl>
|
1391
1374
|
|
1392
1375
|
</dd></dl>
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5
5
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
|
-
<title>excel2moodle.extra package — excel2moodle 0.4.
|
7
|
+
<title>excel2moodle.extra package — excel2moodle 0.4.3 documentation</title>
|
8
8
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
|
9
9
|
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
10
10
|
|
@@ -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=
|
18
|
+
<script src="_static/documentation_options.js?v=5bfaad31"></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>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
excel2moodle
|
38
38
|
</a>
|
39
39
|
<div class="version">
|
40
|
-
0.4.
|
40
|
+
0.4.3
|
41
41
|
</div>
|
42
42
|
<div role="search">
|
43
43
|
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5
5
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
|
-
<title>excel2moodle package — excel2moodle 0.4.
|
7
|
+
<title>excel2moodle package — excel2moodle 0.4.3 documentation</title>
|
8
8
|
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
|
9
9
|
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
10
10
|
|
@@ -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=
|
18
|
+
<script src="_static/documentation_options.js?v=5bfaad31"></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>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
excel2moodle
|
38
38
|
</a>
|
39
39
|
<div class="version">
|
40
|
-
0.4.
|
40
|
+
0.4.3
|
41
41
|
</div>
|
42
42
|
<div role="search">
|
43
43
|
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
@@ -56,7 +56,6 @@
|
|
56
56
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">excel2moodle package</a><ul>
|
57
57
|
<li class="toctree-l2"><a class="reference internal" href="#concept">Concept</a></li>
|
58
58
|
<li class="toctree-l2"><a class="reference internal" href="#functionality">Functionality</a></li>
|
59
|
-
<li class="toctree-l2"><a class="reference internal" href="#excel2moodle.isMainState"><code class="docutils literal notranslate"><span class="pre">isMainState()</span></code></a></li>
|
60
59
|
<li class="toctree-l2"><a class="reference internal" href="#subpackages">Subpackages</a><ul>
|
61
60
|
<li class="toctree-l3"><a class="reference internal" href="excel2moodle.core.html">excel2moodle.core package</a></li>
|
62
61
|
<li class="toctree-l3"><a class="reference internal" href="excel2moodle.extra.html">excel2moodle.extra package</a></li>
|
@@ -120,16 +119,6 @@ Furthermore the points used for grading, are set in the “Kategorien” sheet</
|
|
120
119
|
<li><p>create single XML File from a selection of questions</p></li>
|
121
120
|
</ul>
|
122
121
|
</section>
|
123
|
-
<dl class="py function">
|
124
|
-
<dt class="sig sig-object py" id="excel2moodle.isMainState">
|
125
|
-
<span class="sig-prename descclassname"><span class="pre">excel2moodle.</span></span><span class="sig-name descname"><span class="pre">isMainState</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/excel2moodle.html#isMainState"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#excel2moodle.isMainState" title="Link to this definition"></a></dt>
|
126
|
-
<dd><dl class="field-list simple">
|
127
|
-
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
128
|
-
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code></span></p>
|
129
|
-
</dd>
|
130
|
-
</dl>
|
131
|
-
</dd></dl>
|
132
|
-
|
133
122
|
<section id="subpackages">
|
134
123
|
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Link to this heading"></a></h2>
|
135
124
|
<div class="toctree-wrapper compound">
|
@@ -161,6 +150,7 @@ Furthermore the points used for grading, are set in the “Kategorien” sheet</
|
|
161
150
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.dataStructure.QuestionDB.readCategoriesMetadata"><code class="docutils literal notranslate"><span class="pre">QuestionDB.readCategoriesMetadata()</span></code></a></li>
|
162
151
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.dataStructure.QuestionDB.setupAndParseQuestion"><code class="docutils literal notranslate"><span class="pre">QuestionDB.setupAndParseQuestion()</span></code></a></li>
|
163
152
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.dataStructure.QuestionDB.signals"><code class="docutils literal notranslate"><span class="pre">QuestionDB.signals</span></code></a></li>
|
153
|
+
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.dataStructure.QuestionDB.spreadsheet"><code class="docutils literal notranslate"><span class="pre">QuestionDB.spreadsheet</span></code></a></li>
|
164
154
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.dataStructure.QuestionDB.validator"><code class="docutils literal notranslate"><span class="pre">QuestionDB.validator</span></code></a></li>
|
165
155
|
</ul>
|
166
156
|
</li>
|
@@ -285,12 +275,10 @@ Furthermore the points used for grading, are set in the “Kategorien” sheet</
|
|
285
275
|
</li>
|
286
276
|
<li class="toctree-l2"><a class="reference internal" href="excel2moodle.core.html#module-excel2moodle.core.settings">excel2moodle.ui.settings module</a><ul>
|
287
277
|
<li class="toctree-l3"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings"><code class="docutils literal notranslate"><span class="pre">Settings</span></code></a><ul>
|
278
|
+
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.clear"><code class="docutils literal notranslate"><span class="pre">Settings.clear()</span></code></a></li>
|
288
279
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.get"><code class="docutils literal notranslate"><span class="pre">Settings.get()</span></code></a></li>
|
289
|
-
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.localSettings"><code class="docutils literal notranslate"><span class="pre">Settings.localSettings</span></code></a></li>
|
290
280
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.set"><code class="docutils literal notranslate"><span class="pre">Settings.set()</span></code></a></li>
|
291
|
-
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.
|
292
|
-
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.shPathChanged"><code class="docutils literal notranslate"><span class="pre">Settings.shPathChanged</span></code></a></li>
|
293
|
-
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.staticMetaObject"><code class="docutils literal notranslate"><span class="pre">Settings.staticMetaObject</span></code></a></li>
|
281
|
+
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Settings.values"><code class="docutils literal notranslate"><span class="pre">Settings.values</span></code></a></li>
|
294
282
|
</ul>
|
295
283
|
</li>
|
296
284
|
<li class="toctree-l3"><a class="reference internal" href="excel2moodle.core.html#excel2moodle.core.settings.Tags"><code class="docutils literal notranslate"><span class="pre">Tags</span></code></a><ul>
|
@@ -366,13 +354,13 @@ Furthermore the points used for grading, are set in the “Kategorien” sheet</
|
|
366
354
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.connectEvents"><code class="docutils literal notranslate"><span class="pre">MainWindow.connectEvents()</span></code></a></li>
|
367
355
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.onButGenTest"><code class="docutils literal notranslate"><span class="pre">MainWindow.onButGenTest()</span></code></a></li>
|
368
356
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.onSelectionChanged"><code class="docutils literal notranslate"><span class="pre">MainWindow.onSelectionChanged()</span></code></a></li>
|
369
|
-
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.onSheetPathChanged"><code class="docutils literal notranslate"><span class="pre">MainWindow.onSheetPathChanged()</span></code></a></li>
|
370
357
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.openAboutDlg"><code class="docutils literal notranslate"><span class="pre">MainWindow.openAboutDlg()</span></code></a></li>
|
371
358
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.openDocumentation"><code class="docutils literal notranslate"><span class="pre">MainWindow.openDocumentation()</span></code></a></li>
|
372
359
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.openEqCheckerDlg"><code class="docutils literal notranslate"><span class="pre">MainWindow.openEqCheckerDlg()</span></code></a></li>
|
373
360
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.parseSpreadsheetAll"><code class="docutils literal notranslate"><span class="pre">MainWindow.parseSpreadsheetAll()</span></code></a></li>
|
374
361
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.setIncludeCategoriesSetting"><code class="docutils literal notranslate"><span class="pre">MainWindow.setIncludeCategoriesSetting()</span></code></a></li>
|
375
362
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.setQVariantDefault"><code class="docutils literal notranslate"><span class="pre">MainWindow.setQVariantDefault()</span></code></a></li>
|
363
|
+
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.setSheetPath"><code class="docutils literal notranslate"><span class="pre">MainWindow.setSheetPath()</span></code></a></li>
|
376
364
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.setStatus"><code class="docutils literal notranslate"><span class="pre">MainWindow.setStatus()</span></code></a></li>
|
377
365
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.staticMetaObject"><code class="docutils literal notranslate"><span class="pre">MainWindow.staticMetaObject</span></code></a></li>
|
378
366
|
<li class="toctree-l4"><a class="reference internal" href="excel2moodle.ui.html#excel2moodle.ui.appUi.MainWindow.toggleQuestionSelectionState"><code class="docutils literal notranslate"><span class="pre">MainWindow.toggleQuestionSelectionState()</span></code></a></li>
|