Nothing
H2 header inside a Moodle page is usually redundant. Remove that with the following code chunk.
tweak_moodle_heading()
Hide and show small texts. Click to toggle.
r anki("Mt. Fuji")
.r anki("Tokyo")
.anki_setup()
Students may want to check the definition of difficult terms. Use modal windows let them do so very easily.
Set up the jquery modal...
modal_setup()
prepare the dictionary...
dict <- readxl::read_excel(juicedown_example("javascript", "economics.xlsx")) def <- modal_register(dict)
Click to open the definitions:
r def("Macroeconomics")
r def("Microeconomics")
r def("Public Finance")
Expand the usually hidden blocks with the following code. This code must be run at the end of the document.
modal_body(terms)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.