jhelvy / surveydown

An attempt to build a markdown-based survey platform using Quarto & Shiny
12 stars 1 forks source link

`sd_config` #12

Closed jhelvy closed 3 weeks ago

jhelvy commented 3 weeks ago

This PR separates out user configuration options into a sd_config function, addressing #11. It also implements a basic working version of:

Finally, it modified the sd_question function by putting each question inside its own container with the question_id embedded as an attribute to make it easier to scrape the question_ids from the rendered html page.