My computation layer skills are much too low to design this, but I feel like it can be done. Here is what I have been thinking about.
Screen 1:
Students Are shown a 1 column table that they can input 5 numbers. When they do this, a dot plot is simultaneously made of their 5 numbers on the same screen.
Screen 2:
Students are shown the class dot plot of all data from the 5 numbers they put in. Like if it was a 20 person class, they’d see the dotplot of 100 dots.
I have been told that this can be achieved with the new JOIN function. My computation skills are far too low. I am wondering if someone could create these two screens or direct me to more resources that are available to help teach myself the computation layer. I have seen the Desmos site, attended the seminars, and am subscribed to the subreddit (which sent me here)
I appreciate the time that anyone takes to look at this post. Take care and stay safe.
Holy smokes! Thank you so much for your time. This is great. I’ve given it a test and it’s working perfectly.
I notice that the window adjusts on the x axis. Is there a way for the y axis to do the same for the class data. For example if for some reason a particular number shows up more than I expected, can it optimize to adjust?
I really appreciate you time. This will also give me a place to start learning some of the code myself.
This is a screen shot of a student screen for the second slide. I made three dummy accounts and inputed all 1’s except for one 100. So there should be 14 1’s and the outlier. It adjusted for the outlier on the x axis, but the y axis doesn’t show all the 1’s.
I really appreciate your time. What you have done for me already exceeds what I expected when I posted this. I can adjust the screen to a more reasonable y axis. I also might have done something wrong, that often happens
Kind words, but this actually didn’t take that long to make. Just like anything, exposure to examples and then practice helps. Some resources that might help:
Search this forum for “webinar.” @JayChow has several out there that are helpful.
I found the Scavenger Hunt to be useful when I learned, although the solutions might be out of date.
@Caroline_Karr All you need to do is copy the activity that @cwinske made, click “Edit Graph” and change Dotplot(L,1) to Boxplot(L). It will do exactly the same thing, but with a boxplot instead.
I am looking to do something similar as TJ. I’m not sure Desmos can do it.
Students in two different groups would see a different list of letters (either JFK-CIA-FBI-USA-SAT-GPA-GRE-IBM-NBA-CPR or JFKC-IAF-BIU-SASA-TGP-AGR-EIB-MN-BAC-PR, only the dashes are different for the two groups.) I have the activity mostly built for just one group where it shows the string for a time (upon a button press), and then the list disappears, and then students have to list the string as best they can by memory.
I think I can follow your example to get a dotplot of the results (number of letters correctly guessed) for one group, but I would like to have the students randomly assigned to one of two groups at the start, and display dotplots for both groups at the end.
Can Desmos do such a random assignment to divergent aspects of the activity?
The list, L, in the graph gets overwritten with the CL code, so it doesn’t matter what you put in that list in the graph. The same goes for the A_1…A_5 lists in the second screen. The values that go in those lists are generated by the students and get overwritten by the CL code.
Hey @cwinske thank you so much for this! I’ve used this for several different activities however I’ve hit a road block when trying to use something other than whole numbers. I had my students enter proportions as decimals (for example .147) and it makes each dot move up on the y-axis even if it is a unique value.
Do you know why this happens?
Is there a way to fix it or should I just stick to whole numbers?