Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Create FROG Students From Data #1898

Open
jkolsen opened this issue Oct 10, 2019 · 0 comments
Open

Feature Request: Create FROG Students From Data #1898

jkolsen opened this issue Oct 10, 2019 · 0 comments

Comments

@jkolsen
Copy link
Collaborator

jkolsen commented Oct 10, 2019

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,
},
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants