This lesson should show reveal button. After tapping reveal, a user should see visible-if-correct web view (with a cat) in the browser tab.

No interaction code module + visible-if-correct web view.

<html>
<head>
<style>
body { background-color: blue; }
h4 { color: white; left: 12px; position: absolute; top: 16px; z-index: 1; }
</style>
</head>
<body>
<h4>If you see me, celebrate another win for team learning!</h4>
<img src="https://mimo.app/i/cat.png">
</body>
</html>]]>