You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to an activity that is taking place outside of FROG and is sharing data, a way to populate the students in the classroom within FROG. In this case, the outside activity will send information to FROG with the students in the class and any groupings. This information will take the format of the example below. Using this information, "real" students are needed to be created in FROG. This way, any information that comes in from the outside activity can be connected to these students in FROG. Additionally, if there are future activities in FROG, the students can easily find their name from a list to log in and the FROG activity will already be connected to the pre-existing data.
When connecting to an activity that is taking place outside of FROG and is sharing data, a way to populate the students in the classroom within FROG. In this case, the outside activity will send information to FROG with the students in the class and any groupings. This information will take the format of the example below. Using this information, "real" students are needed to be created in FROG. This way, any information that comes in from the outside activity can be connected to these students in FROG. Additionally, if there are future activities in FROG, the students can easily find their name from a list to log in and the FROG activity will already be connected to the pre-existing data.
[
"Group1": {
"students": [Sina, Manuel],
"robot": robotid,
},
"Group2": {
"students": [Mina, Ali],
"robot": robot_id_2,
},
]
The text was updated successfully, but these errors were encountered: