@jutge.org/toolkit 4.4.19 → 4.4.21

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.
@@ -2,15 +2,15 @@
2
2
  type: SingleChoice
3
3
 
4
4
  text: |
5
-
6
- Quin és el resultat de l'avaluació de `$a + $b`?
7
5
 
8
6
  Es poden incloure gràfics en format PNG i SVG així:
9
7
 
10
- <img src="some-image.png" alt="Imatge PNG" width="200"/>
8
+ ![text alternatiu](FIG_DIR/some-image.png)
11
9
 
12
- <img src="some-drawing.svg" alt="Dibuix SVG" height="200"/>
10
+ ![text alternatiu](FIG_DIR/some-drawing.svg)
13
11
 
12
+ Quin és el resultat de l'avaluació de `$a + $b`?
13
+
14
14
  choices:
15
15
  - text: "`$s1`"
16
16
  correct: true
@@ -3,13 +3,13 @@ type: SingleChoice
3
3
 
4
4
  text: |
5
5
 
6
- What is the result of the evaluation of `$a + $b`?
7
-
8
6
  Images can be included in PNG and SVG format as follows:
9
7
 
10
- <img src="some-image.png" alt="PNG image" width="200"/>
11
-
12
- <img src="some-drawing.svg" alt="SVG drawing" height="200"/>
8
+ ![alternative text](FIG_DIR/some-image.png)
9
+
10
+ ![alternative text](FIG_DIR/some-drawing.svg)
11
+
12
+ What is the result of the evaluation of `$a + $b`?
13
13
 
14
14
  choices:
15
15
  - text: "`$s1`"