debug_this()
gives you a few ways to see the objects that are
available inside [grade_this()] for you to use when grading exercise
submissions. Suppose we have this example exercise:
```r`r ''` x <- 1 ``` ```r`r ''` # user submits y <- 2 x + y ``` ```r`r ''` x + 3 ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.