Project

General

Profile

Feature #3646

Updated by Ram Kordale 5 months ago

For questions like the first question in exercise 2.1, adding "(Write in n1; n2; n3 format)" to the question and enforcing it can make it easy for us to check the answer precisely. however,    kids may not understand the significance of writing in n1; n2; n3 format. so, they may still write either n1;n2;n3 or n1,n2,n3 or n1 n2 n3 or n1, n2 and n3 etc. 

 Given that there are many questions like this where the answers will need a lot more processing to determine correctness precisely, let us make the following changes: change. 

 (i) Always, show "Answer: <Answer>" 
 (ii) Whether While checking answers, we will use the user's answer to only say if the solution is correct. However, we will not say that the solution is incorrect. Whether it is correct or not, we should provide the option of detailedQNAs and detailedAnswer if they exist.

Back