Thursday, March 31, 2011

Continuing Education and Learning Management Systems

One of our colleagues came to me with a particular challenge, and I'm not sure I have a good answer, nor do I know specifically how to go about finding an answer. I'm hoping that readers can weigh in on both aspects: (1) specific thoughts or suggestions on LMS products that might fit and (2) how do you get answers to questions like this?

Continuing Education Requirements

Requirement #1: The LMS needs the ability to apply multiple types of continuing education credits to a single course, have the user select multiple types of credits to obtain and print certificates with the appropriate wording for the desired credit(s).

Use Case:
Becky Bonds is an RN with the responsibility for coding the plan of care in her office. She has acquired HCS-D credentials and must complete continuing education to maintain the certification as well as nursing continuing education for her RN license. The LMS offers courses with both nursing and HCS-D credits. Before completing the course she indicates that she wants to obtain both the nursing credits and the HCS-D credits available on the Assessing and Coding Wounds course. After completion she is notified that she has passed the test and has access to 1 hour of credit for each type. She then prints her certificates.

Requirement #2:
The LMS needs the ability to enter expiration dates and approval codes into the credit records and assign owners to the record. The fields for the dates and codes must be printable on the certificate and the date must be able to trigger an expiration message to the credit owner.

Use Case:
The Assessing and Coding Wounds course was approved for HSC-D credits on April 22, 2010 with an approval code of BMSC-LHC1234 and an expiration date of April 22, 2011. Jennifer is the credit owner for the HCS-D credit and receives a reminder 90 days prior to the expiration date to reapply for another year. She sends off the request to the BMSC and receives the approval for another year with the approval code of BMSC-LHC2345. A new credit is created for the new approval period and applied to the course when the period starts. The old credit is retained with previous completions.

Requirement #3:
The LMS needs the ability to create customized, course specific evaluation/survey assessments that are required to obtain a completed status for the course.

Use Case:
Evaluations are required for the ability to offer nursing continuing education through the American Nurses Credentialing Center (ANCC). Each course with CE nursing credits must have completed, summarizable evaluations for review by the ANCC.

Typical Gap Found

The biggest gap is in the number of credits most LMS products allow on a course. Most of the ones we’ve looked at allow for one credit per course. We need to be able to put multiple credits of varying values on each course. And each of those credits must be tied to an approval code and expiration date. When the credit expires (usually after 1 or 2 years) we need to be able to update the credit. The value usually stays the same, but the approval code changes. However, we need to retain the older credit so that people who took it while it was in force still have access to the approval code for certificates.

The value and approval code (and sometimes the date range for the validity) must be available to print on certificates. We like to be able to have the user print individual certificates based on their need. So they can either pick the certificate by discipline/CE board or it is automatically assigned based on something in their person record. Rather than having one certificate with multiple statements on it for however many credits the course has. Each board has a different statement they like you to put on the certificate.

The other issue centers around offering course materials to field facilitators for them to present locally. But, we have to approve the facilitator before they can access the materials by reviewing a biographical data form (something like a resume) and a conflict of interest signature. It’s basically a workflow where a person in the field requests permission to teach a topic, an admin has to review their credentials against the course requirements and either approve or deny their access. There is other stuff around it too, but most LMS’s have restricted approval processes that go all one way or another (manager approval OR admin approval), not one where I can choose the approval workflow on a course – by – course basis.

Solutions?

Any suggestions on specific LMS products that should be evaluated?

Does customization make sense?

Have you had a similar issue and found a way around it?

Getting Questions Answered

This is probably not the right venue to ask this kind of question, but I couldn't think of any other good way/place to get this question addressed.

In my LinkedIn Guide for Knowledge Workers, I point out several ways that you can search for experts who might help you. But I did a quick search for things like LMS and continuing education and didn't really come up with people who I thought would be able to help.

If you have this kind of question, how would you go about getting help?

Wednesday, March 30, 2011

Amazon Announces Amazon Cloud Drive Service

Amazon was quick to the punch and yesterday unveiled their new Amazon Cloud Service- letting you store up to 5 GB of documents, music, photographs and videos in the cloud. I had a chance to start my account which took me literally seconds to open using my existing Amazon sign in credentials. Once I was on the site it was a breeze to store my photographs and documents from within the browser. There is a lot competition in this arena and there has been talk and rumors that Apple will soon release their MobileMe service for free giving us cloud based services to synch our iOS devices. In the meantime, we can enjoy 5 GB of storage space courtesy of Amazon to do what we want with. Enjoy and let me know how you like the service.

Monday, March 28, 2011

Informix 11.70.xC2: It's out!

This article is written in English and Portuguese
Este artigo está escrito em Inglês e Português

English Version:

It's been too long since my last post. The reason is the usual lack of time. Sorry for that...
This is just a small post to let you know that Informix version 11.70.xC2 is being made available. It's already possible to get if from the Fix Central site (link on the right). The Information Center documentation site is still not updated. But a quick look into the release notes shows some interesting stuff:
  • Installation without root privileges
    This makes it possible to install and use Informix without root privileges. But due to the Unix/Linux nature, some features may not be available. This was a request from some embedded solutions providers. So it's another feature that helps make Informix the right choice for those environments. I believe we'll see more developments in the usage without root privileges in the future.
  • More SQL Admin API commands
    This time will see things like CREATE/DROP DATABASE and ONTAPE/ONBAR/ONSMSYNC commands. This is great since you can trigger your backups as tasks. Something that we're missing.
  • More improvements in the BTS text search datablade. IBM continues to improve this datablade which it free of charges
  • Table and column ALIASES in DML instructions (SELECT, DELETE and UPDATE)
    The ALIAS can now be used in GROUP BY clauses. I like this one. We could use numbers, but if you change your projection list you also need to change the GROUP BY clause.
  • Case insensitive searches
    This was also a frequently asked for feature. It applies only to NCHAR and NVARCHAR fields and you need to specify it in the CREATE DATABASE statement
  • OAT improvements
    As usual, when we see engine improvements we also see them in OAT. This time, a new area lets you manage your backups. Other features include the ability to uninstall a plug-in (something I also missed), ability to create reports based on historical data, improvements in the schema manager plugin-in and a few more
  • Ability to configure the number of file descriptor servers
    This is an intriguing feature related to a nasty problem that affects Informix instances with very intensive usage (I'm talking about thousands of concurrent connections, and a very high rate of new connections per second - typical values lay in the vicinity of more than 2000 concurrent sessions and/or more than 15 new connections per second, but it really depends on the environment). This issue is worth a dedicated article, and tech support usually knows it by "nsf.lock issue". If you never heard about it, it's because you don't suffer from it. In any case, this feature is in fact present in several older versions (later v10 fixpacks and 11.50). Unfortunately it was not properly documented. Also note that v11.7 has some structural changes that should eliminate this problem. The feature is translated into a new parameter called NUMFDSERVERS. Classical versions (pre v10.??) used just one. Somewhere in the v10 family it was decided that more was better, but sometimes it isn't due to other points of contention (eliminated in v11.7). So now you can decide how many to use.
  • Informix Warehouse Accelerator
    This is a new product that uses new technology. It is composed of a new in-memory based query engine, and a tool you use to map your OLTP data into that new system. Then, when you send DSS like queries to the OLTP engine, it will decide if the "partner" system can handle them. If it does the query is routed transparently and the results sent back. If it doesn't than the OLTP will resolve the queries. The advantage is that you get much (really!) faster query times on the queries routed to the new system. There was a preview of these technology on IIUG conference last year and the results were impressive. Please be alert, because there will be some buzz around this (the same technology is already available on DB2 for z/OS)
In short that's it. And there as with any other fixpack there are some bug fixes.


Versão Portuguesa:


Passou muito tempo desde o último artigo. A razão é a habitual falta de tempo. As minhas desculpas...
Este artigo serve apenas para dar conta de que a versão 11.7.xC2 do Informix está a ser disponibilizada. Já é possível obtê-la do site Fix Central (ligação à direita). A documentação no Information Center ainda estará a ser actualizada. Mas uma pequena espreitadela nas release notes mostra algumas coisas interessantes:
  • Instalação sem privilégios de root.
    Isto torna possível instalar e utilizar o Informix sem privilégios de root. Mas dada a natureza dos sistemas operativos Unix/Linux, algumas funcionalidades poderão não estar disponíveis. Isto foi um pedido de alguns fornecedores de soluções embebidas. Por isso é mais uma funcionalidade que ajuda o Informix a ser a escolha acertada para este tipo de ambientes. Acredito que iremos ver mais desenvolvimentos relativos à utilização sem root no futuro
  • Mais comandos da API de administração SQL
    Desta vez vemos comandos como CREATE/DROP DATABASE e ONTAPE/ONBAR/ONSMSYNC. Isto é óptimo pois passamos a poder despoletar backups como tarefas. Algo que já se sentia falta
  • Mais melhorias no datablade de pesquisa de texto livre (BTS)
    A IBM continua a melhorar este datablade que é distribuído sem custos com o produto
  • ALIAS em tabelas e colunas nas instruções de DML ((SELECT, DELETE and UPDATE)
    Os ALIAS podem agora ser usados nas cláusulas de GROUP BY. Pessoalmente agrada-me bastante. Já podíamos usar números, mas se mudássemos a projection list teríamos também de arranjar a cláusula GROUP BY
  • Pesquisas por caracteres não sensíveis a maiúsculas ou minúsculas
    Esta funcionalidade fazia parte da lista com mais pedidos. Só se aplica a colunas NCHAR e NVARCHAR e tem de ser especificada na criação da base de dados (instrução CREATE DATABASE)
  • Melhorias no OAT
    Como vem sendo hábito, sempre que temos melhorias no motor também as vemos no OAT. Desta vez, uma nova área permite gerir os backups. Outras novidades inclúem a possibilidade de desinstalar plug-ins (algo que sentia falta), criação de relatórios baseados em dados de histórico, melhorias no plug-in de gestão de schema e mais alguns
  • Possibilidade de configurar o número de servidores de file descriptors.
    Isto é uma funcionalidade algo intrigante, relacionada com um problema complexo que afecta instâncias Informix com uma utilização muito intensiva (estou a falar de milhares de sessões concorrentes e uma taxa muito alta de novas sessões por segundo - valores tipicos situam-se perto de mais de 2000 sessões concorrentes e/ou mais de 15 novas sessões por segundo, mas dependerá sempre de cada ambiente)
    Este assunto mereceria por si só um artigo, mas o suporte técnico reconhece-o por "problema do nsf.lock". Se nunca ouviu falar nele é porque nunca sofreu com ele. Em qualquer caso, esta funcionalidade está de facto presente em várias versões já antigas (últimos fixpacks da versão 10 e fixpacks da versão 11.50). Infelizmente não estava devidamente documentadas. Note-se também que a versão 11.7 tem algumas modificações estruturuais que deverão eliminar este problema. A funcionalidade traduz-se num novo parâmetro chamado NUMFDSERVERS. Versões antigas (pre v10.??) usavam apenas um servidor de file descriptors. Num determinado fixpack da versão 10 considerou-se que mais era melhora, mas em alguns casos não é, devido a outros pontos de contenção (eliminados na versão 11.7). Assim, agora podemos decidir e ajustar quantos queremos
  • Informix Warehouse Accelerator
    Isto é um novo produto que utiliza tecnologia nova. É composto por um motor de queries, baseado em memória, e uma ferramenta que pode usar-se para mapear alguns dados do sistema OLTP neste novo sistema. Depois, quando enviados uma query do tipo DSS ao motor OLTP, ele decide se o novo sistema associado pode resolver a query. Se sim, a query é enviada transparentemente ao novo sistema, e os resultados são enviados de volta. Se a query não puder ser processada pelo sistema "emparceirado", então o sistema OLTP irá resolvê-la. A vantagem é que obteremos muito (mesmo muito!) melhores tempos de execução nas querys enviadas ao novo sistema. Houve uma antevisão do sistema na última conferência do IIUG e os resultados eram realmente impressionantes. Mantenha-se alerta, pois isto irá certamente dar que falar nos próximos tempos (a mesma tecnologia já existe para DB2 em z/OS)
Em resumo é isto. E como em qualquer outro fixpack contém igualmente um número de correcções.

Wednesday, March 23, 2011

CS Odessa Announces that ConceptDraw PROJECT v6 Import & Exports to Microsoft Project

PR Contact: Olin Reams
Phone: (408) 441-1150
oreams@csodessa.com

ConceptDraw PROJECT gains ability to exchange data with MS Project

San Jose, California (PRWEB) 23, March 2011  - CS Odessa today announced that ConceptDraw PROJECT v6 now has the ability to import and export Microsoft Project XML files, with new PROJECT EXCHANGE. Because of this ability to exchange data between ConceptDraw PROJECT and MS Project; users have increased flexibility on how to exchange project information with all members of the project team. The exchange of project data across different project applications keeps everyone informed and allows for quality collaboration among team members, as well as 3rd parties that have involvement in your project.
The ability to exchange project information is key to a project’s success. ConceptDraw PROJECT 6 has the ability to save to a MS Project XML file format so that ConceptDraw PROJECT files can be shared with users of MS Project (2003, 2007, and 2010) as well as any other project management tools that can accurately import MS Project xml file format.  This allows users of ConceptDraw PROJECT 6 and ConceptDraw Office 2 (contains ConceptDraw PROJECT 6) to generate project content that can be shared with all team members.
Project participants also have the ability to import MS Project files into ConceptDraw PROJECT 6 and ConceptDraw Office 2. This gives users an excellent alternative on the way they manage projects, and assists in the interoperability of project information between team members who have Macintosh and PC computers.
The ability to exchange data between ConceptDraw Office and MS Project is a big plus for project members because they can then use the other the other project tools that are part of ConceptDraw Office. As an example, ConceptDraw MINDMAP 7, part of ConceptDraw Office 2, can be used as a project front- end to brainstorm, build processes, identify contingencies and organize information for presentations to brief team members and stakeholders. The PROJECT EXCHANGE can be found in the CS Odessa ConceptDraw Solution Park.
CS Odessa provides a range of professional project software tools that assist you during every stage of your project. ConceptDraw Office uses powerful ConceptDraw INGYRE2 technology to make all tasks as easy as pushing a few buttons. The top to bottom integration of ConceptDraw Office, which includes the innovative standalone ConceptDraw PROJECT 6 product, are valuable tools to help Project Managers work towards their organization’s success.
In addition, CS Odessa also provides many project management solution add-ins that can be downloaded from ConceptDraw Solution Park. The combination of ConceptDraw Product and ConceptDraw Solution Park, from CS Odessa makes for an unbeatable value in project management software tools.
For more information, visit www.conceptdraw.com.
# # #

Tuesday, March 22, 2011

MindMappers Ning Under New Management

FYI! It is great to know that the MindMappers Ning is Under New Management. Please sign up if you are not a member and jump into some lively discussions about visual information management. Thanks go out to Nigel for resurrecting this great resource and place for discussions. Brian
-----------------------------------------------------------------------------

* Posted by Nigel Goult on March 22, 2011 at 11:07pm
* Send Message View Nigel Goult's blog

Dear Network Member,

We are pleased to announce that the MindMappers Network is now under new ownership and that plans are being made to rejuvenate and build on the good work already carried out by the network creator, CJ Cornell.

As you will know the network suffered a spell of restricted access last year and had become a playground for spammers and marketers of dubious wares and we aim to tackle this head on and make immediate changes to help bring the network back to the valuable community resource it was intended to be and once was.

Over the next few weeks you will see changes to the look, feel and functionality of the network as well as new sections specifically aimed at helping promote the field of visual information products, methods and technology to network members.

We will be inviting guest posts for regular blog articles by key contributors from the world of visual information management as well as providing enhanced content areas for visitors to view and contact companies, individuals and vendors of products and services from around the world. Plus there will be some fun stuff along the way.

We hope you will join us on this journey and look forward to your support and feedback in helping make MindMappers Ning a community of choice for users of visual information management products.

If you would like to read some more about this new development you can read a more in depth post here.



Thank you.



Nigel Goult

Managing Director

Olympic Limited

Saturday, March 19, 2011

Using Matchware's MindView 4 in Presentation Mode

I have been using MindView 4 Business Edition since it was released but haven't had the chance to use the Presentation Mode until yesterday. While planning my workshop and presentation for a Tech Day at a local school, I decided to plan out what I would cover in MindView 4 so that I could test out the new Presentation Mode. When planning my workshops, I tend to like to use mind maps to brainstorm and decide upon what I will cover. I tend to use Left/Right maps when planning my sessions since I think it is easier for my participants who are not as familiar with mind mapping to digest the content. I provided each participant with a printed mind map with the content so that they could take notes and then used the Presentation Mode in MindView 4 during the workshop.


Using the Presentation Mode in MindView 4 could not have been any easier- I simply clicked on the Presentation Mode and within seconds the presentation palette showed up that let me advance from topic to topic. MindView 4 opened each topic and subtopic as it advanced and then would close the topic as it advanced to the next one. I found it very easy to use while I was presenting and I believe it helped the participants to focus in on what I would be covering during the session. I put together a short screencast to show you how easy it was to use the Presentation Mode in MindView 4. Please feel free to download a Free Trial Version of MindView 4 and try the Presentation Mode for yourself.



PS: You will also be glad to know that you can advance through the topics by using a wireless presenter remote.

Thursday, March 10, 2011

LMS eCommerce Solution

I just got off the phone with someone who has a fairly common need that I've heard before.  The needs are very similar to those in Rapid LMS and  LMS Solution for Simple Partner Compliance Training

In this case, they are looking to provide their content as eLearning and sell it to individuals and organizations.  Key aspects:

  • Individual eCommerce - someone can go on and buy the course just for themselves
  • Group eCommerce - someone can go on and buy a block of courses that can be taken by people in their organization
  • Pricing will need to be variable
  • Group reporting - the person who bought for the organization should be able to see who's taken, completed, etc.
  • Users will self-select their role which will take them to the appropriate version of a SCORM course
  • Test at the end, pass or retake
  • Provides certificate for the individual that they can print

This all seems like pretty simple stuff right?

What system would you use?

Would you consider a marketplace solution for this?  Do any marketplaces provide the group eCommerce capabilities?  What are the tradeoffs of putting it up on a marketplace?

I'd like to hear your suggestions and it would definitely be helpful to the person trying to solve this problem.

Related posts:

Wednesday, March 9, 2011

MindView 4 Adds Audio Sound Recording

Matchware Inc., has added a number of new features to MindView 4, but one of my favorites is the ability to quickly record and idea and attach it to my mind map. You know there are times when you are brainstorming that the ideas are just flowing and what better way to capture it by simply doing a quick audio recording. To record audio in MindView 4 you simply click on the idea in your map and then click on the Insert tab and Click on the Sound icon. This brings up the Recording palette and you are then ready to record your ideas. Simple and elegant. Watch the video below to see just how easy it is to add an audio recording to your MindView 4 mind maps. To try out MindView 4 click here for a full working Trial Version.