Project

General

Profile

Feature #3735

Updated by Ram Kordale about 2 months ago

please do this for answers that are short like numbers, pair of numbers and not for longer text. 
 
 please consider input as json. and the MR should contain the modified json. 

 let us maintain the length of integers the same. make the position of the correct answer random using something like randInt. also, maintain the same number of digits before and after the decimal. 

 so, if the current answer is 2, choices can be 1, 2, 5, 8. basically, adding 3 to the digit and getting 5, 8, 11. 11 is modified to 1 

 please store answer choices in the datastore delimited the answers by %^&. 
 

Back