elearncanada

Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Automating Questions and Quizzes #23557
    elearncanada
    Spectator
    1.) I support this as well.  Once a quiz is completed the results should be saved, but the questions should be available for use later. 2.) I'm supporting another request where the user clicks Mark this unit complete and it just takes the user to the next unit. 3.) There should be an option to randomize answers for a question when it is used again.
    in reply to: When click on "Mark this unit complete" goes to next unit #23556
    elearncanada
    Spectator
    I'm on board with this request as well :)
    in reply to: After update to Wplms 2.0 – Fatal ERROR #22982
    elearncanada
    Spectator
    I got burned on this too.  I updated the Vibe Custom Types plugin and received the same fatal error.  Deleting the Vibe Custom Types folder did get me back into my website, but I had an error at the top of the dashboard that said the plugin was disabled and missing.  I loaded the theme again, but I lost my homepage.  I finally just restored to a backup that I created earlier.  I guess I'll have to wait for a real fix.
    in reply to: Certification #9440
    elearncanada
    Spectator
    Thanks again for your help Alex.  I tried adjusting the height and width with no success, so I have decided to go with a workaround. For anyone who is reading this: To get a white A4 size certificate, create the certificate in the main Visual area and add pictures if you want.  I also installed a WYSIWYG plugin to help make the certificate look better. Use the View Post button at the top of the page to "fine tune" and determine the best look for your certificate. Turn off "Enable Print & PDF" - My biggest mistake was trying to use this to print the certificate. Certificate Width & Certificate Height fields don't do anything. Add a Custom Class name.  I used certificate_my I used the following code in the Custom CSS field: #certificate{background: #FFFFFF;} .certificate_my .student_name{ position:absolute; } .certificate_my .student_date{ position:absolute; } .certificate_my .course_name{ position:absolute; } Here's the workaround for printing the certificate: When the student views the certificate in their profile have them right click the certificate and choose Save Image As.  The image will be saved as a *.jpg and can be saved anywhere on the local drive.  If the student opens the image with Windows Image viewer they should be able to print it from there. (see example below) Hopefully this helps spare others from the hours of frustration that I've had. Thanks again for the CSS help Alex.   Andrew
    in reply to: Certification #9196
    elearncanada
    Spectator
    Hello Alex, We're almost there. when I attempt to print the certificat I get the following output.(attached)  Can you tell me how I can get rid of the grey boarder lines and center the image?  I have tried the following CSS code, but none of it is working: #certificate{background: #FFFFFF; border-style: hidden; outline-color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;} I know this has been a lot of work, but I think it will help others in the future. Thanks, Andrew
    in reply to: Certification #8993
    elearncanada
    Spectator
    Hello Alex, I appreciate your help on this, but I'm still having trouble understanding how to make this work.  Could you please tell me the CSS I need to use in the following script so that I can get a plain white certificate?  Nothing I do seems to work.  I was able to move the image down a little so that the bottom black border is missing, but I can't seem to do anything about the top and the sides. Thanks, Andrew .bp-user .mfp-auto-cursor .mfp-content{max-width: 780px; !important;}
    in reply to: Certification #8725
    elearncanada
    Spectator
    Hello Alex, I think the root cause is a defect.  I just tried to create a new certificate with a single word -TEST.  I have attached the output result.  It looks like there is way too much header space above the "Screenshot", so I think this should be fixed.  Also,  The "screenshot" is capturing a much bigger area than it needs to, and unfortunately the screenshot area is black.  It would also be better if the screenshot border was equal on all sides and much thinner. It looks like this functionality still requires development, but please let me know if there is a workaround so that I can deliver a quality product to my customers. Thank you, Andrew
    in reply to: Certification #8722
    elearncanada
    Spectator
    Thanks for taking a look, but when you click the print button and print the certificate it looks like this attachment.  I guess the black border is normal?  It just looks a little unprofessional... Also, changing the height and width doesn't make any difference.
    in reply to: Certification #8554
    elearncanada
    Spectator
    Hello Alex, I'm sorry about that. I have a setting that locks out admin during the hours that I normally sleep...  Sorry :(  Can you try again today, and if there is still an issue I will turn off my security. Thank you, Andrew
    in reply to: Certification #8112
    elearncanada
    Spectator
    elearncanada.org Username:  WPLMSsupport Password: ACYMDQVbDPg&Ozgj6zL!&89Y
    in reply to: Certification #7900
    elearncanada
    Spectator
    Setting the height and width doesn't work I have tried this several times.  I do not have a background image.  That's what makes this issue so annoying - The certificate should be perfect, as all I'm doing is adding words and some small pictures.  I have attached the code (which was added to my last post.)
    in reply to: Certification #7593
    elearncanada
    Spectator
    This is so frustrating.  A4 is probably the most common type of certificate size and I cannot figure out how to configure the WPLMS Certificate to print in this size.  I'm getting a black border around my certificate similar to the original poster.  I scrapped my original certificate design, as WPLMS kept screwing up the formatting.  This is the code I have now and the certificate is "acceptable", but I still cannot get the print size right.  Could you please help me get the sizing right? &nbsp; &nbsp; logo_small &nbsp; &nbsp; <p style="text-align: center;"><span style="font-family: book antiqua,palatino,serif; font-size: 36pt;">Certificate of Completion</span></p> <p style="text-align: center;"><span style="font-family: book antiqua,palatino,serif; font-size: 14pt;">This is to certify that</span></p> <p style="text-align: center;"><span class="description" style="font-size: 24pt;">[certificate_student_name]</span></p> <p style="text-align: center;"><span style="font-family: book antiqua,palatino,serif; font-size: 14pt;">has completed</span></p> <p style="text-align: center;"><span class="description" style="font-size: 24pt;">[certificate_course]</span></p> &nbsp; &nbsp; <p style="padding-left: 90px; text-align: left;"><span style="font-size: 14pt;"><span style="font-family: book antiqua,palatino,serif;"><span style="font-size: 18pt;">Date:</span>  </span></span><span class="description">[certificate_student_date]                    <span style="font-size: 14pt; font-family: book antiqua,palatino,serif;"><span style="font-size: 18pt;">Signed:</span>  <span class="description"><span style="font-size: 14pt; font-family: book antiqua,palatino,serif;">Signature</span></span></span></span></p> <p style="text-align: left;">CELA Wax Seal</p> &nbsp;
Viewing 12 posts - 16 through 27 (of 27 total)