skranz / RTutor

Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
https://skranz.github.io/RTutor/
200 stars 57 forks source link

Tabs also at the end of the page #4

Closed JonasSend closed 9 years ago

JonasSend commented 9 years ago

It would be nice to have the tabs to switch between different chapters also at the end of every chapter to simplify navigation through the problem set. Regards, Jonas

skranz commented 9 years ago

I tried to implement a "Next Exercise" Button of the page, but for unknown reasons, in most problem sets there is no reaction to the click. Once the new shiny version with more explicit event handling is out, I will overhaul my shiny code and try to implement it again.

skranz commented 9 years ago

Ok, the new version of RTutor now has a "Next Exercise" Button. Currently the button is shown before the rest of the exercise is loaded. Need to change this at some point of time.