Skip to content

Add RVCE GitHub study material repos to Resources and fix Kannada CIE rubric#32

Merged
shield44 merged 2 commits into
mainfrom
copilot/add-resources-section
Mar 13, 2026
Merged

Add RVCE GitHub study material repos to Resources and fix Kannada CIE rubric#32
shield44 merged 2 commits into
mainfrom
copilot/add-resources-section

Conversation

Copilot AI commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Adds 8 RVCE-specific GitHub repositories to the Resources page under a new category, and corrects the Kannada (HS12XKB) CIE mark weightings which were previously wrong.

Resources — new "RVCE Study Materials (GitHub)" category

  • New purple-themed section with 8 repos:
    • shield44-project/rvce-1st-sem-c-cycle-2025-scheme-resources
    • aditya-bhandari-cd23/FIRST-YEARS-ARCHIVE
    • aditya-bhandari-cd23/SECOND-YEARS-ARCHIVE
    • AnanthMAthreya/1st-year-resources-2022-scheme-rvce
    • AnanthMAthreya/2nd-year-resources-2022-scheme-rvce
    • AnanthMAthreya/3rd-year-resources-2022-scheme-rvce
    • AnanthMAthreya/4th_year_resources_2022_scheme_RVCE
    • AnanthMAthreya/NPTEL_Study_Materials
  • Added purple entry to colorMap

Kannada CIE fix (calculateKannadaCIE + UI labels)

Previous rubric had quizzes as a raw 5-mark sum and tests reduced to 25. Corrected weightings:

Component Input max Reduced to
Quiz 1 + Quiz 2 20 (10 each) 10
Test 1 + Test 2 50 (25 each) 20
Experiential Learning 20 20
CIE Total 50
// Before
const quizTotal = (Number(quiz1) || 0) + (Number(quiz2) || 0); // raw ~5-mark sum
const testTotal = (test1Value + test2Value) * 0.5;              // → 25

// After
const quizTotal = ((quiz1Value + quiz2Value) / 20) * 10;        // 20 → 10
const testTotal = ((test1Value + test2Value) / 50) * 20;        // 50 → 20

Section headings and input placeholders in DetailedCIECalculator.js updated to match.


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

@vercel

vercel Bot commented Mar 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
grade-calculator Ready Ready Preview, Comment Mar 13, 2026 5:56pm

Co-authored-by: shield44 <80821792+shield44@users.noreply.github.com>
Copilot AI changed the title [WIP] Add resources to resources section Add RVCE GitHub study material resources and fix Kannada CIE calculation Mar 13, 2026
Copilot AI requested a review from shield44 March 13, 2026 17:57
@shield44 shield44 marked this pull request as ready for review March 13, 2026 18:08
@shield44 shield44 merged commit 56faf1c into main Mar 13, 2026
3 of 4 checks passed
Copilot AI changed the title Add RVCE GitHub study material resources and fix Kannada CIE calculation Add RVCE GitHub study material repos to Resources and fix Kannada CIE rubric Mar 13, 2026
Copilot stopped work on behalf of shield44 due to an error March 13, 2026 18:08
@shield44 shield44 deleted the copilot/add-resources-section branch March 14, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants