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 6 in cppds-v2 #531

Closed demekenega closed 6 months ago

demekenega commented 6 months ago

Description

(Update) I fixed all the broken self-check questions across chapter 6. 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 #524

How Has This Been Tested?

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

I wonder if the note tags and embedded titles are really serviing any useful purpose here? I am thinking that the checkpoints with numbers suffice.

What do you think @demekenega ?

demekenega commented 6 months ago

Since the Note tags aren't doing anything, we should eliminate them from every section. We should also remove checkpoints because they are where in each section; instead, we can add a title for each self-check part if necessary. @pearcej

pearcej commented 6 months ago

@demekenega I would like to see it. Can you make a new branch and try it for a section?

pearcej commented 6 months ago

This all happened via the early version of the converter from rst...

demekenega commented 6 months ago

I updated my pull request. @pearcej