Is it enough for mbbs practical to score above 70

Reading File
Running Command

python3 -c " import pdfplumber with pdfplumber.open('/tmp/workspace/attachments/5ae6d958-6277-4403-a462-a60867e2743b/viva_ anat_ biochem and physio_260205_212928_compressed.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') # Read first 3 pages to understand content for i, page in enumerate(pdf.pages[:4]): text = page.extract_text() print(f'--- PAGE {i+1} ---') print(text[:2000] if text else '[No text]') print() "

Running Command

python3 -c " import pdfplumber keywords = ['pass', 'marks', 'minimum', '50', '60', '70', 'practical', 'viva', 'score', 'percentage', 'criteria', 'university', 'MCI', 'NMC', 'regulation'] with pdfplumber.open('/tmp/workspace/attachments/5ae6d958-6277-4403-a462-a60867e2743b/viva_ anat_ biochem and physio_260205_212928_compressed.pdf') as pdf: for i, page in enumerate(pdf.pages): text = page.extract_text() if text: lower = text.lower() if any(k.lower() in lower for k in keywords): print(f'--- PAGE {i+1} ---') print(text[:1500]) print() " 2>&1 | head -200

Searching the Web

NMC MBBS first professional practical exam passing marks percentage India 2024

I now have a clear picture from official NMC sources. Here is a complete, accurate answer:

MBBS Practical Passing Marks - NMC Official Criteria

No, scoring above 70% alone is NOT the only thing that matters - but it is more than enough to pass the practical. Here is exactly what the NMC (National Medical Commission) requires:

Official Passing Criteria (NMC CBME Regulations)

ComponentMinimum Required to Pass
Practical/Viva (separately)40% of practical marks
Theory (separately)40% of theory marks
Combined aggregate (Theory + Practical)50% overall
So if your practical is out of, say, 100 marks - you need at least 40 marks to pass the practical component. Scoring 70+ is well above the minimum.

What "Above 70 in Practical" Means in Practice

  • Minimum to pass practical = 40%
  • If your practical is out of 100, scoring 70+ means you are 30 marks above the minimum threshold - very safe
  • Even if your practical is out of 50, scoring 35+ (70%) clears the 40% minimum comfortably

Important Points to Remember

  1. You must still pass theory separately - minimum 40% in theory papers. A high practical score does NOT compensate for failing theory below 40%.
  2. Combined aggregate must be 50% - theory + practical combined must total 50%. If you score very high in practicals, it can help lift your aggregate even if theory is borderline.
  3. Internal assessment - you also need minimum 50% in internal assessments (combined theory + practical) and minimum 40% separately in each, to become eligible to sit for the university exam.
  4. No grace marks - NMC explicitly states no grace marks shall be given for passing.

About Your Attached Book

Your PDF is "Viva in Anatomy, Physiology and Biochemistry" by Anjula Vij (Jaypee Brothers) - a question-answer preparation guide for the 1st MBBS viva/practical exams. It does not contain passing criteria rules, but it is an excellent resource to prepare for your viva voce. The NMC passing rules above apply to your 1st MBBS exams (Anatomy, Physiology, Biochemistry).
Bottom line: Scoring above 70 in the practical is a strong performance and is comfortably above the 40% minimum required. Just make sure your theory marks are also at least 40% and your combined total crosses 50%.

Can i pass with this

Asking for Preferences
Go ahead - type your marks (theory and practical separately, along with the maximum marks for each). I'll calculate whether you pass right away.

Can i pass with this resources

Running Command

python3 -c " import pdfplumber with pdfplumber.open('/tmp/workspace/attachments/5ae6d958-6277-4403-a462-a60867e2743b/viva_ anat_ biochem and physio_260205_212928_compressed.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') # Read table of contents page for i, page in enumerate(pdf.pages[7:12]): text = page.extract_text() print(f'--- PAGE {i+8} ---') print(text[:2000] if text else '[No text]') print() "

Running Command

python3 -c " import pdfplumber with pdfplumber.open('/tmp/workspace/attachments/5ae6d958-6277-4403-a462-a60867e2743b/viva_ anat_ biochem and physio_260205_212928_compressed.pdf') as pdf: # Get full TOC text = pdf.pages[7].extract_text() print(text) print() # Sample a physiology page and biochemistry page for i in [160, 220, 280]: text = pdf.pages[i].extract_text() print(f'--- PAGE {i+1} ---') print(text[:800] if text else '[No text]') print() "

Now I have a thorough understanding of the book. Here's my honest assessment:

Can You Pass 1st MBBS Practical With Just This Book?

For the viva/oral component - Yes, this book is very useful. For the full practical exam - No, not on its own.
Here's a subject-by-subject breakdown:

What This Book Covers Well

The book "Viva in Anatomy, Physiology and Biochemistry" (346 pages) contains:
Anatomy - General Anatomy, Upper Limb, Lower Limb, Thorax, Abdomen, Head & Neck, CNS Physiology - General, Blood, Muscle, Digestion, Renal, Endocrine, Reproductive, CVS, Respiratory, Nervous System, Special Senses, Skin, Hematology practical viva Biochemistry - Biophysics, Colorimetry, Carbohydrates, Lipids, Proteins, Enzymes, Vitamins, Blood, Liver, Urine, Hormones, Lab values
It covers Q&A in a 3-column format - ideal for viva voce preparation. The last chapter even has important lab values to remember, which is very practical.

What This Book Does NOT Cover

ComponentCovered by this book?
Viva voce questions & answersYES - this is the book's strength
Spotting / specimen identificationPARTIALLY - some descriptions, no actual images
Dissection techniques (Anatomy)NO
Practical record/journal writingNO
Histology slide identificationNO
Biochemistry experiment proceduresNO
Physiology experimental recordings (e.g. spirometry, ECG)NO
Theory papers (written exam)NO

Honest Verdict

Use caseVerdict
Preparing for viva voceVery good - use it
Spotting exam (bones, models, slides)Not enough - need atlas/practical manual
Biochemistry practicalsNot enough - need a practical manual
Physiology practicalsNot enough - need practical record
Theory papersNot enough - need standard textbooks
This book should be your last-week viva revision tool, not your only resource. Pair it with:
  • Anatomy: BD Chaurasia + a practical manual (spotting, histology)
  • Physiology: AK Jain practical manual + your college practical record
  • Biochemistry: Practical Biochemistry manual (Plummer or Mukherjee)
If you have already studied from standard textbooks and just need to brush up for the viva, this book alone can help you score well in the oral component. But if this is your only preparation, you will likely struggle with spotting and practical procedures.
This is a shared conversation. Sign in to Orris to start your own chat.