The FAQ Tool consists of two parts - the application files (which run via the Blackboard Weblogic server) and the database (for storing categories/questions/answers).
To install the supporting database on Oracle:
Although no creation scripts are supplied for MS SQL Server, the tables are very simple and could easily be manually constructed from the information given here for Oracle.
To install the application files into Blackboard:
Period for new entries: 2
Driver: oracle.jdbc.driver.OracleDriver
URL: jdbc:oracle:thin:@yourserver.edu.au:1521:ORASID
UID: <DBuser>
PWD: <DBpassword>
Initial JDBC Connections: 5
Maximum JDBC Connections: 10
The FAQ Tool should be set to available in the "Manage System Extensions (Bridges)" listing. This means it will appear in the "Tools" areas of each course.
Students would go to the Tools area to browse the FAQ questions and answers.
Instructors (and all course users with access to the course Control Panel) will also go to the Tools area to browse, and will additionally see a "Modify FAQs" button which takes them into the admin section of the tool. From here, they can create, modify and delete categories, questions, and answers.