calculateScore method

int calculateScore(
  1. dynamic result
)

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;