SSC CGL 2019 Answer Keys Released Officially, Download PDF Here







SSC CGL 2019 Answer Keys Released, Download PDF Here





Join QMaths Telegram Channel for Faster updates.


Click here to Download SSC CGL 2019 Answer Keys

Click Here to fill QMaths Survey form for SSC CGL 2019 Tier 1 Analysis (Important)

Click Here to Download all 18 Sets of SSC CGL 2019 Tier 1 in PDF form (Bilingual)



How to Automatically Calculate Score: 

1. Open Answer key page
2. Press F12 or fn+F12 (depends on your keyboard)
3. Select the *Console* option which is beside Elements in the toolbar. Or use shortcut Ctrl+Shift+ J in Chrome and Ctrl+Shift+K in Firefox. (Qmaths)
4. Copy and paste the code given below.
5. Press *Enter* to check your result.


(Script for Section wise Marks Calculation)
**********
var totalMarks=0;
for (var s = 0; s < 4; s++) {
var right = 0;
var notAttempted = 0;
var bonus =0;
for (var i = 25*s; i < 25*s+25; i++)
{
if (document.getElementsByClassName('question-pnl')[i].getElementsByClassName("bold")[5].textContent === ' -- '){notAttempted++;}
try {
if (document.getElementsByClassName('question-pnl')[i].getElementsByClassName("rightAns")[0].textContent[0] === document.getElementsByClassName('question-pnl')[i].getElementsByClassName("bold")[5].textContent){right++;}}
catch {bonus++;}
}
wrong = 25 - notAttempted - right - bonus;
marks = (right+bonus) * 2 - wrong * .5;
totalMarks = totalMarks + marks;
var sub=s+1;
console.log("Subject : " + sub + "\nAttempted : " + (25 - notAttempted) + "\nRight Answers : " + right + "\nWrong Answers : " + wrong + "\nBonus : " + bonus + "\nMarks : " + marks );
}
console.log("\nTotal Marks : " + totalMarks); console.log("Best wishes from Team QMaths");
************

Click Here to get the Blackbook of General Awareness (Recently Released)



Click Here to get the Blackbook of English Vocabulary (Latest Edition)






Sharing is Caring...






SSC CGL 2019 Answer Keys Released Officially, Download PDF Here SSC CGL 2019 Answer Keys Released Officially,  Download PDF Here Reviewed by Admin on 11:14:00 AM Rating: 5
Powered by Blogger.