Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit f5abf52

Browse files
committed
Update: prepare for dynamic problems.
For future dynamic problems, avoid using a variable name (x) as the default text for a blank in a fill-in-the-blank problem.
1 parent 6181b1b commit f5abf52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runestone/common/project_template/conf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ rst_prolog = (
103103
# For fill-in-the-blank questions, provide a convenient means to indicate a blank.
104104
"""
105105

106-
.. |blank| replace:: :blank:`x`
106+
.. |blank| replace:: :blank:`-`
107107
"""
108108

109109
# For literate programming files, provide a convenient way to refer to a source file's name. See `runestone.lp.lp._docname_role`.

runestone/fitb/test/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
# For fill-in-the-blank questions, provide a convenient means to indicate a blank.
108108
"""
109109
110-
.. |blank| replace:: :blank:`x`
110+
.. |blank| replace:: :blank:`-`
111111
"""
112112
# For literate programming files, provide a convenient way to refer to a source file's name. See `runestone.lp.lp._docname_role`.
113113
""".. |docname| replace:: :docname:`name`

0 commit comments

Comments
 (0)