langcog / experimentology

Experimentology textbook
https://langcog.github.io/experimentology/
Other
42 stars 18 forks source link

syllabus buttons in instructor guide don't work #87

Closed mcfrank closed 2 years ago

mcfrank commented 2 years ago

these seem really cool but unfortunately they are broken in the current build (@mikabr @JYAC)

mcfrank commented 2 years ago

Maybe it has to do with bootstrap not being used here. I moved to tables and tried doing panelset from xaringanExtra but that also didn’t work.

mcfrank commented 2 years ago

perhaps this is about specifying that we need bootstrap4? in any case I turned them into tables for now.

juliecachia commented 2 years ago

Yes, sorry about this @mcfrank! I really struggled with making bs4cards work - at first I thought it was because we hadn't enabled boostrap4 (as suggested here), but couldn't figure out how to enable it. I think turning them into tables for now makes total sense, thank you for doing that!