How to enable question flag in 4.095?

Home Forums Legacy Support 4.0 Bugs & Issues How to enable question flag in 4.095?

Tagged: ,

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #321803
    amishbhavsar_136
    Participant
    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?
    #322011
    Anshuman Sahu
    Keymaster
    you can check this flagged count in instructing questions section .This is available in wplms plugin update 1.4.6+
    #322012
    Anshuman Sahu
    Keymaster
    https://prnt.sc/va81ts
    #322567
    amishbhavsar_136
    Participant
    I updated the plugin. But how do I enable the ability for students to flag a question?
    #322894
    Diana
    Participant
    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
    #331160
    amishbhavsar_136
    Participant
    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?
    #331252
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
    .question_actions span {
        margin: 0 0.3rem;
    }
    #331273
    amishbhavsar_136
    Participant
    I put the code in Custom css, but it still does not work :( Is there any other way?
    #331420
    Diana
    Participant
    This reply has been marked as private.
    #331637
    amishbhavsar_136
    Participant
    This reply has been marked as private.
    #331786
    Diana
    Participant
    This reply has been marked as private.
    #331803
    amishbhavsar_136
    Participant
    Hi Diana, This is just a ping to remind you to look at the issue of Question flag not working.
    #331814
    Anshuman Sahu
    Keymaster
    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;
    }
    #331854
    amishbhavsar_136
    Participant
    Sorry, but it is still not working, even after putting the above code.
    #332022
    Anshuman Sahu
    Keymaster
    Ok this is fixed , there was some other css which was producing error in your site in css .
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘How to enable question flag in 4.095?’ is closed to new replies.