Hi all! Is anyone willing/able to help me with CL issues? I am adapting a pre-made activity called Avi and Benita’s Repair Shop. I’ve done pretty well with coding the changes myself. But there are a few slides that I’m stuck on. Please let me know and I will PM you the link and issues I am having. The focus of the lesson is on comparing linear and exponential growth. Thanks!
I am having problems with slides 3 and 7. Also, on slides 11 and 12 I want the graph of each MC to appear when it is clicked, but I don’t know how to make that happen.
Here’s a basic setup defining a variable in the graph based on choice selection, and using that value as a restriction to determine display. Let me know if you need more specific assistance!
That really helped! It took me about an hour but I was able to adapt my slides to accomodate 4 different choices and 4 different functions for each graph. Thank you so much!
Would you be willing to help me with slide 3? I’m trying to get a note to display certain phrases based on whether or not the answers in the cells are correct. So far, I have:
content:
when table2.script.right " Correct! Now make a prediction:
Whose option do you think pays more on Day 10? "
when not(table2.script.right) " That’s not quite right. Please try again."
It looks like you tried using table2.submitted but table buttons were deprecated and that will always be false. I did, however, add an action button, as well as disabling the table after correct. Button captures can be very useful for fixed states, as opposed to using the time.