Ticket #1877 (assigned story)

Opened 3 years ago

Last modified 3 years ago

Calculating scores for collections

Reported by: hans Assigned to: hans (accepted)
Priority: blocker Milestone: 2.7
Component: generic Version:
Keywords: Cc:
Time spent: Time remaining:
Time planned:

Description

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

Change History

02/18/09 18:56:59 changed by hans

  • owner changed from anonymous to hans.
  • status changed from new to assigned.

Tarmo, Jukka and I accept this story as it is.