diff --git a/doc/images/crossword_puzzle_sigma_algebra.svg b/doc/images/crossword_puzzle_sigma_algebra.svg new file mode 100644 index 0000000..778b869 --- /dev/null +++ b/doc/images/crossword_puzzle_sigma_algebra.svg @@ -0,0 +1 @@ +1. Trivial Sigma Algebra2. Element of F (2 Words)3. Countable _ are included4. Infinite _ are included5. Combination tool for multiple algebras (2 Words)6. Logical Representation of an Element of the Product Algebra (Abbreviation)7. Element of Borel Algebra on the reals8. Property of Constrains in the Product Algebra9. The opposite of an event10. Dimension in Machine Learning11. Other word for Symbolic12. Not Discrete▸6▸81▸93▾3▾44▾2▸76▸12▾10▾5▸115▾12123456Created with XWords – the free online crossword puzzle generatorhttps://www.xwords-generator.de/en \ No newline at end of file diff --git a/examples/self_assessment.ipynb b/examples/self_assessment.ipynb index 0c041bd..807be39 100644 --- a/examples/self_assessment.ipynb +++ b/examples/self_assessment.ipynb @@ -4,10 +4,7 @@ "cell_type": "markdown", "id": "511a12a53c44b9d2", "metadata": { - "collapsed": false, - "jupyter": { - "outputs_hidden": false - } + "collapsed": false }, "source": [ "# Self Assessment Test\n", @@ -1002,7 +999,7 @@ "from jupyterquiz import display_quiz\n", "\n", "q1 = {\n", - " \"question\": \"Which shapes can be represented using the sigma algebra?\",\n", + " \"question\": \"Which shapes can be represented using the product sigma algebra?\",\n", " \"type\": \"many_choice\",\n", " \"answers\": [{\"answer\": \"Triangles\", \"correct\": False},\n", " {\"answer\": \"Squares\", \"correct\": True},\n", @@ -1018,6 +1015,18 @@ "}\n", "display_quiz([q1])" ] + }, + { + "cell_type": "markdown", + "source": [ + "Next, solve this crossword puzzle.\n", + "\n", + "![Crossword Puzzle](../images/crossword_puzzle_sigma_algebra.svg)" + ], + "metadata": { + "collapsed": false + }, + "id": "d0f6cf92e9b8c44a" } ], "metadata": {