premierlangage
premierlangage copied to clipboard
[ENHANCEMENT] store informations in answers
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
...
==