Table correct script and student summary

Hi all,

I’m having an issue on the student summary screen where something is going wrong with the script that is suppose to get picked up on slides 23-25 from slides 5 and 20. I can seem to figure why its not picking it up.

Also, is it possible to pick up each response from the table as its individual correctness response on the student summary screen?

Here is the link to the activity

Thank you so much in advance!

1 Like

I did made some progress with displaying correct or not but I still can’t see how to figure out to check each table answer as correct or not

Also the struggle bus is very real for

These are the screens under my two slide 5 and 20 for the CL for them

image

image

1 Like

Also I can’t see to see what scrip I would need to use here to the inputs for each answer in the tables

1 Like

All those errors should be fixed if you look for 1s in your “check” variables. For example, t1.script.check1 = 1.

2 Likes

Thank you so much for that. I was able to use that to fix populating the student response on the summary screen. The only this still not working is the calculating the total score. Am I still doing something wrong?

1 Like

You’re missing closing quotes before the closing parentheses of the numericValue

1 Like

Good catch. When I add that I still get a “boolean” error. Not sure what that is.

1 Like

Aren’t all the ones with =1 Booleans, because it’s checking if those variables are 1? So, take out all the =1.

2 Likes

Both you and @cwinske are seriously the best!!! I cannot thank you guys enough!

2 Likes