We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<span class="boldText"><b><a href="http://www.bkstr.com/webapp/wcs/stores/servlet/booklookServlet?bookstore_id-1=2015&term_id-1=1214&crn-1=25214" target="_blank">Visit the Bookstore</a></b></span>
It seems pretty clear that:
term_id-1
YEAR - 1900 + TERM_NUM
crn-1
bookstore_id-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems pretty clear that:
term_id-1
follows theYEAR - 1900 + TERM_NUM
pattern from the previous systemcrn-1
is the course registration numberbookstore_id-1
is a wildcard but seems like if its set to 2015 things workThe text was updated successfully, but these errors were encountered: