I would like to connect my existing website into another website that uses Moodle(VLE). Is it possible to connect two virtual learning environment(VLE) websites that both websites use Moodle?
let's say there's a 2 websites namely, w1 and w2. w1 and w2 uses Moodle. Suppose I created some activities in w1. So, what I would like to do is when i visit w2, I can see/access all the activities that I've created in w1. So the question is HOW?
Thanks in advance for your response
You can use mnet to integrate two Moodle sites and share resources.
Refer http://docs.moodle.org/26/en/MNet for more details.
Is it the courses you want to share? You could use community hub.
http://docs.moodle.org/26/en/Community_hubs
Related
I want to connect shopware6 with TYPO3.Tried the plugin shopware-typo3-connector but it is not compatible with shopware6. Is there any other possible way?
If you do not find a plugin the community store you can look out for a partner from the agency listing and reach out to a partner claiming to have TYPO3 experience. If you are not happy with the search of an agency you really want to build it on your own. I personally do not find it difficult to do but this often depends on the cases of data you want to connect. You likely want to look into the API of Shopware 6. You can find in the Shopware docs links to different APIs and how to use them. Likely you want to use the Admin API or write an app for Shopware 6. They have several guides (written and visual) in their docs. Depending on any follow up question you can post a new one here with the Shopware-6 tag.
This post follow this one where I explain one of my problems. Currently, I have to found a way to publish and maintain a high number of agents. I am not limited to Dialogflow.
I need some integrations like the google assistant (text and vocal), facebook messenger, telegram and if possible others like Slack, Twitter, Twillio, Alexa...
Okay, so I have already produced some agents with Dialogflow to understand the technology. I also read some pages of the actions-on-google documentation and I did'nt found anything on this subject. So basically I have to implement this:
Deploy around X agents through differents integrations instanciations. I mean I really need X facebook contacts, X google assistant apps, etc.
Maintain one code-base but have the ability to add localized-features like the name of the chatbot, currency or just block some intents (for Dialogflow example but in a more generic way, dialogs triggers).
It is just possible ? I am thinking about a web UI that can handle some facilities like the deployment, the monitoring and the maintenance. I am wondering if it's not overkill and if a more easier solution than mine exists already.
It isn't currently possible to create agents automatically, although Dialogflow's V2 API provides a mechanism to update agents via JSON once they have been created; see the restore and import endpoints.
I've created and trained a basic dialog and it's now ready to be used in my web site.
I can't found any docs to deploy and use the application.
Can anyone help me ?
You need to build a front end application that allows users to interact with the conversation service.
There are some generated SDK's for various programming languages that can help you in doing this.
I am planning to use Hippo CMS for one of my site development. In this site i need to have following features-
Chat/message room: It should be possible to create different chat/message rooms and allocate users to them. Once user logs in on frontend site, he should be able to see messages posted by other members in that room. also he should be able to post own text messages there. somewhat similar to IRC
Forum: i need to build a forum where users will be able pose articles, etc.
Are these 2 features possible to develop using Hippo CMS / Hippo portal 2?
To answer your 2 questions:
Building a chat room is possible. With a rich and interactive framework like Apache Wicket, in which the cms is mostly built, you can create connections to the Hippo Repository. For examples using wicket and the cms you can check out the demo project located:
http://www.onehippo.org/site-toolkit/getting+started/checkout+demo
You can build a forum pretty well. It is almost like creating a normal HST (Hippo Site Toolkit) site. You define how you want it to be represented in the repository and with some form handling you can store and retrieve the data with the hippo repository.
You can see how for example; comments are handled in our demo project which can be found via our own website.
When you need more (technical) info, please send an email to hippo-cms7-user#lists.onehippo.com. For more general info send me an email at h.keijmel#onehippo.com.
Regards and good luck,
Hans Keijmel
I have a website built (Java/J2EE), and now I want to store documents in abundance.
I want my website to use the CMS system, I do not want the CMS system to make a website.
Sort of use CMS as a database, and have my current website be a front end to the docs.
Any product recommendations, given I need to integrate it with an existing website?
It's very depends on your website.
I hope opensourcecms help you to choose.