Sometimes, organizers want to point to another page e.g. terms or starting kit from the overview page through a clickable link. This is possible through an anchor tag with javascript.
Terms page
<a href="#" onclick="javascript:$('.item[data-tab=_tab_page_term]').trigger('click');">Term Page</a>
Other pages e.g. Evaluation
<a href="#" onclick="javascript:$('.item[data-tab=_tab_page1]').trigger('click');">Evaluation Page</a>
NOTE: page numbers start from 0, first page is _tab_page0 (except terms page).
I created this issue for future users who may search for something similar.
Sometimes, organizers want to point to another page e.g. terms or starting kit from the overview page through a clickable link. This is possible through an anchor tag with javascript.
Terms page
Other pages e.g. Evaluation
NOTE: page numbers start from 0, first page is
_tab_page0(except terms page).I created this issue for future users who may search for something similar.