# Popularity note

This is a number from -1 to 1 that indicates how popular the learning object is.

The popularity note is generated automatically from -1 to 0.79 by our algorithms based on the popularity metadata we collect for each learning object. The nature and availability of the popularity metadata differ from one provider to another: likes and views for YouTube videos, enrolment and 5-star reviews for MOOCs, comments, reviews, etc

As a result our algorithms normalise these popularity data in two steps: first compared to all the learning objects of the same provider and then compared to all learning objects in our index. This ends up in a value comprised between -1 and 0.79.&#x20;

Some exceptional learning object have a popularity note above 0.8. A value above 0.8 can only be awarded by one of our trained Pedagogical Auditors.

Inokufu's Learning Object API only exposes learning objects with a popularity note above 0.

Here is a guideline to better understand the range of popularity value:&#x20;

* 0 = unknown quality&#x20;
* 0.01 to 0.49 = good &#x20;
* 0.50 to 0.79 = very good &#x20;
* 0.80 to 0.89 = stunning &#x20;
* 0.90 to 1 = among the best LO for this topic

{% hint style="info" %}
While our R\&D team is working on other quality indicators, popularity note is the only one available in our API as of today.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.inokufu.com/learning-object/inokufu-schema/popularity-note.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
