Localization variable not working

  • 13 July 2023
  • 2 replies
  • 28 views

Userlevel 3
Badge +2

Hello,

I’m attempting to use the Localization tool to change the phrase “You have failed the test” to something stating the test percentage.

I’m trying to use a variable to achieve this - I’ve tried [score] [percentage] [scorePercentage] [totalScore] and [scoreCount] in both regular and curly brackets, but none of them have worked :(

Any ideas? Any help is deeply appreciated!

 


2 replies

Userlevel 7
Badge +8

looked through the labels to find a place that displays the score and this looks like the format you need to use.

{score}

that said, it’s no guarantee that it will actually pull in the test score as the label is Riley tied to some other object in the background...may be worth a try...

 

Userlevel 3
Badge +2

@lrnlab Thank you! Sorry, I should have been more clear, that’s what I had meant by I tried it using curly brackets as well - I tried each in [this] and {this} format, but it didn’t work. I appreciate it regardless!

Reply