Closed TylerZeroMaster closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
c9571a6
) to head (b74ed39
). Report is 6 commits behind head on main.
@@ Coverage Diff @@
## main #395 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 215 215
Lines 3559 3561 +2
=========================================
+ Hits 3559 3561 +2
Files with missing lines | Coverage Δ | |
---|---|---|
...jected_exercise/bake_injected_exercise_question.rb | 100.00% <100.00%> (ø) |
part of openstax/cnx-recipes#5594
Books included in change (maybe more, but at least these based on the updates to expected output):
This change alone should not cause any visible differences. Instead, the addition of a span wrapper is meant to facilitate uniform styling of the letter answers. I named the class
answer-letters
instead ofletter-answers
because there already existed aproblem-letter
class andanswer-letters
seemed to compliment this nicely.I also added a multi-choice question to multipart question tests because I did not see any included. This helped me verify that letter answers are not added to multi-choice answers contained inside multipart questions (which is probably good because it might be confusing to see something like
a. d. The answer to part a is letter d
).