hi, the result of quiz is in a Popup, but I need this result in same page when the student send his answers.
to day: https://prnt.sc/tdqxtn
how I want it: https://prnt.sc/tdqzwq
thanks
Yes, when you click check results, it will be visible in a popup
But, The result is already a page present in the profile->courses->results, click on the result and you'll see the result page.
is possible to show result in this page <span style="caret-color: #4b4d4d; color: #4b4d4d; font-family: Lato; font-size: 14px;">https://prnt.sc/tdqzwq, but not in a popup?</span>
@ricaraya_95
we have this shortcode: [wplms_quiz_score]
This will show quiz score, you need to edit the quiz and paste the shortcode here: http://prntscr.com/tej705
As soon as the user finishes the quiz, after finishing the quiz, the score will be visible here
And if you want to hide that "check results" then add this custom CSS in wp-admin > appearance > customize > custom CSS
.page-template-start a.quiz_results_popup {display:none !important;}
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘quiz result layout’ is closed to new replies.