Add MCQ Support to ProcessingHelper with Enhanced Response Handling#129
Add MCQ Support to ProcessingHelper with Enhanced Response Handling#129Purav-Shah wants to merge 4 commits intoj4wg:mainfrom
Conversation
…n and JSON structure. MCQ questions are properly answered in debug mode.
|
How to run in debug feature mode ? |
|
After pressing ctrl+h and ctrl+enter
you’ll get some result which won’t be accurate so again press ctrl+h and
ctrl+enter
which takes the software into debug mode
…On Fri, 29 Aug 2025 at 12:30 AM, sulthanm ***@***.***> wrote:
*sulthanm* left a comment
(j4wg/interview-coder-withoupaywall-opensource#129)
<#129 (comment)>
How to run in debug feature mode ?
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVVVI7QAXQZWCAFBA55SGGL3P5GWLAVCNFSM6AAAAACEWSI3HWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMZUGYYTKNZRGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
|
there are options like python, java, R, etc. Can't you just add another option like MCQ or English? I think that would be much easier that any other approach. |
|
I made it in a hurry, though i’ll give it a try.
…On Thu, 18 Sep 2025 at 3:03 PM, Vikash Kumar ***@***.***> wrote:
*me-vikash-kumar* left a comment
(j4wg/interview-coder-withoupaywall-opensource#129)
<#129 (comment)>
there are options like python, java ,R etc. can't you just add another
option like MCQ or English ,I think that would be much easier that any
other approach.
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVVVI7VOEITIPLGABZE3WXD3TJ35ZAVCNFSM6AAAAACEWSI3HWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMBWGQ3TOOBQGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
…added chat with ai to talk about the solution that it just gave
|
Dude it works good but note that for Gemini models, 1.0-Pro has been deprecated. So, in the app only Gemini-2.0-Flash is available. it's great for code generation and stuff, but the debugging isn't that great. So, I guess we need to change the gemini models. Also, instead of categorizing like code,mcq,general ; why not make it automatic, without the user selecting everytime? |
|
Thanks for the feedback.
For now I have kept it as selecting the mode as when its kept as automatic
the model always hallucinate it as a code
So for simplicity and ease of use I've done it that way.
…On Thu, Oct 9, 2025, 3:51 PM Asmith Maramreddy ***@***.***> wrote:
*asmith0713* left a comment
(j4wg/interview-coder-withoupaywall-opensource#129)
<#129 (comment)>
Dude it works good but note that for Gemini models, 1.0-Pro has been
deprecated. So, in the app only Gemini-2.0-Flash is available. it's great
for code generation and stuff, but the debugging isn't that great. So, I
guess we need to change the gemini models. Also, instead of categorizing
like code,mcq,general ; why not make it automatic, without the user
selecting everytime?
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVVVI7SFY7FUBG7B7HUHQAL3WYZKHAVCNFSM6AAAAACEWSI3HWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGOBVGE4DINZSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
|
Hi @Purav-Shah, thanks for adding support for MCQs. Generally, in OAs there are mix of MCQs and coding questions. So, switching the mode between MCQ and coding in an on-going OA won't be possible as the click will cause a focus loss from test window. I was wondering, can we add a shortcut key to toggle between modes? For example, |
|
@snappytiger7 Thats a good idea, will look into it and let you know and update it by tomorrow |
Changes Made
Key Features
The ProcessingHelper now provides comprehensive support for both coding problems and MCQs, ensuring consistent and clear output formatting across all question types.