we also want to be able to generate questions from a many to one format. What I call:
vNL+vSympy -> NL+Sympy
this is important. In this case we would generate a consistent format for the answer, given many possible question formats. Obviously the names and stuff like that should be consistent between question and answer. Maybe the solution is just to turn off some source of randomness for the answers...like turn off the randomness choiceg and permg do. What do u think?
we also want to be able to generate questions from a many to one format. What I call:
vNL+vSympy -> NL+Sympy
this is important. In this case we would generate a consistent format for the answer, given many possible question formats. Obviously the names and stuff like that should be consistent between question and answer. Maybe the solution is just to turn off some source of randomness for the answers...like turn off the randomness choiceg and permg do. What do u think?
Also important to make sure its consistent with:
https://github.com/brando90/eit_proj1/issues/26 https://github.com/brando90/eit_proj1/issues/42