Need Help

Viewing 15 posts - 1 through 15 (of 31 total)
  • Author
    Posts
  • #332403
    waqas05
    Spectator
    1. Question numbering outside pwa. 2. Quiz direct link for students from curriculum. 3. Paginayion with test "next,previous page" inside and outside pwa. 4. Free units directly open from curriculum working fine but showing "Discussion" "Ask Question" at the end of each page and not clickable.
    #332486
    Diana
    Participant
    Point 1: It can be fixed with custom css just share a screenshot what you pot in the editor and how it is visible in frontend Point 2: Not Available Point 3: No feature available Point 4: Can you please share the version of vibebp and wplms_plugin version?
    #332502
    waqas05
    Spectator
    1. In fb chat someone gave me css code because of that css code Question number starts showing inside pwa ,i want to show question numbering outside PWA as shown below picture. Also in fb chat they told me code is ready but did not shared yy Point 2: Someone in fb chat shared a css code and also uploaded in this forum as well but that code is not working for student (working for administrator) https://wplms.io/support/knowledge-base/show-link-of-quiz-in-curriculum/ Point 3: In fb chat he/she told me that its easy ,its just need to edit the pagination tabs css code to add text "Previous Page" "Next Page" Point 4: VibeBP Version 1.5.0.2 , Wplms_plugin Version 1.5.0.2
    #332685
    Diana
    Participant
    This reply has been marked as private.
    #332689
    waqas05
    Spectator
    Point 1: question numbering for quiz was fine ,i asked for practice questions in units...showed you picture of unit not quiz.. please. Point 4: css code not working
    #332756
    MrVibe
    Keymaster
    2. Tip updated : https://wplms.io/support/knowledge-base/show-link-of-quiz-in-curriculum/ 3. Add this CSS in customizer - custom css : https://prnt.sc/wif8lb
    .incourse + .buttons .button {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .incourse + .buttons .button.vicon-angle-right:after {
        content: 'Next';
    }.incourse + .buttons .button.vicon-angle-left:after {
        content: 'Previous';
    }
    4. Not able to replicate this. We need to check site for this.
    #332788
    waqas05
    Spectator
    This reply has been marked as private.
    #332886
    Diana
    Participant
    This reply has been marked as private.
    #332910
    waqas05
    Spectator
    point 3: quiz link not working. point 4;
    #332935
    waqas05
    Spectator
    2. Quiz direct link for students from curriculum. 4. Free units directly open from curriculum working fine but showing “Discussion” “Ask Question” at the end of each page and not clickable.
    #333112
    waqas05
    Spectator
    ??
    #333402
    waqas05
    Spectator
    waiting???
    #333439
    Diana
    Participant
    Checking now
    #333442
    Diana
    Participant
    This reply has been marked as private.
    #333444
    waqas05
    Spectator
    But vibe gave me this code and also added in forum as well https://wplms.io/support/knowledge-base/show-link-of-quiz-in-curriculum/ Point 4: Yes its working now thanks but as you see when you click on next page the page is not going to the top automatically...how could the page goes back to top when clicking next page?
Viewing 15 posts - 1 through 15 (of 31 total)
  • The topic ‘Need Help’ is closed to new replies.