Thread for Tier 3 preparation https://www.pagalguy.com/discussions/ssc-cgl-2017-tier-3-preparation-6037041955995648
Maa ka khopra aao mein 2.5 kama calculation se diya BC ab saala OR Ko AND kar diya ab checkbox toh tha nahi do answers maar de👿👿👿👿👿
Is the jso cutoff even real? And if it is what is better bank po or jso?
Bhai in 2015 ip cut off was 430 and final cut off for css was 500.. In 2016 t2 cut off was 422 and final was 438 for css.... How is this possible?
the difference in 2016 tier 2 and final cutoff.
Bhaiyo yeh jo nyi answer key ayi h, iska kya krna h? Representation to dalni nhi h ab
... phir?
.
470 OBC, CSS k liye kitna laana pdega ?
Jo kuch hua ache k liye hua.. 😀😁😂😂 bus ab tier 3 time se ho jaayega.. Rona dhona band kro ab.. Bhut hua natak 😀😁😂 ya toh tier 3 pad lo shanti se ya cgl 18 ka pad lo.. Bus rovo mat.. 😀😁😂
Marks change hue hai kya fraaaans
Lgta hai bhai log Ab aandolan kaa time aa rhaa....If this is true , gov taiyaari start kr de
only 64 UR out of 9900 posts
var correctCnt = 0, incorrectcnt = 0;
var skippedButBenifittedcnt = 0;
var skippedAndNotBenifittedcnt = 0;
var attemptedButBenifittedcnt = 0;
var score = 0;
var skipped = "NOT ANSWERED";
var benefitToAll = "Benefit to all";
for(var i=0;i<100;i++){
var x = 3+i*5;
var correct = $("body > .section1_content > tbody > tr:nth-child("+(x)+") > td").innerHTML.trim().replace("<b>Correct Answer:</b>","");
var candidate = $("body > .section1_content > tbody > tr:nth-child("+(x+1)+") > td").innerHTML.trim().replace("<b>Candidate Answer:</b>","");
if(correct.trim() == candidate.trim())
{
console.log(" Correct Attempt:"+ (i+1));
correctCnt++;
score = score + 2;
}
else if(candidate.includes(skipped))
{
if(correct.includes(benefitToAll))
{
console.log(" Skipped And Benifitted to All:"+ (i+1));
skippedButBenifittedcnt++;
score = score + 2;
}
else
{
console.log("Skipped:"+ (i+1));
skippedAndNotBenifittedcnt++;
}
}
else
{
if(correct.includes(benefitToAll))
{
console.log(" Attempted And Benifitted To All:"+ (i+1));
attemptedButBenifittedcnt++;
score = score + 2;
}
else
{
console.log(" Wrong Attempt:"+ (i+1));
incorrectcnt++;
score = score - 0.5;
}
}
}
console.log("Correct:" + correctCnt);
console.log("InCorrect:" + incorrectcnt);
console.log("Skipped But Benifitted to All :"+ skippedButBenifittedcnt );
console.log("Answered But Benifitted to All :"+ attemptedButBenifittedcnt );
console.log("Skipped :"+ skippedAndNotBenifittedcnt);
console.log("Score is "+ score);
alert(" Correct Attemts (+2): " + correctCnt+
"\n InCorrect Attempts (-0.5): " + incorrectcnt+
"\n Your Skipped Questions, which are Benifitted to All (+2): " + skippedButBenifittedcnt +
"\n Your Attempted Questions, which are Benifitted to All (+2): " + attemptedButBenifittedcnt +
"\n Your Skipped questions (0): " + skippedAndNotBenifittedcnt+
"\n Your Score is :"+score);
koi bata sakta hai ki examiner ka kya perks h vis a vis other jobs like css, mea etc . itna high cut off h isiliye asking.
Bhai logo obc me 460 hai 4200 gp ke liye kitne chaiye honge tier 3 me ??geunine replly plzzzzz
revised key ke according benifit to all wale ques me marks jinhone wo ques attmpt kie h unhi ko mile hai...ya sbhi ko.,chahe ques. attempt kia ho ya nhi kia ho...?? mere marks ke according sirf jo ques attempt kie h unme benifit mila h...
i've checked my marks using code and they are matching perfectly,so if anyone's score is not matching with the offical one then please comment here
//for english
var correctCnt = 0, incorrectcnt = 0;
var skippedButBenifittedcnt = 0;
var skippedAndNotBenifittedcnt = 0;
var attemptedButBenifittedcnt = 0;
var score = 0;
var skipped = "NOT ANSWERED";
var benefitToAll = "Benefit to all";
for(var i=0;i<200;i++){
var x = 3+i*5;
var correct = $("body > .section1_content > tbody > tr:nth-child("+(x)+") > td").innerHTML.trim().replace("<b>Correct Answer:</b>","");
var candidate = $("body > .section1_content > tbody > tr:nth-child("+(x+1)+") > td").innerHTML.trim().replace("<b>Candidate Answer:</b>","");
if(correct.trim() == candidate.trim())
{
console.log(" Correct Attempt:"+ (i+1));
correctCnt++;
score = score + 1;
}
else if(candidate.includes(skipped))
{
if(correct.includes(benefitToAll))
{
console.log(" Skipped And Benifitted to All:"+ (i+1));
skippedButBenifittedcnt++;
score = score + 1;
}
else
{
console.log("Skipped:"+ (i+1));
skippedAndNotBenifittedcnt++;
}
}
else
{
if(correct.includes(benefitToAll))
{
console.log(" Attempted And Benifitted To All:"+ (i+1));
attemptedButBenifittedcnt++;
score = score + 1;
}
else
{
console.log(" Wrong Attempt:"+ (i+1));
incorrectcnt++;
score = score - 0.25;
}
}
}
console.log("Correct:" + correctCnt);
console.log("InCorrect:" + incorrectcnt);
console.log("Skipped But Benifitted to All :"+ skippedButBenifittedcnt );
console.log("Answered But Benifitted to All :"+ attemptedButBenifittedcnt );
console.log("Skipped :"+ skippedAndNotBenifittedcnt);
console.log("Score is "+ score);
alert(" Correct Attemts (+1): " + correctCnt+
"\n InCorrect Attempts (-0.25): " + incorrectcnt+
"\n Your Skipped Questions, which are Benifitted to All (+1): " + skippedButBenifittedcnt +
"\n Your Attempted Questions, which are Benifitted to All (+1): " + attemptedButBenifittedcnt +
"\n Your Skipped questions (0): " + skippedAndNotBenifittedcnt+
"\n Your Score is :"+score);
• English mein jo 9 "benefit to all" hua, uss mein 6 tentative ke according mera correct tha. Aur jo 3 ka option change hua, usme 2 pehle correct wala ab incorrect ho gaya aur 1 incorrect wala correct ho gaya. Pura 200 ka attempt tha. Overall 2.5 ka increase hua. • Maths mein jo 6 "benefit to all" hua, uss mein koi bhi main attenpt nahi kiya tha (2-3 trigo try kiya tha paar answer nahi mila ya match nahi kiya). Aur no 2 ka option change hua, usme 1 pehle incorrect wala correct ho gaya aur 1 unattempted tha. Maths mein attempt sirf 65 tha. Overall 14.5 ka increase hua. • Yeh hisaab se Maths aur English milaake kisi baande ka maxumum 12*1.25+8*2.5=35 marks baad sakte hai. Aur kisi bande ka 3*1.25+2*2.5=8.75 ghaat bhi sakte hai. Tentative key mein sabhi questions ke answer mein koi na koi option the. • Iska maatlab yehi hai ki jin bando ne jitna kam attempt kiye ho, woh hi fayde maand huye hai. English mein mujhe nahi laagta ki itne bhi "benefit to all" ki zaroorat tha. Aur Maths ka review yaha bohut saare experts hai woh achhe se bol sakte hai.
The worst thing is reservation in promotion. Accept it. Your subordinate will become your boss one day. No respect for general category.