get h5p interactive quiz result - drupal

I had make a interactive quiz with module h5p on Drupal 7. Now, I would like to know how I can get the user's result ? I found that I can use TinCan API to do that but I cannot find any guide on internet.
Thank you.

I am not sure if by "I found that" you mean the official documentation.
The steps basically are
Install TinCan Bridge for Drupal
Install Learning Locker on a Server or get an account hosted somewhere
Configure TinCan Bridge by entering the endpoint for Learning Locker and your credentials
Alternatively, you can install Drupal Quiz ans the H5P questions add on that will provide reports about H5P content types.

Related

How to publish a chatbot to Azure from QnA knowledge base

I am creating a chatbot for my company - I have used Microsoft QnA to create a knowledge base, however I was following instructions from
https://www.meziantou.net/2017/05/16/creating-a-chat-bot-from-a-faq-with-azure-q-a-maker
https://channel9.msdn.com/Events/Connect/2017/T107
These videos/articles show a "BotService" preview. I am using the new "BotApp Service" and cannot figure out where to link up my knowledge base to my bot.
I am a true beginner to this and was encouraged by the video tutorials made with the old "BotService" - however when I have tried to do this, I've run into a wall with it already.
All I want to do is link up my current knowledgebase made in QnA to my Azure platform in order to use the bot on my website.
Thanks,
T
T, you should publish the QA Knowledge base/Q&A as a service, a step by step guide can be found here , I'd also recommend checking the QnA Maker page if you haven't already, it can be found here

OpenStack custom Dashboard

I am looking for way to create simple multiuser Dashboard for OpenStack as alternative to Horizon. Idea is keep Horizon for administrators and manage users in another aplication with possibility to create (with admin confirmation) custom system.
My idea is create a web aplication (Node.js) which would communicate with OpenStack REST API because we need some extra feature (messaging, LDAP/AC Auth).
I also looked for some projects like alternative to Horizon, but cant find anything .
My question is, what is better idea? Create custom solution or use some already created Dashboard(which one?) and only modify it?
Take a look at this open source project:
https://github.com/cyverse/atmosphere
https://github.com/cyverse/troposphere
So its frontend is based on ReactJS and BackboneJS and the backend is the Django and DRF which consumes the OS python client API.
As for your question, it depends. The horizon project has a very good plugin registration service that let you easily create custom dashboards and you don't have to worry about many other details.
However, create a new dashboard on your own also sounds cool but it needs a lot more effort and time than using the horizon.
HTH

Alfresco Community 4.2 Document Management

Currently I have a task of exploring Alfresco Community 4.2.
What I need to do is to build a workflow that allows users to upload document, an admin to verify it, and other higher level users to allow the document to be released, how it is released is not my concern. e-mail notifications will also be sent to higher level users or admin when the document is about to expire.
I have downloaded the Alfresco Community 4.2 exe from their website, and install it in a Windows 7 32-bit laptop. But I cannot access to /alfresco and /share, I learnt that I need MySQL for this, so I'm currently installing this one, http://dev.mysql.com/downloads/windows/installer/ , am I correct?
And do I have to do all this separately, for example, first I need to set up users, then configure their restrictions, then move on to documents?
I'm really really new in this. I've searched Google but so far everything seems complicated to me.
Thanks in advance!
First of all if you are using installer which you seems to be you do not need to install anything separately. Alfresco installer comes with everything bundled into it's installation.
Unless you have specific requirement where you want to use MySQL instead of bundled postgres database.
Now For workflow one everything is up and running you can check various existing out of box workflows available with alfresco if any of that meet your requirement you can use that directly no other efforts required.
In case you feel none of those workflow meetup your requirement then you need to create your advance workflow.
http://wiki.alfresco.com/wiki/Workflow
This link contains all you need to know regarding alfresco workflows.

is there a drupal module that enables a live chat in a drupal site?

is there a drupal module that enables a live chat in a drupal site?
I recommend drupalchat, it is the most maintained and complete version. It uses node.js as the server. It works on Drupal 6 and 7 and has many features.
Drupal.org has an excellent search, a simple search revealed these candidates.
I use ClickDesk on my Wordpress site as a plugin, It's just copy pasting the code; I guess it should work with Drupal as well.
http://drupal.org/project/bowob
Have a look at bowob chat it gives you an interface which would be useful for implementing chat in a social networking environment. If you exam the api you can see what other modules bowob will go with well.
You can use the Drupal Olark module
http://drupal.org/project/olark
I believe it can handle visitors when you are offline too.
You should try LetsSyncro Live Chat & Image interaction Module for Drupal. This module adds image interaction to the traditional Live chat functionality.
You can find the installation guide in the following link: http://letssyncro.com/AddOns/Drupal
http://drupal.org/project/zopim
Zopim will provide you with the admin panel to administer you online and offline chat, but on their site only. Helped me a lot. Hope this will help you too.
Check chatroom module. It doesn't depend on any third party services and it offers a lot flexibility. You can make both - a site support chat and a community open chat room with it.
Version for D7 requires node.js I think.
Most of others depend on third party services which require registration and membership.
Yes i'm actually using a facebook like chat that's easy to configure with YUI
I'm actually using drupalchat: a facebook like chat and easy to configure with yui
At our website we used Mibbit to embed chat events. It is based on the old IRC system so it has zero learning curve for that audience. It worked really well and the cost was minimal, might be zero for most regular users.
http://www.mibbit.com/
Their staff was also extremely helpful and just generally cool to work with. They are always on their own support chat channel and so you get instant answers. We eventually stopped doing corespondent interviews so the system is not used now, but I would use them again without hesitation.

Google Analytics-like module for Drupal site behind firewall?

Anyone know how to use Google Analytics for a Drupal-powered company intranet site behind our firewall?
and/or
Anyone know of a good analytics-style module for Drupal that can tell us things like visitor browser/versions, OS, monitor size, etc. ? Pretty graphs and charts nice but not required. Or at the least a recipe for rolling our own thru views?
I'll tackle the firewall issue by saying- set up a stats package on an internal web server. There are a few Drupal modules that provide the connective tissue.
Piwik might still be a little raw, but it has good screenshots. It is sort of a self-hosted Google Analytics. FireStats has popped up since I last checked into this. Also available is BAWStats which operates by log analysis.
WebTrends can do that -- but it's not cheap.
Take a look # mint it may reside with your drupal files .......
it is my alternative for Google Analytics with local intranets.
EDIT : there it's the Mint module. Here is an excerpt from its project page:
Provides basic integration with Mint, a proprietary traffic logging and statistics tool.

Resources