You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One other thing we need is to import crucial libs within pygradethis like builtins which we need for returning last value. This could be later incorporated into an adapter class to handle Python exercises via pygradethis.
The text was updated successfully, but these errors were encountered:
We have to have a function that sets up the tutorial options like feedback strings and checking flow, similar to how
gradethis
does it: https://pkgs.rstudio.com/gradethis/reference/gradethis_setup.htmlOne other thing we need is to import crucial libs within
pygradethis
likebuiltins
which we need for returning last value. This could be later incorporated into an adapter class to handle Python exercises viapygradethis
.The text was updated successfully, but these errors were encountered: