soulcharmer / pubquiz_generator

Trivia quiz slide deck generator producing Reveal.js output
1 stars 0 forks source link

Automatic slide numbering #1

Closed soulcharmer closed 4 years ago

soulcharmer commented 6 years ago

this can work

    <!-- round 1 / topic 1 / question 1  -->            
    <small>
      <span style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 5px; position: absolute; top: 0px; left: 50px;"> round 1 / question 1</span>
    </small>

Also, the numbering should be automatic so that different rounds can have different number of questions.

zelial commented 4 years ago

implemented in 5530f0f12e38639550648409b05ede725b0f241e - I've used the provided snippet as is, on both question and answer slides.