Hello, we have 2 issues with our courses, we are using wplms framework 3.
1. Retake button is not appearing if the time limit is finished, so they cannot try again retaking the quiz, even when they are set to retake many times. We have set that if the failed the quiz, the retake button appears right after, but it does not appear when the time is gone. The example is in the attached image.
2. You gave us a custom code for bakery/framework 3 that it shows a message if the student passed or fail the quiz like this one:
[pass_fail id="15165" fail="1"]
Quiz failed message
[vibe_quiz_retake quiz="15165" course="20793"]
[/pass_fail]
[pass_fail id="15165" pass="1"]
Approved quiz message, continue
[/pass_fail]
As we are migrating all of our quizzes to elementor because in framework 4 our quizzes didn't work we want some custom code like this one, but with courses created with elementor, it's just a message if the student passed or fail the quiz.
the quiz pass fail shortcode will work in v4 like it used to work in your v3 .
for questions you can create it in elementor or wp bakery but they wont render in the same structure like you expect , we are actually working on this issue and most probably fix it this month so that structure of question remains intact .
But can you help us with quiz timeout? we would like that retake button appears if this happens, because currently our users can't continue the course if this happens.
Hello, Hopefully it will be very soon because we have already hired 2 people for 2 months to migrate the exams to Elementor, however, not being able to use framework 4 we have to continue with a platform that takes 6 to 10 seconds to load; which has caused us many complaints.
Just so you keep it in mind, we have been requesting help with this issue since March Ticket Thanks
We are still having this issue but we noticed that the code you gave us, it's not working for elementor quizzes, but only happens when the time is out, if you don't pass the quiz it shows the retake button:
Can you give us a solution for V3 with elementor? we have migrated all quizzes to elementor to be ready for V4.
Thank you.
[pass_fail id="172525" fail="1"]
<p style="padding-left: 65px; text-align: justify; color: #5b5b5f;">Retoma la evaluación una vez más hasta aprobar, para que puedas continuar con la siguiente unidad del curso.</p>
[vibe_quiz_retake quiz="172525" course="59854"]
[/pass_fail]
[pass_fail id="172525" pass="1"]
<p style="padding-left: 65px; text-align: justify; color: #5b5b5f;">Haz clic en <em>siguiente unidad </em>para continuar con el curso.</p>
Thank you Alex, I mean when the user doesn't pass the test the retake button is appearing, but when the time is out for a user in any test, the retake button is not appearing, so they got stuck in the course because they can't continue or try to retake the quiz.
I have to mention that we are still using V3 because we can't migrate to version 4 because the quizzes look wrong.
I have added the given custom code in our wplms-customizer.php file and nothing changed, the retake button after the quizz is time out, there are weird and specific cases where users are taking a course, then they start the quiz and then they leave the course, when they go back and the quiz time is out, they can't continue because the retake button is not shown.
So, maybe we can add a code that the retake button is always there, we had a custom code that it dissapears if the user approved the quiz.
Here are the custom codes that you gave us before: Thank you again for you help.
Hello, we have 2 issues with our courses, we are using wplms framework 3.
1. Retake button is not appearing if the time limit is finished, so they cannot try again retaking the quiz, even when they are set to retake many times. We have set that if the failed the quiz, the retake button appears right after, but it does not appear when the time is gone.
The example is in the attached image.
2. You gave us a custom code for bakery/framework 3 that it shows a message if the student passed or fail the quiz like this one:
[pass_fail id="15165" fail="1"]
Quiz failed message
[vibe_quiz_retake quiz="15165" course="20793"]
[/pass_fail]
[pass_fail id="15165" pass="1"]
Approved quiz message, continue
[/pass_fail]
As we are migrating all of our quizzes to elementor because in framework 4 our quizzes didn't work we want some custom code like this one, but with courses created with elementor, it's just a message if the student passed or fail the quiz.
Please.
Thank you.
Attached files: retake.jpg
1 . strange one retakes does not have do anything with the quiz timeout there .
2 . Im afraid the quizzes question might not work even in elementor due to this issue : https://trello.com/c/rXlkOR3y
but yes the same shortcode will work in v4 as well. its added by default now in wplms v4
So, what do we have to use to create quiz questions tomigrate to version 4? elementor or bakery?
If the V4 has this by default, the user will see a different message if they pass or fail the quiz?
Thank you.
the quiz pass fail shortcode will work in v4 like it used to work in your v3 .
for questions you can create it in elementor or wp bakery but they wont render in the same structure like you expect , we are actually working on this issue and most probably fix it this month so that structure of question remains intact .
That's perfect, we are waiting for this
But can you help us with quiz timeout? we would like that retake button appears if this happens, because currently our users can't continue the course if this happens.
Thank you, Alex.
this issue does not happen in v4 .
when quiz auto submits on expire the retake button appears if you set it in the quiz settings :
Perfect, I have tested the retake button in a staging site with framework 4, and the retake buttons it's appearing correctly,
We want to confirm with you, that quizzes with elementor or bakery are going to see good at framework 4, with the task that you are working, right?
Thanks.
yes in futrue wp bakery too will be supported no need to migrate if almost migrated then continue otherwise do not migrate ,
Hello, Hopefully it will be very soon because we have already hired 2 people for 2 months to migrate the exams to Elementor, however, not being able to use framework 4 we have to continue with a platform that takes 6 to 10 seconds to load; which has caused us many complaints.
Just so you keep it in mind, we have been requesting help with this issue since March Ticket
Thanks
yes we are working on that.
We are still having this issue but we noticed that the code you gave us, it's not working for elementor quizzes, but only happens when the time is out, if you don't pass the quiz it shows the retake button:
Can you give us a solution for V3 with elementor? we have migrated all quizzes to elementor to be ready for V4.
Thank you.
[pass_fail id="172525" fail="1"]
<p style="padding-left: 65px; text-align: justify; color: #5b5b5f;">Retoma la evaluación una vez más hasta aprobar, para que puedas continuar con la siguiente unidad del curso.</p>
[vibe_quiz_retake quiz="172525" course="59854"]
[/pass_fail]
[pass_fail id="172525" pass="1"]
<p style="padding-left: 65px; text-align: justify; color: #5b5b5f;">Haz clic en <em>siguiente unidad </em>para continuar con el curso.</p>
[/pass_fail]
Hi this shortcode in the quiz submission will work but this shortcode :
[vibe_quiz_retake quiz="172525" course="59854"] will not work .
you would need another code to control the retakes actually .
Alright, we tried like this way and yes, it's working, but
It's not working when the time is out and only for elementor quizzes.
As we have more than 1000 quizzes, we would like to avoid to revert this situation.
So, we would like to know if there is an option forcing to appear the retake button if you're not approving or the time is out.
Thank you.
With the code the retake option will be hidden once the passes the test .
if you want we can show user unlimited retakes if he does not passes the test .
Thank you Alex,
I mean when the user doesn't pass the test the retake button is appearing, but when the time is out for a user in any test, the retake button is not appearing, so they got stuck in the course because they can't continue or try to retake the quiz.
Are you talking about v3 or v4 quizzes ?
the below retake shortcode wont work in v4 at all .
It is for V3 quizzes.
ok I got it you mean that this shortcode is not working in v4 :
[vibe_quiz_retake quiz="15165" course="20793"]
which it will not work for now but please add this code in order to hide retakes if user passed the quiz :
add this code in your wplms-customizer.php file in wplms customizer plugin :
Thanks Alex,
I have to mention that we are still using V3 because we can't migrate to version 4 because the quizzes look wrong.
I have added the given custom code in our wplms-customizer.php file and nothing changed, the retake button after the quizz is time out, there are weird and specific cases where users are taking a course, then they start the quiz and then they leave the course, when they go back and the quiz time is out, they can't continue because the retake button is not shown.
So, maybe we can add a code that the retake button is always there, we had a custom code that it dissapears if the user approved the quiz.
Here are the custom codes that you gave us before:
Thank you again for you help.
Attached files: Captura de Pantalla 2024-01-29 a la(s) 12.53.40.png
Please share your quiz name and url and admin creds in private reply
creds are not working :
Hi its asking for wordfence code :