|
Eina |
Navegadors suportats |
Configuració específica |
Dispositius comuns |
|
Google Forms |
Chrome, Firefox, Edge |
Ordinador (Windows/macOS), mòbil (Android/iOS amb Chrome/Safari) |
|
|
Scratch (projectes) |
Chrome, Firefox, Edge |
||
|
Twine (HTML) |
JavaScript per històries ramificades |
Ordinador (Windows/macOS/Linux), mòbil amb navegador |
|
|
Genially |
Chrome, Firefox, Edge |
||
|
H5P |
Chrome, Firefox, Edge, Chrome/Safari |
JavaScript + iframes per integracions h5p |
|
|
Web Components |
Chrome, Firefox, Edge |
Sopa de lletres generada amb Genially i incrustada amb Iframe en HTML:

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Forum 3</title>
</head>
<body>
<div style="width: 100%">
<div
style="
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
"
>
<iframe
title="Word Search: Corporate Culture"
frameborder="0"
width="1200"
height="675"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%"
src="https://view.genially.com/6982370cfb2c4e15f93dbb6b"
type="text/html"
allowscriptaccess="always"
allowfullscreen="true"
scrolling="yes"
allownetworking="all"
></iframe>
</div>
</div>
</body>
</html>