Project

General

Profile

Feature #3591

Updated by Ram Kordale 6 months ago

If we have a parameter curriculum="k-12", please Please show "Please select grade and subject <grade dropdown> <subject dropdown>" left aligned with the chat interface. Grade 

 If we have a parameter curriculum="k-12", we would like to show a drop down should show containing "5" to "12" and subject just above the chat interface. Subject dropdown should will contain "Science", "Social Science", "Mathematics" as options. We will add more options later. 

 If user picks a grade K, and subject S, then call call_openai_api with index="cbse-K-S". 

 Notes: 
 if curriculum="k-12" - not present => use index="1" 
 if curriculum="k-12" - is present and nothing in dropdown selected => use index="1" 


Back