To Take a Quiz
Total Page:16
File Type:pdf, Size:1020Kb
IT-5334: Frequently Asked Questions
Who can answer questions about this course? Email questions about this course to your instructor. The Faculty Information page lists your instructor’s email address and office phone.
What time are the weekly assignments due? Projects and exercises must be uploaded to your web folder no later than 11:55 PM on the day they are due.
Can I test out of this course? No Sorry, no test out is available.
Should I be signing into the website a minimum number of times each week? No. Feel free to sign into the website anytime that you need to.
May I use my personal or corporate email to communicate with my instructor or advisor? No. All email communication from your instructor or advisor will be addressed exclusively to your cincinnatistate.edu email address. Your instructor has blocked the receipt of email from free email services like Hotmail and Yahoo. If you email your instructor or advisor from your personal or business email account, there is a good chance that they will not receive your message. Always correspond with your instructor or advisor using your Cincinnati State student email account.
My web page works perfectly, but I received a zero for my project. Why is that? Always review your work using the latest (non beta) version of Microsoft Internet Explorer. If the web page fails in IE, the result is a grade of zero for the project. I will grade all assignments using the latest (non beta) version of Microsoft Internet Explorer. If functions within the web page fail in IE, a proportional number of points will be deducted. Final note; turning in a project after the due date (late) will also result in a zero grade.
Is Exercise 1 a Graded Assignment? Yes, but it does not count toward or against your average (zero weight percent). EX1 is there to help get you acclimated to your PHP web folder and to Blackboard. I will enter a grade, along with comments outlining errors and mistakes (if any). Exercise 1 is part of the Attendance/No Show requirement. See the Attendance and Participation Policy elsewhere in this document.
When I click the Assignments button, the page will not display properly. To fix this problem, you will need to adjust your Internet Explorer Security Settings. See the recommended setting below... IT-5334: Frequently Asked Questions
Recommended Internet Explorer - Internet Options: Security Settings On the Internet Explorer Menu, Click Tools... Click Internet Options... Click the Custom Level... button. Enable - Allow status bar updates via script (to see the Quiz and Exam Timer in Status Bar). Enable - Display mixed content (to view the Assignments Page without error).
How do I set the proper folder options in Windows Explorer? Open Windows Explorer (not Internet Explorer, Windows Explorer) Click on Tools... Folder Options... Select the View tab. Select Show hidden files and folders. Uncheck Hide extensions for known file types.
I cannot access my Blackboard courses or see my grades. What happened? Per Dr. Monica Posey - Academic Vice President, in an email dated 1/19/2012. To achieve a higher response rate, students will now be required to complete their course and instructor evaluations. At the end of the term, students must complete the evaluations in order to access their Blackboard courses and/or see grades in Blackboard. IT-5334: Frequently Asked Questions
I will be out of town during the term and won’t have access to the Internet. Will that be a problem? Prior to booking your travel, be sure to confirm that you will have daily access to the Internet. I have no problem if you choose to travel or vacation during the term when this class is in session. However, if you choose to do so be sure to note that you will not be excused from any assignment, any deadline, any last minute email or instructions. Failure to turn in an assignment or to complete a test because you were not able to access the Internet is no different than waiting until the last minute to do the same and having your home Internet fail due to a power outage, service interruption, etc. Online classes are very convenient, but there are requirements for these classes just like the requirements in face to face classes. Never assume that you will receive ANY special treatment or accommodation just because you happen to have enrolled in an online class.
A little more detail for Project 1... There are two types of links. Local content will open in the Primary Content DIV and use a MenuKey. That would be any content that you create yourself. Like your contact information, a picture or your dog, your car, your house, a quick story about you or someone else. Make the links whatever you want. It is your web page. Be creative. Many students prefer not to talk about themselves, so they make up an imagined business. Then, add links to About Us, Annual Report, Map, Contact Us, Register, Login, etc. Of course, the resulting page can just be a “mock up”. The Local Content doesn't have to be real detailed. You should have approximately equal numbers of both local and outside content links. Links with MenuKeys should be included in both the side and the top menu. Links with MenuKeys will open in the primary content DIV. Outside links would be to Google, Facebook, CNN, etc. They always open in a new window. Include some on both the top and the side menu.
Notice: Undefined index: MenuKey in ... If the MenuKey isn't "defined" it will cause an error. Here's some code to fix that;
if (isset($_GET['menukey'])) { $menukey = $_GET['menukey']; } else { $menukey = 0; }
switch ($menukey) { case 1: etc.
When watching a video, the video freezes or repeatedly restarts prior to completion. In most instances, this is a problem with your local machine or your Internet connection. To solve the problem, try the following; 1. Close all instances of your browser, restart Blackboard, and try the video link again. 2. Restart your computer and try the video link again. 3. Use a different computer on the same Internet connection and try the video link again. 4. Use a different computer on a different Internet connection and try the video link again. If after attempting ALL of the above fixes, the video fails at exactly the same point each time, contact your instructor with the URL of the video and the exact time (MM:SS) where the problem occurs.
Project 2 Hints: