This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.

Adding a Help file

Plus d'informations
il y a 13 ans 2 semaines #410 par moodlevics
Adding a Help file a été créé par moodlevics
Hi

I'm just looking at creating and adding a generic help file to the HTML5 LOs. I was hoping to create the file using the bootstrap temple, which I thought would be a great use of it but it clearly isn't an accepted format (one for the future??)

What is the best file format to use for the Help file?
I've tried a word doc but it forces download (my users won't spot that!)
It didn't like a pdf at all

Many thanks
Vicky

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 13 ans 2 semaines #411 par JohnSmith
Réponse de JohnSmith sur le sujet Adding a Help file
Hi Vicky,

If you want to create a Bootstrap templated Help File then simply take the play.php?template_id= url (that you see when you make it public) and put it in the Help File box but wrap it in single quotes like this - thanks for the tip Julian ;-)

' www.xerte.org.uk/ '

instead up trying to upload a file and it will link to the page... We are trying to make this easier and intuitive to do and it will happen when the new editor is released..

John
Les utilisateur(s) suivant ont remercié: moodlevics

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 13 ans 2 semaines #412 par moodlevics
Réponse de moodlevics sur le sujet Adding a Help file
Brilliant - working now
Thanks both

Vicky

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 12 ans 9 mois #844 par moodlevics
Réponse de moodlevics sur le sujet Adding a Help file
A quick one:

What/how do I need to edit to force the bootstrap 'Help' file to open in a new window?

Thanks
vicky

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 12 ans 9 mois #853 par JohnSmith
Réponse de JohnSmith sur le sujet Adding a Help file
What does it do just now? It should be opening in a _blank tab or window but these are down to user preferences controlled by the browser - have you tried in a different browser? Note the line window.open(eval(x_params.nfo), "_blank"); below:
Code:
if (x_params.nfo != undefined) { $x_footerL.prepend('<button id="x_helpBtn"></button>'); $("#x_helpBtn") .button({ icons: { primary: "x_help" }, label: x_getLangInfo(x_languageData.find("helpButton")[0], "label", "Help"), text: false }) .click(function() { window.open(eval(x_params.nfo), "_blank"); $(this) .blur() .removeClass("ui-state-focus") .removeClass("ui-state-hover"); }); }

John

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 12 ans 9 mois #854 par moodlevics
Réponse de moodlevics sur le sujet Adding a Help file
Hi John

It's currently opening in a new tab rather than a new window - both Chrome and IE. I suspect some of our users will be confused as to where they are.
I'll prepare a few more instructions.
Thanks for your response and the code ;-)

Vicky

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: ingdon
Temps de génération de la page : 0.138 secondes
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo