GYANSAFAR ક્વિઝ
ધોરણ 7 - વિજ્ઞાન: સજીવોમાં પોષણ
પ્રશ્ન: 1/25
15:00
પરિણામ: /25
CERTIFICATE
This is to certify that
from
has successfully completed the Quiz for
Class 7 - Science: Nutrition in Plants
with a score of /25
${i+1}. ${q.q}
તમારો જવાબ: ${q.selected || 'ખાલી'}
સાચો જવાબ: ${q.answer}
`; rev.appendChild(div); }); } document.getElementById('btn-print-review').onclick = () => window.print(); document.getElementById('btn-cert').onclick = () => { document.getElementById('review-screen').classList.add('hidden-element'); document.getElementById('certificate-screen').classList.remove('hidden-element'); document.getElementById('cert-student-name').textContent = document.getElementById('student-name').value; document.getElementById('cert-school-name').textContent = document.getElementById('school-name').value; document.getElementById('cert-score').textContent = score; }; document.getElementById('btn-download').onclick = () => { html2canvas(document.getElementById('cert-content')).then(canvas => { let a = document.createElement('a'); a.href = canvas.toDataURL('image/jpeg'); a.download = 'Certificate.jpg'; a.click(); }); }; })();