As with many things, the answer is [in the source](https://github.com/DLu/askbot_crawler/blob/master/index_page.py#L25). It does ignore closed questions. ``` n_answered = len([x for x in db.qdb.values() if 'answered' in x or x.get('closed', False)]) ``` However, the Askbot API isn't perfect, so I may be missing some values. --- [Visit Topic](https://discourse.ros.org/t/ros-answers-needs-your-help/5147/6) or reply to this email to respond. If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates. ______________________________________________________________________________ ros-users mailing list ros-users@lists.ros.org http://lists.ros.org/mailman/listinfo/ros-users Unsubscribe: