Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Genesys Exam GCX-SCR Topic 5 Question 18 Discussion

Actual exam question for Genesys's GCX-SCR exam
Question #: 18
Topic #: 5
[All GCX-SCR Questions]

Using the variables named 'value' and 'currency', you must create a syntax to display 10$. Choose the correct option. Variables: value = 10, currency =$.

Show Suggested Answer Hide Answer
Suggested Answer: C

The correct syntax to display '10$' using the variables value and currency in Genesys Cloud CX scripting is {{value}}{{currency}}. This syntax correctly concatenates the two variables without any additional characters or spaces, ensuring that the result is displayed as '10$' on the script page.


Contribute your Thoughts:

Elbert
20 days ago
I'm not sure, but I think option C) {{value}}{{currency}} could also work since it concatenates the value and currency without spaces.
upvoted 0 times
...
Linsey
21 days ago
I agree with Lorriane, because we need to use double curly braces to display the value and currency together.
upvoted 0 times
...
Kirby
23 days ago
C) {{value},{{currency}, is the correct answer. It's a simple and straightforward way to display the value and currency together.
upvoted 0 times
Dana
15 days ago
Dana: That's correct! It's a simple and straightforward way to display the value and currency together.
upvoted 0 times
...
Gerald
17 days ago
C) {{value}}{{currency}}
upvoted 0 times
...
...
Lorriane
24 days ago
I think the correct option is A) {{value}} + {{currency}}
upvoted 0 times
...

Save Cancel