This story describes how scores must be calculacted for collections:
- If a collection has 10 or less content item, all the scores for these content items will be summed.
- If a collection has more than 10 content items, then we must get average score for all the content items and multiply that with 10
- If a collection has 5 or less methods, all the scores for these methods will be summed.
- If a collection has more than 5 methods, then we must get average score for all the methods and multiply that with 5
- If a collection has 5 or less tools, all the scores for these tools will be summed.
- If a collection has more than 5 tools, then we must get average score for all the tools and multiply that with 5
- If another user adds a collection to his collection, then 5 points should be added to the score of the original collection.
- If collection has a teaching and learning story, then the score should be multiplied with 1,5
Scores for collections should be recalculated when:
- items are added/removed to/from the collection
- collection is added to another collection by another user
- teaching and learning story is added/removed