for more informations:
-
i recieve o json file like this :
var task = [{
id: 0,
task: ‘Mission1’,
consistance: ‘2 questions et une photo’,
tache : [{ id_tache : 1,
text : “Quel est votre plat préferé ?”,
type : 1
},
{ id_tache : 2,
text : “Quel est votre transport préferé ?”,
type : 2
}]
} -
i want to generate two pages dynamicaly when i recieve this file, and each page will have the content of tache as a form
please can you help me ?