Create Jigsaw Exercise
Exercise Name:
JSON Data:
{ "student_a": { "headers": ["First Name", "Last Name", "Occupation", "Nationality", "Country", "City"], "table_rows": [ { "cells": [ { "value": "Tom", "type": "fixed" }, { "field": "last_name1", "type": "input" }, { "value": "Actor", "type": "fixed" }, { "value": "American", "type": "fixed" }, { "value": "USA", "type": "fixed" }, { "field": "city1", "type": "input" } ] }, { "cells": [ { "field": "first_name2", "type": "input" }, { "value": "Swift", "type": "fixed" }, { "value": "Singer", "type": "fixed" }, { "field": "nationality2", "type": "input" }, { "value": "USA", "type": "fixed" }, { "value": "Nashville", "type": "fixed" } ] } ], "correct_answers": { "last_name1": "Cruise", "city1": "San Diego", "first_name2": "Taylor", "nationality2": "American" } }, "student_b": { "headers": ["First Name", "Last Name", "Occupation", "Nationality", "Country", "City"], "table_rows": [ { "cells": [ { "field": "first_name1", "type": "input" }, { "value": "Cruise", "type": "fixed" }, { "field": "occupation1", "type": "input" }, { "field": "nationality1", "type": "input" }, { "value": "USA", "type": "fixed" }, { "value": "San Diego", "type": "fixed" } ] }, { "cells": [ { "value": "Taylor", "type": "fixed" }, { "field": "last_name2", "type": "input" }, { "field": "occupation2", "type": "input" }, { "value": "American", "type": "fixed" }, { "field": "country2", "type": "input" }, { "value": "Nashville", "type": "fixed" } ] } ], "correct_answers": { "first_name1": "Tom", "occupation1": "Actor", "nationality1": "American", "last_name2": "Swift", "occupation2": "Singer", "country2": "USA" } } }
Create Exercise
Existing Exercises:
everyday_life.json -
Get Links
personal_information.json -
Get Links
simple_past.json -
Get Links