drguthals / APCSP

0 stars 1 forks source link

Make new button for pedagogy content #12

Open drguthals opened 7 years ago

v1nnyc commented 7 years ago

created button in lib/form-elements.rkt, trying to get pedagogy method to work. Under lesson structuring "(define (pedagogy . content) (nested #:style bs-pedagogy-style (interleave-parbreaks/select content)))". This makes the text disappear ONLY if it's changed to "(define (pedagogy . content) (nested #:style bs-teacher-style (interleave-parbreaks/select content)))" need to find out how to define style to hide content unless button is shown