premierlangage icon indicating copy to clipboard operation
premierlangage copied to clipboard

[ENHANCEMENT] store informations in answers

Open nimdanor opened this issue 5 years ago • 0 comments

I want in the evaluator to be able to define information that will be saved in the django answer table.

I want one of the two following syntax

evaluator==
saveanswers(key,value)
...
==

ou bien

evaluator==
answer.key=value
...
==

nimdanor avatar Dec 10 '19 13:12 nimdanor