Please enable JavaScript.
Coggle requires JavaScript to display documents.
user_progress - Coggle Diagram
user_progress
printUserProgress
$ %complatedTasks each(%item)
next
calc
%brainCnt=%brainCnt+%brain
calc
%soulCnt=%soulCnt+%soul
calc
%emotionsCnt=%emotionsCnt+%emotion
calc
%bodyCnt=%bodyCnt+%body
%brain=$.brain %item
%body=$.body %item
%soul=$.soul %item
%emotion=$.emotion %item
exit
showRating
%content=<b>🚀🚀Ваші досягнення 🚀🚀</b>
<b>💪Тіло %bodyCnt балів</b>
<b>🧠Розум: %brainCnt балів</b>
<b>😇Душа: %soulCnt балів</b>
<b>🤪Емоції: %emotionsCnt балів</b>
$SYS.POST
error
end
QUESTION
disable_web_page_preview=1
text=%content
parse_mode=HTML
chat_id=%sys.extuid
ANSWER
%answer
%bodyCnt=0
%brainCnt=0
%soulCnt=0
%emotionsCnt=0