Skip to content

Add risk control platform question bank format#31

Merged
ModerRAS merged 1 commit into
masterfrom
codex/question-bank-risk-control-platform
Jun 8, 2026
Merged

Add risk control platform question bank format#31
ModerRAS merged 1 commit into
masterfrom
codex/question-bank-risk-control-platform

Conversation

@ModerRAS

Copy link
Copy Markdown
Owner

Summary

  • add 风控平台格式题库 as an auto-detected question bank source format
  • parse platform columns 序号/一级纲要/题型/题干/选项/答案, including A-选项|B-选项 option syntax
  • support both true .xls and .xlsx content saved with .xls extension, and preserve 简答题 as a question type

Validation

  • dotnet test ModerBox.QuestionBank.Test\ModerBox.QuestionBank.Test.csproj
  • dotnet test ModerBox.Cli.Test\ModerBox.Cli.Test.csproj
  • dotnet build ModerBox.MCP\ModerBox.MCP.csproj
  • dotnet build ModerBox\ModerBox.csproj (passes with existing warnings)
  • real directory merge: 18 .xls files, 1097 read, 25 deduped, 1072 output

@coderabbitai

coderabbitai Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@ModerRAS, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 28 minutes and 50 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3cc9a549-35b9-4751-88b1-bcbb9d6b57b4

📥 Commits

Reviewing files that changed from the base of the PR and between 35a9860 and bf512bf.

📒 Files selected for processing (17)
  • ModerBox.Cli/README.md
  • ModerBox.MCP/Tools/QuestionBankTools.cs
  • ModerBox.QuestionBank.Test/QuestionBankServiceTests.cs
  • ModerBox.QuestionBank/Formats/Excel/ExcelReadCommon.cs
  • ModerBox.QuestionBank/Formats/Excel/LegacyExcelReader.cs
  • ModerBox.QuestionBank/Formats/Ksb/KsbReader.cs
  • ModerBox.QuestionBank/Formats/Ksb/KsbWriter.cs
  • ModerBox.QuestionBank/Formats/Mtb/MtbReader.cs
  • ModerBox.QuestionBank/Formats/Mtb/MtbWriter.cs
  • ModerBox.QuestionBank/Formats/RiskControl/RiskControlPlatformReader.cs
  • ModerBox.QuestionBank/Formats/Wldx/WldxExcelWriter.cs
  • ModerBox.QuestionBank/Formats/Wldx4/Wldx4ExcelWriter.cs
  • ModerBox.QuestionBank/Models/Question.cs
  • ModerBox.QuestionBank/README.md
  • ModerBox.QuestionBank/Services/LlmAnalysisService.cs
  • ModerBox.QuestionBank/Services/QuestionBankConversionService.cs
  • ModerBox.QuestionBank/使用指南.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/question-bank-risk-control-platform

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

Copy link
Copy Markdown

Code Coverage Report

  • Minimum Required Coverage: 50%
  • Current Coverage: 63.14%

📄 View Full Report

🚀 Keep up the good work!

@ModerRAS ModerRAS merged commit 857fce4 into master Jun 8, 2026
2 checks passed
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.

1 participant