Add alternate message to learndash_quiz_messages.php
-
I would like to change the default text of line 46
// Default Message: ‘You have reached <span>0</span> of <span>0</span> point(s), (<span>0</span>)’
// Notes: The <span>0</span> placeholders are required and populated via JavaScript when the quiz is completed.
case ‘quiz_have_reached_points_message’:
// Add alternate message here
break;Replace the word “REACHED” to “SCORED”. How would I write that as code?
Thanks so much!
- This topic was modified 2 years, 3 months ago by .
- This topic was modified 2 years, 3 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add alternate message to learndash_quiz_messages.php’ is closed to new replies.