If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
We have a system with a Knowledge Base and we need to know the pages that are most viewed and how the users review this knowledge base (we use it as an elearning system).
Is there any way to get this information?
There is nothing built into mojoPortal that tracks that information. you could implement your own tracking by implementing a custom HttpModule and plug it in via Web.config <modules> section.
Hope that helps,
Joe