countdown::countdown(minutes = 1)
description_s <- '{{db$description[[x]]}}' audio_link <- '{{db$audio[[x]]}}' audio_start_s <- '{{db$audio_start[[x]]}}' audio_end_s <- '{{db$audio_end[[x]]}}'
if (description_s != "NA") { cat(description_s) }
if (audio_link != "NA") { cat( glue::glue(' <div style="position:relative;width:267px;height:25px;overflow:hidden;"> <div style="position:absolute;top:-276px;left:-5px"> <iframe width="300" height="300" src="{audio_link}?start={audio_start_s}&end={audio_end_s}&loop=1"></iframe> </div> </div> ') ) }
--
.bottom[ .red[ {{db$question[[x]]}} ] ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.