Laura Gekeler Speaks Her Mind

Another ‘fool’ touting reasons why GOOG would do well to buy Blackboard

November 4, 2009 · Leave a Comment

James Altucher did that thing Nov. 1st for the New York Post where he discourages us from sending our kids to college, based on potential earnings vs debt. Read it here.

Today he's blogging on the Wall Street Journal blogs advising us how to invest that would-be-college money IN education stocks. And lo and behold again we hear Google would do well to buy Blackboard [BBBB]. Another pick Altucher has, is investing in a degree as a diesel mechanic OR investing in the company that offers diesel mechanic training. See how this works? Investing in yourself and your earning potential in:  "How to make education pay off

But how do you invest in your happiness and satisfaction?

→ Leave a CommentCategories: Web/Tech

Desire2Live …has (Lived that is).

October 28, 2009 · 2 Comments

Michael Feldstein has the word on his blog, e-Literate. Blackboard lost. Blackboard owes Desire2Learn BIG money. And Blackboard plans to try again.

These two entries in the past month will bring you up to speed.

Bb Owes Desire2Learn over Three Million Dollars.

The Cost of the Blackboard Patent Suit (and Who Pays it)

I hope BBBB stock owners put some pressure on Blackboard that this suing as a business strategy is seriously knocking down their profit. Maybe their voices, rather than the ongoing chorus of imploring higher ed clients, will be heeded.

→ 2 CommentsCategories: Web/Tech

Google and Blackboard have synergies says Motley Fool

October 21, 2009 · 2 Comments

Okay, okay, when I blogged back on Sept. 20th about this interesting idea, I knew I was sliding into rumor-mongering. And I was a little uncomfortable posting lest such a label 'stick' to me. I don't want that. Yet the idea of Google buying Blackboard has such delicious overtones to it, I keep looking for others who might think so too. Tanya Carlson over at Motley Fool apparently thinks so…she explains why in her post yesterday, "Are Google and Blackboard an Item?"

→ 2 CommentsCategories: Uncategorized

Weekend Upgrades

October 18, 2009 · Leave a Comment

Only an small percentage of the population knows what I’m talkng about …the cadre of system, application and network administrators who keep the world’s systems running. They know what I’m talking about.

This morning I’m in my running shoes, running tights, big long fleece pullover, with a black ballcap pulled over my head. I came into the office to do the upgrade because I’m addicted to two monitors. Otherwise, I have done them from my living room couch. Of course, in the office I actually have two machines with two monitors. While one is doing the upgrade, the other is playing tunes with my email account open…

I suspect we all have our habits. The habits that preserve us from mistakes even when we’re half asleep and something goes wrong… Do you have ‘em? Same clothes? Same drink? Same location? Certain prep tools?

Service Pack 3 followed by the Wimba 4 jar upgrade isn’t going to go wrong (in progress as I type). I could do this in my sleep. I’ve had two practice runs that were almost boringly uneventful.

I’m probably doing it in my sleep… this cold could be H1N1, you know. And I am writing a blog post in the middle of it.

→ Leave a CommentCategories: Course Management Server-side

A little documentation glitch for Service Pack 3 (CE/Vista 8.03)

October 14, 2009 · Leave a Comment

For clustered installs we are advised in one place to set unit-of-order processing to false, and just after it, to change it to true.

Matt Brady, Blackboard integration Guru extraordinaire, in his October 5th email to the Blackboard-SunGard users list (since this affects real-time event processing from Luminis), sets us straight.

And, as far as I know, the Blackboard Vista_8.0,_Service_Pack_3_Release_Notes.pdf documentation has NOT been changed.

To ensure the LMB operates in an effecient manner the following modifications will need to be made to your configuration files on the ADMIN node.

1) In the config.xml file located at WebCTDomain/config/config.xml you must add the sub-deployment for the InboundQueue to the <jms-interop-module> section.

<sub-deployment>

<name>InboundQueue.ConnectionFactory</name>

<target>WebCTVistaCluster</target>

</sub-deployment>

2) Ensure the unit-of-order processing is set to true in the interop-jms.xml file located at WebCTDomain/config/jms.

Before change:

<default-unit-of-order>false</default-unit-of-order>

After change:

<default-unit-of-order>true</default-unit-of-order>

3) Type “touch REFRESH” in the WebCTDomain directory on each managed node and then restart your cluster.

→ Leave a CommentCategories: Course Management Server-side

Weblogic ‘feature’ and Bb Vista SP3

October 5, 2009 · 1 Comment

The 'feature' is called hostname verification. It's on by default. You'll find it under > Environments > Servers > 1 of your servers > SSL tab > bottom of the page under 'Advanced'

Whatever you do, DON'T touch that button. Your environment may never be the same…

Hostname_verifier_setting 

I'm sure it renders man-in-the-middle attacks moot, BUT…

It originally bit us because we added Wimba Voice Tools – fully encrypted. Wimba, at the time, about 18 months ago now, was using a wildcard cert in their data center. This 'feature' above does not like notredamevoice.wimba.com referred to as *.wimba.com . Wimba, to their credit, moved Notre Dame's instance and purchased a specific cert.

Today this 'feature' bites again…

This time even after it was changed from "NONE" back to its default as you see above, it has prevented our SP3 from starting up properly after the upgrade. The workaround includes removing the hostname verification param in your config.xml file and disabling schema validation in webct.sh  STARTUP_OPTIONS with this parameter

-Dweblogic.configuration.schemaValidationEnabled=false

I may write more about it later after I figure out what else needs to be done to get schema validation to work again…

By the way, has anyone had to edit the config.xml header since Oracle purchased Weblogic? The xsd files would not be hosted in the same place, would they?

Previous header:

<?xml version="1.0" encoding="UTF-8"?>
<domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd http://www.bea.com/ns/weblogic/920/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd">

Potential new header?

<?xml version="1.0" encoding="UTF-8"?>
<domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security http://www.oracle.com/technology/weblogic/90/security.xsd http://www.bea.com/ns/weblogic/920/domain http://www.oracle.com/technology/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/wls http://www.oracle.com/technology/weblogic/90/security/wls.xsd">

 

→ 1 CommentCategories: Uncategorized

Bb Vista Assessments : Lost Answers Continue…

September 30, 2009 · Leave a Comment

This is a follow-up to my posting of September 23rd . As information has continued to pour in on the webct-users and webct-admin listserves I follow, this software defect just gets weirder and weirder. The good news is that we’re pooling our observations and that Blackboard is being extremely attentive.

Recapping the ISSUE: Students are saving answers to tests. The fact that they’re doing so is being recorded in server application logs. But NOT in the database so that the answers are displayed AND graded by the application and displayed back to teachers and students.

The SCOPE: It’s being reported far and wide across institutions. From Saskatchewan to Warrnambool, from Sheffield to Boulder, with Tuscaloosa and Des Moines in between. We’re running Bb Vista 8.0.3 and Bb Vista 8.0.2. But, unlike I posted earlier, it’s now been seen in Assessments which do NOT contain paragraph-style answers. It’s been seen on various windows desktops (XP and Vista). I’ve heard of one case (New Mexico State) on Safari 4 (does this mean a Mac? because this may be the only case). It’s been reported with the PC browser Firefox (3.0.13; 3.0.14; 3.5.2; 3.5.3) and using various versions of Java (1.6.0_11; 1.6.0_15; 1.6.0_2). I’ve searched my archives …I  can’t find any IE instances … It definitely involves some client-side interaction between browser and other desktop installed items.

RULED OUT: Load balancers. Multi-casting. Respondus Lock-down browser. Student error. Resetting the Assessment.

CURRENT SUSPECTED CAUSE: webserver.logs are demonstrating in these cases there is a single POST saveAllResponse followed by one or more GET saveAllResponse entries. It is suspected that the Firefox browser, under certain conditions (yet unknown) is sending a GET request which Bb Vista software versions 8.02 and 8.03 are misinterpreting.

HOW OFTEN ARE THE ASSESSMENT RESULTS LOST LIKE THIS? From all the webserver logs submitted to Blackboard so far, which contain records of missing assessments AND records of assessment results recorded, they are calculating that the error is occurring 8 out of every 1000 tests taken, for a 99.2% reliability rate (and a nearly 1% error rate). It may seem trivial at first, but when 10,000 tests are taken and 80 students have blank scores… you can see the problem is HUGE.

For now I suppose, we advise students to use IE when taking exams. I should at least cut down on the incident rates if not eliminate them altogether.

——————————————–

I want to give Kevin Lowey of the University of Saskatchewan a huge huge thank you from all of us. He’s really helped define what this issue is and how it’s happening. Kevin is an occasional blogger here. If you too would like to be able to think like Kevin, perhaps reviewing his brain would be helpful. We love you, Kevin!

→ Leave a CommentCategories: Course Management Server-side · Faculty Resourcing · Teaching and Learning

Association for Learning Technology (ALT) Keynote: Michael Wesch

September 29, 2009 · Leave a Comment

Yes, it’s a 65 minute KeyNote, but worth every minute of it. Think about your class and your teaching style and this world, these students, he describes. If you’re not ready to invest 65 minutes, then start with one of his youtube.com videos. Perhaps this one: Michael Wesch Web 2.0

→ Leave a CommentCategories: Faculty Resourcing

How to properly wish your LMS/CMS Techies a Happy Birthday!

September 24, 2009 · 6 Comments

Here’s how an Instructional Systems Analyst (Alicia Stonesifer) at LaSalle University in Philly celebrates her birthday at work:

The cake? Just another creative endeavor for Melissa Miller, part of the web app team that manages the myLaSalle portal, their Blackboard app, AND the Online Help Desk.

Alica, what’s in the BorgBox?

Is anybody here at Notre Dame getting this? MY birthday is coming up, you know…

Happy Birthday Alicia, from all of us!

→ 6 CommentsCategories: Food and Drink

Random Error in Assessments containing Paragraph style questions

September 23, 2009 · 5 Comments

AssessmentParagraphTypeRightFrameError This is a screen capture (Thanks to Andy Freed of Portland Community College) of a quiz. In the left frame are the quiz questions and the ‘Save Answer” button after each. We always recommend to students that they save each answer as they progress through the test.

In the right hand frame a student normally sees green checks appear for every question they’ve answered and saved.

In this screen capture taken after a student has answered a paragraph style question (not a short answer style, but a paragraph style), an error condition is noted.

 

This bug doesn’t happen all the time. When it does happen, it’s been traced to quizzes containing at least one paragraph style question.

Recommendation?

As always, advise your students to compose their answers to paragraph style questions in notepad or other desktop application and then paste it into the answer box. IF they receive this error message, have them immediately close the quiz and restart it. All answers they’ve saved will still be there. They can re-paste their paragraph answer, save the answer, and continue, lastly pressing the “Finish” button at the bottom.

→ 5 CommentsCategories: Support