With version 4.095, the function to that a student can flag a question for the instructor is added. How do I enable this function?
you can check this flagged count in instructing questions section .This is available in wplms plugin update 1.4.6+
I updated the plugin. But how do I enable the ability for students to flag a question?
In the updated version of the plugin the feature is enabled by default. You don't need to enable anything for students from any setting
In quizzes, students will get a flag icon and this is an option to flag a question
Hi,
I now the latest update on wplms and its plugins.
Yet, I can only see flag icon (see:
https://prnt.sc/w9yvxd)
But the flag is not clickable.
Is there a setting somewhere to make it clickable?
please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
.question_actions span {
margin: 0 0.3rem;
}
I put the code in Custom css, but it still does not work :(
Is there any other way?
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi Diana,
This is just a ping to remind you to look at the issue of Question flag not working.
Please add this custom css in your wp-admin -> appearance -> customize -> custom css :
span.flag {
z-index: 9999999;
}
.incourse .quiz_questions_content .question_actions {
z-index: 99999999;
}
Sorry, but it is still not working, even after putting the above code.
Ok this is fixed , there was some other css which was producing error in your site in css .