rokwire / rokwire/app-flutter-plugin
[FEATURE] Update survey score objects to have decimal scores
Open
@akshadpai is already working on this.
Since Apr 30, 2025.
- Dominant language
- Dart
- Stars
- 3
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Currently, the score class in the surveys has the score represented as an int. We want to change this value to a double.
We also need to add a parameter 'correctAnswerCount' from survey stats and compute it for the building block.
The score should also store a parameter 'difficulty' to keep track of what mode the user last played.
This is related to the following issue for Vogue #2051.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.