Creating personalised feed

Hello! Is it possible with Adalo to make a personalised recommendations? For example: user completes assessment test on his objectives, he rates 5 indicators from 0 to 10 according to their importance to him. And after this test I want to offer him tasks that fits to his priorities.

Certainly possible. :grinning:

Hello !
A simple solution is to give a number of point for each objectives and multiplie them with the rating of the people’s objectives.

For exemple :
Player A have 3 Objectives rated : (PO1 = player objective 1)
PO1 = 4/10
PO2 = 6/10
PO3 = 8/10

On your tasks list you will put some “objective score” too used to indicate the importance of each objective for this specific task. (O1 = objective 1)
Task 1 : O1 = 2 ; O2 = 12 ; O3 = 8
Task 2 : O1 = 17 ; O2 = 1 ; O3 = 10
Task 3 : O1 = 10 ; O2 = 9 ; O3 = 15

Now you just have to do a ratio :
Task 1 score = PO1 * O1 + PO2 * O2 + PO3 * O3 = 42 + 612 + 88 = 144
Task 2 score = PO1 * O1 + PO2 * O2 + PO3 * O3 = 4
17 + 61 + 810 = 154
Task 3 score = PO1 * O1 + PO2 * O2 + PO3 * O3 = 410 + 69 + 8*15 = 214

Now you just have to sort your task with the number of point evaluated : Task 3 > Task 2 > Task 1

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.