Goal
To create the view that shows the game
Context
The games themselves are hosted externally to our site. This view should render an iframe of the game. A student navigates to this view by going to their classroom page, clicking on a module and then clicking on the linked game item. The actual creation/ending of a game session will be handled by JSON routes sent from the game itself. This view just displays the iframed game
AC
- When clicking on a game link from the classroom module page, students navigate to this view that renders the iframe
- When rendering the iframe, there should be a get parameter in the game url for the student_id
Goal
To create the view that shows the game
Context
The games themselves are hosted externally to our site. This view should render an iframe of the game. A student navigates to this view by going to their classroom page, clicking on a module and then clicking on the linked game item. The actual creation/ending of a game session will be handled by JSON routes sent from the game itself. This view just displays the iframed game
AC