What’s the coding for spaces and Special Characters in CL?
I’m trying a breakout and need 2 words for the first answer with a space in between. Every time I add a space, it won’t recognize it.
For the 2 slide I need for it to recognize something like “8 is greater than or equal to x”, but with the math symbols. Can’t figure out the coding to that.
I’ve attached a sample to show you what I’m talking about.
Since you want text on slide 1, change the input component to accept text instead of math. Then on slide 2, change all the places where you have .latex to .content.
As for getting the latex symbols for your second question, the trick I use is to type what you want into a math input box, then cut and paste it where needed. In your example, it ends up looking like “8\ge x”. This won’t exactly work when you preview, so you need to enter another , so it should look like this “8\ge x”.
Here’s what the line should look like that will allow the last screen to unlock. Just a heads-up that if students add any extra spaces, it will not get marked as correct.
If a particular piece of latex is ever giving you trouble an easy way to grab it is to type your equation, inequality, or expression into a Desmos graph. Then copy and paste it in the URL or component or whatever to see what its latex-equivalent is.