WPIntell

Source evidence

Problem with correct PDF page generation

WpCues Basic Quiz · support · 2015-07-07T11:01:00+00:00

complaintsentiment
mediumseverity
0.88relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 25 rows with source links

24.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
seoenter unresolved
Hello dear developer ! You made really nice and great Quiz plugin ! Thank you. But I found that exist problem with PDF file generation. I setup your plugin on my own hosting and work very well, but when issued Certificate, I got 5-6 pdf pages with 3 lines of text on every page. Ok. I tried create Quiz with Certificate in PDF on your demo site and also get my 1 page Certificate on issued 5-6 pages with same 3 lines of text on every page. Please look on generated PDF file: https://www.wpcues.com/wpcuesbasicquiz/wpcuecertificate/1578/ —————— Certificate “LV certificate” code is really simple: —————— <div> <div style=”text-align: center; width: 600px; color: #8c8b8b;”> This is to certify that %%USERNAME%% has completed the Multiple Choice Questions and educational loop on %%DATE%% in <b>LV Certificate</b> “%%QUIZNAME%%” assessment with %%GRADE%%. Participant is entitled to 1 CPD credit or 0.3 IBMS credits if the score is over 70% This certificate may be used as evidence of your participation for CPD by the following Organisations: <b>The Royal College of Best Masters</b> Institute of Latvian Science (ILS) </div> </div> —————— Why my simple Text divided on 5-6 pdf pages with only 3 lines per page ? Maybe necessary make some addition adjustments with MPDF settings/options ??? Thank you in advance. Eddy https://wordpress.org/plugins/wpcues-basic-quiz/ I already found where need edit for make one page, but not 5-6 with 3 lines per page. Recommend you write in your plugin description option where need make some adjustments. wpcue_quiz_public.php $mpdf=new mPDF(‘utf-8’,array(100,50)); Suppose that need also make other adjustments in mPDF settings for see custom certificate, because mPDF script ignored wordpress tags and styles.

Comments

1 shown
seoenter 2015-07-07T13:00:00+00:00

I already found where need edit for make one page, but not 5-6 with 3 lines per page. Recommend you write in your plugin description option where need make some adjustments. wpcue_quiz_public.php $mpdf=new mPDF(‘utf-8’,array(100,50)); Suppose that need also make other adjustments in mPDF settings for see custom certificate, because mPDF script ignored wordpress tags and styles.