After tapping the correct answer, a user should see a web view.
MC module + code module + visible-if-correct web view.
- Correct answer
- Samat
- Helene
- Christopher
<html>
<head>
<style>
body { background-color: blue; }
h4 { color: white; left: 12px; position: absolute; top: 16px; z-index: 1; }
</style>
</head>
<body>
<img src="https://mimo.app/i/cat.png">
<h4>Generated from the web view!</h4>
</body>
</html>]]>Correct answer.