This is a small library of shortcodes, building on an idea popularised by blogging systems such as WordPress and their shortcode system.
The intent is use shortcodes to enhance answers returned from the QnA Maker service with dynamic content.
The [library-open-today]
shortcode is used to lookup today's opening times
for one of the libraries at Flinders. The shortcode uses a single parameter to identify the library. For example:
[library-open-today library="Central library"]
Valid library names are listed in the resources/libraries.json
file.
The [bot-shortcode-test]
shortcode is designed to support unit testing of the
shortcode system in other projects. It is not intended for, or useful in, production
scenarious.
Exploring the use of chatbots at Flinders University is a project currently underway by the Business Improvement team, in collaboration with stakeholders across the university.