Code
cat(lacuna(1234, output = "html"))
Output
<input class='webex-solveme nospaces' size='4' data-answer='["1234"]'/>
Code
cat(lacuna(1234, output = "latex"))
Output
\fbox{\strut
\hspace{4ex}}
Code
cat(lacuna(1234.567, output = "html"))
Output
<input class='webex-solveme nospaces' size='8' data-answer='["1234.567"]'/>
Code
cat(lacuna(1234.567, output = "latex"))
Output
\fbox{\strut
\hspace{8ex}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.