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
Copy file name to clipboardExpand all lines: pegasus/sites.v3/code.org/public/educate/csp/aboutTheWidgets.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ They have been created primarily as tools to explore computer science concepts.
12
12
13
13
The widgets currently reside on Baker Franke's Cloud9 account for development, but will eventually be moved under the Code.org domain on Code.org's servers.
14
14
15
-
All<spanxmlns:dct="http://purl.org/dc/terms/"href="http://purl.org/dc/dcmitype/InteractiveResource"property="dct:title"rel="dct:type">Code.org CSP Widgets</span> by <spanxmlns:cc="http://creativecommons.org/ns#"property="cc:attributionName">Baker Franke</span> are licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br>
15
+
All<spanxmlns:dct="http://purl.org/dc/terms/"href="http://purl.org/dc/dcmitype/InteractiveResource"property="dct:title"rel="dct:type">Code.org CSP Widgets</span> by <spanxmlns:cc="http://creativecommons.org/ns#"property="cc:attributionName">Baker Franke</span> are licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br>
@@ -29,11 +29,11 @@ Many of the widgets employed in this curriculum were originally developed at the
29
29
30
30
3. In the case of the ***Sending Bits Widgets***...
31
31
32
-
* Students are *actually* posting data to a remote database (Parse.com) the content of which is not montitored, and they and can more or less post any text they like. Use with caution if you school has policies about such things.
33
-
* At the moment there is a limit on the number of database requests-per-second that the widget can handle. If you or your students do things to push that limit you won't break anything (permenantly), but data will just stop flowing and you'll end up with a lot of confused students. It is most likely that a single classroom would hit the limit during **lesson 4** the first time you use the widget.
34
-
* Somewhat counter-intuitively the limits on the widget are not related to the amount of data posted or retrived, but the number of times students click "send" or "recv".
32
+
3. Students are *actually* posting data to a remote database (Parse.com) the content of which is not montitored, and they and can more or less post any text they like. Use with caution if you school has policies about such things.
33
+
3. At the moment there is a limit on the number of database requests-per-second that the widget can handle. If you or your students do things to push that limit you won't break anything (permenantly), but data will just stop flowing and you'll end up with a lot of confused students. It is most likely that a single classroom would hit the limit during **lesson 4** the first time you use the widget.
34
+
3. Somewhat counter-intuitively the limits on the widget are not related to the amount of data posted or retrived, but the number of times students click "send" or "recv".
35
35
36
-
4. If you have questions about usage or would like to give feed back please do so in the [CSP Forum](https://support.code.org/hc/communities/public/topics/200138206-CS-Principles)
36
+
4. If you have questions about usage or would like to give feedback please do so in the [CSP Forum](https://support.code.org/hc/communities/public/topics/200138206-CS-Principles)
0 commit comments