Skip to content

Commit b392512

Browse files
committed
fix: missing labels
1 parent 14dce1b commit b392512

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pretext/GeneralIntro/Exercises.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<exercises xml:id="general-intro_exercises">
33
<title>Exercises</title>
4-
<exercise>
4+
<exercise label="general-intro-exercise-1">
55
<statement>
66
<p>
77
This exercise will let you practice displaying information. Write a program that prints following:

pretext/Strings/Exercises.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<exercises xml:id="strings_exercises">
33
<title>Exercises</title>
4-
<exercise>
4+
<exercise label="strings_ex_1">
55
<statement>
66
<p>What is the result of each of the following:
77
<ol marker="a">
@@ -361,7 +361,7 @@ testEqual(is_palindrome(''), True)
361361
</solution>
362362
</exercise>
363363

364-
<exercise>
364+
<exercise label="ex_8_9">
365365
<statement>
366366
<p>Write a function that counts how many non-overlapping occurences of a substring appear in a string.</p>
367367
</statement>

0 commit comments

Comments
 (0)