Is your feature request related to a problem? Please describe.
When CodeTailor is enabled on an activecode exercise, "Get Help" always runs full LLM personalization against the student's code. We want to A/B test full CodeTailor LLM personalization vs unpersonalized Parsons Problem.
Describe the solution you'd like
Add a toggle in the CodeTailor settings called "Personalize to student's code." When on (by default), "Get Help" runs the existing CodeTailor pipeline and tailors the Parsons scaffold to the student's code. When off, "Get Help" returns the predefined example Parsons puzzle directly (or a generic LLM-generated example if none is set), without personalizing to the student's code.
Is your feature request related to a problem? Please describe.
When CodeTailor is enabled on an activecode exercise, "Get Help" always runs full LLM personalization against the student's code. We want to A/B test full CodeTailor LLM personalization vs unpersonalized Parsons Problem.
Describe the solution you'd like
Add a toggle in the CodeTailor settings called "Personalize to student's code." When on (by default), "Get Help" runs the existing CodeTailor pipeline and tailors the Parsons scaffold to the student's code. When off, "Get Help" returns the predefined example Parsons puzzle directly (or a generic LLM-generated example if none is set), without personalizing to the student's code.