First check the video: https://drive.google.com/file/d/1eicSbIlGBZS78JcI1lYrI-MvgYnCyH-9/view?usp=sharing
You can see that the question trey just appearing randomly. It should appear or disappear by using a button. at the last minute I am clicking on the "show question" option but the question did not appear .
My suggestion would be,
1. Maximum space for the quiz "question & options" so the student need not to scrolling up and down every time to check the question or options
2. the question trey should appeared or disappeared by pressing a switch not randomly.
let me know is this possible or not.
This reply has been marked as private.
hi
yes this is an issue in mobile version
Can we get a fix for this in the next update? It has been present for many updates.
hi
here is the Trello card you can check the progress from here
https://trello.com/c/dNo8IkJl
There is no update after one month. will there be any update?
hi
yes just confirmed this is still in pending list
will consider this asap
No update at all. are you really working on this?
ACtually we tried some fixes but they did not work.We are thinking of a new Ui for questions to show in quiz for mobile .
any update regarding this
Yes update for this has been released yesterday , now we have toggle button there to toggle the details in mobile : https://prnt.sc/QkdA17hH_dyv
the toggle button does not work properly in my site.
here is the video : https://drive.google.com/file/d/1FvmStKczIsPM0n3wQrNrD07sD9EXanZL/view?usp=sharing
Hi please add this custom css in your wp-admin-> appearance -> customize -> custom css :
@media(max-width:768px){
.course_status .incourse .incoursequiz_details{
flex:1 0 100% !important;
}
}