Start Quiz Button

Home Forums Legacy Support Support queries How-to & Troubleshooting Start Quiz Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #385211
    Bhavyatafoundation
    Participant
    Hello! I tried my best to re-position the start quiz button under the H5P quiz type where by default the button is at the top of the page content but I rather want it to be at the bottom of the content section. I tried everything from my end but I guess it's no good, also for a side note I changed the string of the button from "start quiz" to "start activity/assessment" So, can you please have a look into any of the H5P quiz units and see the stated issue over there. And help me out to re-align the button as requested. Thank you!
    #385261
    Anshuman Sahu
    Keymaster
    please add this custom css in your wp-admin -> appearanc-> customize -> custom css :
    
    .course_content_content div#h5p_quiz .h5pQuiz {
        display: flex;
        flex-direction: column-reverse;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Start Quiz Button’ is closed to new replies.