I want to be able to create very simple single choice and multiple choice quizzes for my Sphinx website that uses the book theme. When researching I found that Sphinx has an extension for Quizdown and even though it is good, I want to try to make my own that fits more of what I exactly want (simpler style, and can display code blocks as quizdown for sphinx is very poor at doing so). I figured there is a way I can make my own directive but I am pretty new to RST I am not sure how to approach making my own quiz for Sphinx. My question is how can I create quizzes that are like quizdown for Sphinx using my own RST and possible Javascript?