How to change link back to quiz results

Home Forums Legacy Support Support queries Setup issues How to change link back to quiz results

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #301050
    drbroemme
    Participant
    Hi, when a user checks his quiz-results, there is a grey link shown under the name of the quiz "back to course". And this links actually leads back to the main course page. I would like to link it to url/members/USERNAME/course/course-results. For details please refer to this picture https://ibb.co/4ZttDG8 Thanks
    #301317
    Jackson
    Blocked
    Hello, If you want to change " BACK TO course" to " BACK TO QUIZ_Results" then it is only possible by jQuery, Goto WPLMS>>footer>>google analytics code and use code given below:
    <script>
    jQuery(document).ready(function($){
    $(".quiz_result a.small_link").attr("href", "https://ausbilderschein.jetzt/members/a1-02l412/course/course-results/");
    
    $(".quiz_result a.small_link").text("BACK TO QUIZ-RESULTS");
    });
    </script>
    Thanks,
    #301372
    drbroemme
    Participant
    This reply has been marked as private.
    #301388
    drbroemme
    Participant
    This reply has been marked as private.
    #301554
    Jackson
    Blocked
    Hello, i have implemented code on your website, Have a look , it is working fine: https://www.screencast.com/t/fWvxIRPYHpXt Thanks,
    #301922
    drbroemme
    Participant
    This reply has been marked as private.
    #302337
    Jackson
    Blocked
    Hello, yes, i have understand the issue, We redirect the back to quiz result link according to user name thats why it is working for specific user, Please give me some time i will share code that will work for all user, Thanks,
    #310075
    drbroemme
    Participant
    This reply has been marked as private.
    #311773
    Anshuman Sahu
    Keymaster
    add this script in your. wp-admin -> wplms -> footer -> google anaylitics script : <script>jQuery(document).ready(function(){jQuery('.quiz_result .small_link').attr('href',window.location.pathname);});</script>
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change link back to quiz results’ is closed to new replies.