Locally-built version of fork of the official Rust book that has quizzes added doesn't show the quizzes

Hi, everybody. :slight_smile:

As shown in this GitHub issue ( The quiz segments are not appearing on a locally-built version of this book. 路 Issue #181 路 cognitive-engineering-lab/rust-book 路 GitHub ) of this GitHub project ( GitHub - cognitive-engineering-lab/rust-book: The Rust Programming Language: Experimental Edition ), after building the book in multiple GNU/Linux distributions (I also later did the same thing unsuccessfully in a virtual machine using Fedora), when I use Firefox or Chromium to open ~/rust-book/book/index.html, I don't see any quizzes in the locally-built version of the book.

I know this is not 100% a general Rust question, but it's closely related to the official Rust book, and I'm not getting an answer on the GitHub issue I opened, so I was hoping someone here could help.

Could someone please help me get the quiz segments to show?

Any input would be GREATLY appreciated!

It worked for me.
Did you do :

$ cargo install mdbook --version <version_num>

and also do

This fork also requires a few mdBook preprocessors to support our experimental extensions. Follow the installation instructions at each link below.

Hello and thanks for the response. :slight_smile:

Unless I am mistaken, I did do those steps, as shown on the dpaste link in the GitHub issue page, which I am also putting here below for your convenience.:
https://dpaste.com/5EATQ4EDF#wrap

When you say that it works for you, do you have the quiz elements, specifically (and not just an image of a quiz on at least one of the pages, which I vaguely remember seeing)? I ask because, for me, everything else is properly generated and, at a glance, may seem like nothing is missing.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.