calculateScore method
Calculates the score for this activity step.
Classes extending this activity step can override this method with a custom scoring algorithm.
Implementation
int calculateScore(dynamic result) => 0;
Calculates the score for this activity step.
Classes extending this activity step can override this method with a custom scoring algorithm.
int calculateScore(dynamic result) => 0;