Badge for reading a page?

It’s possible to add a badge if user read the specific topic/subject of forum and not just opened the topic but he read ~5minutes to be sure the user read the info, My question is, it’s possible to do same for page like FAQ or other like FAQ, TOS, PRIVACY

The request for topic/subject is :

SELECT user_id, CURRENT_TIMESTAMP AS granted_at
FROM topic_users
WHERE topic_id = 281534
  AND total_msecs_viewed/60000 >= 5

for the page FAQ or other I don’t know…

thank’s for your help

1 Like