instructure/lti_public_resources

View on GitHub
app/views/lti_public_resources/ember/_quizlet.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <title>LTI Public Resources</title>
</head>
<body style="margin: 0px; padding: 0px; overflow: hidden;">
<iframe src="https://quizlet.com/<%= @remote_id %>/flashcards/embedv2"
  frameborder="0" style="position: absolute; height: 100%; overflow: hidden; width:100%;" 
  height="100%" width="100%" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<%= render partial: "analytics" %>
</body>
</html>