Describe the bug
Multiple issues were observed:
- Transcript Preview Not Visible
Transcript PDF is available and loaded, but the transcript preview panel appears blank/black.
Browser console shows multiple 400 (Bad Request) API errors related to transcript data retrieval.
- AI Suggested Data Not Fetching
Clicking "Fetch Data Using AI" opens the AI Suggested CBC Data popup.
No university, college, major, or credential data is fetched.
Popup displays "No data found" despite transcript being available.
- Incorrect Data Source
Current implementation is fetching data from CSV files.
As per requirement, AI Fetch CBC should retrieve data from Google Sheets instead of CSV.
Environment
To Reproduce
Steps to reproduce the behavior:
- Login to EvalBridge.
- Navigate to Type of Evaluation → Course by Course.
- Upload/open a transcript.
- Observe transcript preview section.
- Click Fetch Data Using AI.
- Verify AI Suggested Data popup.
- Check browser network/console logs.
Expected behavior
AI should fetch and display University, College, Major, Credential, and related CBC data.
No API errors should occur.
Data should be fetched from the configured Google Sheet source instead of CSV files.
Screenshots

Describe the bug
Multiple issues were observed:
Transcript PDF is available and loaded, but the transcript preview panel appears blank/black.
Browser console shows multiple 400 (Bad Request) API errors related to transcript data retrieval.
Clicking "Fetch Data Using AI" opens the AI Suggested CBC Data popup.
No university, college, major, or credential data is fetched.
Popup displays "No data found" despite transcript being available.
Current implementation is fetching data from CSV files.
As per requirement, AI Fetch CBC should retrieve data from Google Sheets instead of CSV.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
AI should fetch and display University, College, Major, Credential, and related CBC data.
No API errors should occur.
Data should be fetched from the configured Google Sheet source instead of CSV files.
Screenshots