Matrix

The Matrix task is a modified version of the Multiple Choice task. The input fields for the question settings and answer alternatives are customizable. Separate media elements can be specified for each row and column according to the pedagogical purpose of the task. The examples demonstrate the Matrix task 1. as a true and false task, and 2. as a grid task.

Matrix

The Matrix is a modified version of the Multiple Choice task. The input fields for the question settings and answer alternatives are customizable. Separate media elements can be specified for each row and column according to the pedagogical purpose of the task. The example below demonstrates the use of the Matrix as a True or False task.

You can add interactive elements to your Matrix tasks to make them more visually appealing
try { if ( event.origin !== "https://frame.cloubi.fi" && event.origin !== "https://cloubi-frame-dev.ubilabs.fi" ) return; var frames = document.getElementsByTagName("iframe"); var newHeight = parseInt( event.data ); if ( !isNaN(newHeight) ) { if ( newHeight < 100 ) newHeight = 100; for ( var i=0; i < frames.length; i++ ) { if ( frames[i].contentWindow == event.source ) { frames[i].style.height = newHeight + "px"; } } } } catch ( error ) {} } if ( window.addEventListener ) { window.addEventListener( "message", receiveMessage, false ); } else { window.attachEvent( "onmessage", receiveMessage, false ); } })();
You can add interactive elements to your Matrix tasks to make them more visually appealing