I am translating “Guess My Rule” for my French immersion teachers. I am struggling with two of the slides and I’m hoping someone can help. Here is the link to my translated document: Guess My Rule - French Version • Activity Builder by Desmos Classroom
Slide 3: Students are supposed to be able to enter decimal numbers, ex. 3.2. However, it won’t accept the French use of a comma, ex. 3,2. I changed the slide, for now, to tell them they have to use whole numbers but I’d love if they could enter decimals, using a comma.
Slide 5: Students are able to enter words, however, it won’t accept words with accents. I added p.literal(“é”) as a test. (I actually added all of the accented letters to letter = p.anyOf(…) but only added when r#=“é” “F” to row#Out for testing purposes. So right, now, I would only expect it to accept “é”, but it does not. Any suggestions of how to make this work?