-
Notifications
You must be signed in to change notification settings - Fork 8
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
Data stream for imminent study #104
Comments
Test is indicated in the data stream via "index": 41,
"time": 1580145627205,
"type": "MODEL",
"phetioID": "balancingAct.balanceLabScreen.model.columnStateProperty",
"name": "changed",
"componentType": "PropertyIO<EnumerationIO(DOUBLE_COLUMNS|SINGLE_COLUMN|NO_COLUMNS)>",
"data": {
"oldValue": "DOUBLE_COLUMNS",
"newValue": "NO_COLUMNS"
}, and setup is indicated via "index": 58,
"time": 1580145674501,
"type": "MODEL",
"phetioID": "balancingAct.balanceLabScreen.model.columnStateProperty",
"name": "changed",
"componentType": "PropertyIO<EnumerationIO(DOUBLE_COLUMNS|SINGLE_COLUMN|NO_COLUMNS)>",
"data": {
"oldValue": "NO_COLUMNS",
"newValue": "DOUBLE_COLUMNS"
}, |
Today @chrisklus and I made a recording with metacog, and tested that the data could be retrieved and played back visually. We used: widget_id=balancing-act-1.2.0-dev.5-stanford To Do:
|
I'll consider this feasibility test complete. Next steps will be to publish a "production" version according to #105 and to un-password protect it. |
As part of #96, we would like to make sure the data stream captures the data we want, and that it can communicate with metacog.
The client reported:
The text was updated successfully, but these errors were encountered: