Skip to content

Commit

Permalink
Increase reading/skimming malus on scanning-consistent behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelizkeith committed Mar 21, 2023
1 parent 6473dfe commit 83539c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default class App extends Component {
scoreChange = 42;
}

return this.changeDetectorScores(-5, -5, scoreChange);
return this.changeDetectorScores(-12, -12, scoreChange);
}

changeDetectorScores(readChange, skimChange, scanChange) {
Expand Down

0 comments on commit 83539c3

Please sign in to comment.