hpi-schul-cloud / gamification

A reusable microservice for gamification.
GNU Affero General Public License v3.0
45 stars 18 forks source link

How to get VoluntarySelfTestTakenAward? #70

Closed catamaican closed 5 years ago

catamaican commented 5 years ago

In your demo data you have an achievement called "VoluntarySelfTestTakenAward".

What data (POST requests) should be made in order to obtain it? Where and how to pass "completion_percentage"?

Thank you

cmfcmf commented 5 years ago

Good question; here's the POST data to trigger this achievement:

{
  "user_id": "Chris", 
  "name": "VoluntarySelfTestTaken", 
  "payload": {
    "completion_percentage": 100
  }
}