I'm trying to push two whole arrays into one array.
The two arrays are named "quiz" and "t", how do I push them into "canvas"? Am I totally out of logic here or what am I missing? :)
var canvas = {};
canvas.push({
QuizModule: quiz,
Elements: t
});
json_elements = JSON.stringify({Elements: canvas }, null, "\t");