pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
10 stars 76 forks source link

Fix broken self-check questions across Chapter 7 in cppds-v2 #532

Closed demekenega closed 6 months ago

demekenega commented 6 months ago

Description

(Update) I fixed all the broken self-check questions across chapter 7. As in the issue described, all of the questions became broken because they were in the Note tag, but what I did is I remove the Note tag. Instead, I put them in the tag so they will no longer break, and also, they will no longer be in the checkpoint section.

Related Issue

fix #525

How Has This Been Tested?

  1. Make changes locally.
  2. Veryfiy the changes locally. image image image image image
pearcej commented 6 months ago

I definately want the note tags removed--they are getting numbered as exercises!!

pearcej commented 6 months ago

And what is exercise 7.3.5??

pearcej commented 6 months ago

I see--the converter is hand-numbering them. not good. how else can we number them specially?

demekenega commented 6 months ago

I suggest using a tag to help us group them. We will also be able to give them appropriate numbers without putting them in the checkpoint section.

demekenega commented 6 months ago

I am going ahead and doing that. I will create new issues specifically for the other Exercises at the checkpoint section, but since this issue is for self-check questions, I will update those pull requests.

demekenega commented 6 months ago

I updated my pull request. @pearcej