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

New figures for ch 8 quizzes.

parent 6d1f7f0d
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
......@@ -111,9 +111,9 @@ with open("./quizes/chapter9/c9q1.json", "r", encoding="utf-8") as f:
display_quiz(questions, shuffle_answers=False)
```
```{figure} images/quizes/c9q1_energyandequilibrium.png
```{figure} images/quizes/c9q1_energyandequilibrium.svg
:name: fig:c9q1_energyandequilibrium
:width: 300px
:width: 400px
```
```{code-cell} ipython3
......@@ -127,9 +127,9 @@ with open("./quizes/chapter9/c9q2.json", "r", encoding="utf-8") as f:
display_quiz(questions, shuffle_answers=False)
```
```{figure} images/quizes/c9q2_generaloscillator.png
```{figure} images/quizes/c9q2_generaloscillator.svg
:name: fig:c9q2_generaloscillator
:width: 300px
:width: 400px
```
(sec:dampedoscillator)=
......
[
{
"question": "For a given damped oscillator, we have<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$m = 1.0$ kg, $k = 10.0$ N/m, and $\\gamma = 10.0$ kg/s<br/ >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$m \\ddot{x} = -kx - \\gamma \\dot{x}$<br/ >Which force dominates the motion?",
"question": "For a given damped oscillator, we have<br />&emsp;$m \\ddot{x} = -kx - \\gamma \\dot{x},$<br/ >with $m = 1.0$ kg, $k = 10.0$ N/m, and $\\gamma = 10.0$ kg/s.<br/ >Which force dominates the motion?",
"type": "multiple_choice",
"answers": [
{
......
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