euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
12 stars 6 forks source link

When getting a scaled answer, set the identification as well. #708

Closed mauritsvanrees closed 7 months ago

mauritsvanrees commented 7 months ago

Get the idenfication value by calling new method get_identification_from_scaled_answer. By default this return None, and with that we set the identification column to NULL, as we did until now. In projects that actually use scaled answers, you should override this method.