Skip to content
Snippets Groups Projects
Commit 5f87f821 authored by Timon Idema's avatar Timon Idema
Browse files

Further corrections to quizzes.

parent 40ff02f0
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ info
plots
backup March 2024
# List of removed quizzes
removedquizzes.txt
# Ignore shell scripts
*.sh
......
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150.01 51.94">
<defs>
<style>
.cls-1 {
stroke-miterlimit: 3.25;
}
.cls-1, .cls-2 {
stroke: #3f3f98;
stroke-linecap: square;
}
.cls-1, .cls-2, .cls-3 {
fill: none;
}
.cls-2 {
stroke-linejoin: round;
stroke-width: 2px;
}
.cls-3 {
stroke: #000;
stroke-miterlimit: 10;
}
.cls-4 {
fill: #3f3f98;
}
.cls-4, .cls-5 {
stroke-width: 0px;
}
.cls-5 {
fill: #aa7a43;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<polyline class="cls-2" points="130.01 26.94 101 26.94 61.58 26.94 61.54 26.91 61.5 26.75 61.46 26.58 61.41 26.41 61.37 26.25 61.33 26.08 61.29 25.91 61.25 25.75 60.92 24.42 60.76 23.76 60.68 23.44 60.64 23.27 60.6 23.11 60.27 21.83 60.11 21.2 60.03 20.89 59.99 20.74 59.94 20.58 59.34 18.41 59.04 17.4 58.89 16.91 58.81 16.67 58.78 16.56 58.74 16.44 58.44 15.55 58.29 15.13 58.21 14.92 58.17 14.82 58.14 14.72 57.84 13.97 57.68 13.62 57.61 13.46 57.57 13.38 57.53 13.3 57.21 12.67 57.05 12.39 56.97 12.26 56.93 12.2 56.89 12.14 56.73 11.91 56.65 11.81 56.61 11.76 56.57 11.71 56.48 11.62 56.44 11.57 56.4 11.53 56.32 11.46 56.28 11.42 56.24 11.38 56.16 11.32 56.12 11.29 56.08 11.26 56.04 11.24 56 11.21 55.96 11.19 55.92 11.17 55.88 11.15 55.84 11.13 55.8 11.11 55.76 11.1 55.72 11.09 55.68 11.08 55.64 11.07 55.6 11.06 55.56 11.05 55.52 11.05 55.48 11.05 55.44 11.05 55.39 11.05 55.35 11.05 55.31 11.06 55.27 11.06 55.23 11.07 55.19 11.08 55.15 11.09 55.11 11.1 55.07 11.12 55.03 11.14 54.99 11.15 54.95 11.17 54.88 11.21 54.84 11.24 54.8 11.26 54.76 11.29 54.73 11.31 54.69 11.34 54.65 11.37 54.58 11.44 54.54 11.47 54.5 11.51 54.43 11.58 54.39 11.62 54.36 11.66 54.21 11.84 54.13 11.94 54.1 11.99 54.06 12.04 53.91 12.27 53.83 12.39 53.8 12.45 53.76 12.51 53.46 13.06 53.31 13.37 53.24 13.53 53.2 13.61 53.16 13.7 53.02 14.04 52.94 14.22 52.9 14.32 52.87 14.41 52.72 14.79 52.64 14.99 52.61 15.09 52.57 15.19 51.93 17.1 51.61 18.16 51.45 18.71 51.37 18.99 51.33 19.14 51.29 19.28 50.65 21.66 50.33 22.91 50.18 23.54 50.1 23.86 50.06 24.02 50.02 24.18 49.34 26.94 30.01 26.94 1 26.94"/>
<g>
<line class="cls-1" x1="45.52" y1="3.05" x2="64.63" y2="3.05"/>
<polygon class="cls-4" points="69.93 3.05 62.47 6.1 64.24 3.05 62.47 0 69.93 3.05"/>
</g>
<rect class="cls-5" x="130.01" y="1.94" width="20" height="50"/>
<line class="cls-3" x1="130.01" y1="1.94" x2="130.01" y2="51.94"/>
<circle class="cls-4" cx="130.01" cy="26.94" r="2.5"/>
</g>
</svg>
\ No newline at end of file
content/images/quizes/c10q4_interference.png

103 KiB | W: | H:

content/images/quizes/c10q4_interference.png

37.3 KiB | W: | H:

content/images/quizes/c10q4_interference.png
content/images/quizes/c10q4_interference.png
content/images/quizes/c10q4_interference.png
content/images/quizes/c10q4_interference.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -470,23 +470,6 @@ The full equipartition theorem is even stronger than the statement given above -
Each quadratic term in the energy of a system contributes an amount equal to $\frac12 \kB T$ to the internal (thermal) energy.
```
```{code-cell} ipython3
:tags: ["remove-input"]
import json
from jupyterquiz import display_quiz
with open("./quizes/chapter13/c13q3.json", "r", encoding="utf-8") as f:
questions = json.load(f)
display_quiz(questions, shuffle_answers=False)
```
```{figure} images/quizes/c13q3_molecules.png
:name: fig:c13q3_molecules
:width: 300px
```
## Problems
```{exercise} Water and ice
:class: dropdown
......
......@@ -225,7 +225,7 @@ with open("./quizes/chapter10/c10q3.json", "r", encoding="utf-8") as f:
display_quiz(questions, shuffle_answers=False)
```
```{figure} images/quizes/c10q3_boundaries.png
```{figure} images/quizes/c10q3_boundaries.svg
:name: fig:c10q3_boundaries
:width: 300px
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment