elearncanada

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • in reply to: Bullets and numbering #29258
    elearncanada
    Spectator
    Hello Mark, I was just about to take a before and after picture, and I noticed that this has now been fixed.  - I removed the custom code and the bullets and numbering remained.  Can you confirm that you are on WPLMS version 2.0.6?  This can be done by going to WPLMS in the dashboard and selecting Theme Information from the navigation list.  If not, then you should upgrade your theme and see if that fixes the issue.  If you are on the latest version you will need Mr. Vibe to login and help you. Sorry I can't be any more help. Andrew  
    in reply to: Bullets and numbering #29212
    elearncanada
    Spectator
    I can add a screenshot later...
    in reply to: Bullets and numbering #29211
    elearncanada
    Spectator
    Hello Mark, Sorry about my last response. There seems to be an issue when I reply with my cell phone. I was able to fix both bullets and numbers by adding the following code to custom CSS under Appearance/Customize/Custom CSS: section#content div.unit_content ul li{list-style-type: disc;} section#content div.unit_content ol li{list-style-type: number;} It's not perfect, but it's better than nothing. Best Regards, Andrew
    in reply to: Bullets and numbering #29209
    elearncanada
    Spectator
    <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Here is what I wrote above.  It's more a workaround than a solution:</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Thanks for pointing me in the right direction.  The code you gave me only fixed the bullets.  I was able to fix both bullets and numbers with the following code to custom CSS under Appearance/Customize/Custom CSS:</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">section#content div.unit_content ul li{list-style-type: disc;}<br style="box-sizing: border-box;" />section#content div.unit_content ol li{list-style-type: number;}</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Hopefully, you can fix the issue in an upcoming release.</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Thanks,</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Andrew</p>
    in reply to: Bullets and numbering #28892
    elearncanada
    Spectator

    Hello Mark,

    I summarized the fix in my reply above. Let me know if it's not working.

    Thanks,

    Andrew

    in reply to: cannot continue after quiz #26151
    elearncanada
    Spectator
    Hello Latiyan, Thank you for the clarification and your time on this issue.  This helped me finally figure out the root cause of this issue! In the the older version of WPLMS I had  allowed a % number in the Quiz passing score field.  Once I upgraded, this field was no longer a % but a fixed number, so I was always failing the quiz.  I'll go thorough all my quizzes and fix this. Thanks again for your help. Andrew
    in reply to: cannot continue after quiz #25865
    elearncanada
    Spectator
    Hello Latiyan, I have posted a video demo of the issue.  Please let me know how I can fix this issue. http://elearncanada.org/WPLMS/WPLMS%20Quiz%20Issue.mp4 Thank you, Andrew
    in reply to: cannot continue after quiz #25833
    elearncanada
    Spectator
    I will upload a screen capture video tonight to hep you see what I am seeing.
    in reply to: cannot continue after quiz #25827
    elearncanada
    Spectator
    O.k. I was able to change the code; however, I got 12/12 on the Rights and Responsibilities of Citizenship Quiz.  It looks like WPLMS is telling me I failed.  This explains why I cannot continue to the next unit, and why the NEXT UNIT> link is missing.  Why am I seeing a "Oops ! you have failed the quiz! please retry" message when I passed the quiz? Please see my screenshots. (Your screenshots ( <span style="color: #32a3cb;">http://prntscr.com/9z84jb</span> &  <span style="color: #32a3cb;">http://prntscr.com/9z852t</span> are not working.)  
    in reply to: cannot continue after quiz #25305
    elearncanada
    Spectator
    Hello Latiyan,   Thank you for the screen capture video; however, I think this is where we have a disconnect.  It seems like you are starting the quiz through the backend or by some other way which explains how you initially started in the middle of the course.  You need to start/continue the course from a student perspective either through the homepage or through your dashboard (which is how a regular student would enter the course). Steps to reproduce: 1.)  Login - This takes you to the dashboard 2.) Select courses from the navigation bar on the left. 3.) Find the Canadian Citizenship Exam Prep course and click the continue button - you will see that you are unable to continue the course as the Next Unit> link is missing. Alternatively you can do this: 1.) Login 2.) Go to the website homepage (click home at the to of the screen) 3.) click the Canadian Citizenship Exam Prep course from the slider bar at the bottom of the homepage. 4.) Click the Continue course button at the top right hand side of the page. In either case you will be unable to continue the course, as the NEXT UNIT> link is missing. Please let me know if you are able to reproduce the issue, as I have been able to reproduce this issue on two completely separate computers which are on two completely separate networks. Thank you, Andrew
    in reply to: cannot continue after quiz #25085
    elearncanada
    Spectator
    Hello Latiyan, If you login and start the course from the beginning you can reproduce the issue.  Could you please let me know how this can be fixed and/or what is causing the issue?   Thanks, Andrew
    in reply to: cannot continue after quiz #24664
    elearncanada
    Spectator
    Hello Latiyan, I tried doing what you mentioned for the Rights and Responsibilities of Citizenship quiz, but it doesn't work.  Also I tried the Canada's History quiz, and I had the same issue.  Please see the screenshot attached.  I'm just stuck, and I can't continue with the course...  I can upload a video of my issue tomorrow if you need.
    in reply to: Bullets and numbering #24659
    elearncanada
    Spectator
    Hello, Thanks for pointing me in the right direction.  The code you gave me only fixed the bullets.  I was able to fix both bullets and numbers with the following code to custom CSS under Appearance/Customize/Custom CSS: section#content div.unit_content ul li{list-style-type: disc;} section#content div.unit_content ol li{list-style-type: number;} Hopefully, you can fix the issue in an upcoming release. Thanks, Andrew
    in reply to: cannot continue after quiz #24181
    elearncanada
    Spectator
    Hello Alex, This is happening in the Canadian Citizenship Exam Prep course here.  After you complete the first quiz it will not let you continue. Admin credentials are: Username:  WPLMSsupport Password:  wplms54321
    in reply to: Bullets and numbering #24180
    elearncanada
    Spectator
    Hello Alex, This is happening in the Canadian Citizenship Exam Prep course here. Admin credentials are: Username:  WPLMSsupport Password:  wplms54321
Viewing 15 posts - 1 through 15 (of 27 total)