Closed hirokiterashima closed 2 years ago
Move the PeerGroupActivity settings out from components and into the top level of project.json
{ “title”: “Thermodynamics”, … “peerGroupActivities”: [ { “tag”: “peerGroupActivity1”, “label”: “Grouping for lesson 1”, “logic”: “custom”, // random, manual, custom [{“name”:”random”}] “customLogicExpression”: “1 && 2”, “maxMembership”: 2, “logicThresholdCount”: 2, “logicThresholdPercent”: 50 } ], … nodes: [ { “id”:”node1”, “components”: [ { “id”: “abcxyz”, “type”: “OpenResponse”, “peerGroupActivityTag”: “peerGroupActivity1” } ] } ] }
closed by #108
Description
Move the PeerGroupActivity settings out from components and into the top level of project.json