Forum Replies Created
-
AuthorEntradas
-
Please send the exported website (a zip file) so I can test it with your Style. Where (in which page) can I see the error? I’ll try to answer as soon as possible.
-
No debería haber problema (acabo de probar y ha funcionado, tanto en SCORM 1.2 como en 2004, con Youtube y Slideshare). Necesitaríamos un enlace para ver qué pasa. Lo único que se me ocurre es que se esté intentando mostrar contenido http en una página https, pero si se ha copiado el código de Youtube o Slideshare, lo normal es que eso no pase (suelen empezar sus URL con // o https, no con http).
Otra opción es que haya contenidos restringidos en vuestro espacio. Si nos pasas un enlace lo miramos. Si prefieres, envíalo a la dirección que aparece a pie de página.
-
Hi,
– Use a Note or a File attachments iDevice to include the image in the elp.
– Add a Text iDevice and include this code there:<div style="background: url('yourImage.png');">Content.</div>
– You’ll see the image when exporting, because the path, when editing and exporting, is different.Please be careful with the accessibility of your content, because a background image might make the text really difficult to read.
I attach an example. I hope it helps.
Archivos adjuntos:
You must be logged in to view attached files. -
31 marzo, 2020 at 8:30 in reply to: PLEASE HELP – simple edits to interactive iDevice responses #33380
It’s probably because or the quotes. The forums changes them, so it won’t work if you just copy and paste. Use shift+2 instead of those quotation marks. See the attachment.
Archivos adjuntos:
You must be logged in to view attached files. -
Hi,
You have to overwrite your Style’s js file instead of Base’s. Or overwrite Base’s and then create a new Style.
You can do this:
– Export your Style.
– Put the JS file in the zip file.
– Remove your Style from eXe.
– Import if again (with the new JS).Use Advanced mode – Styles – Style manager to import/export.
I hope it works. Does it?
-
Hi,
You can also remove those style tags and try this new _style_js.js file (replace the one in your Style). Please tell me if it doesn’t work. That solution will be in the next eXeLearning version. -
Hi,
Edit the HTML code (Tools – Edit source code) and replace this:
<div style="”width: 600px; height: 400px”;">
(there are too many ” and the height should be 450).
With:
<div style="width:600px;height:450px;overflow:hidden">
In the last page, use:
<p style="width: 600px; height: 450px;overflow:hidden">
Instead ofWe’ll try to fix that problem as soon as possible. Thank you for reporting this!
-
29 marzo, 2020 at 10:17 in reply to: PLEASE HELP – simple edits to interactive iDevice responses #33355
How do I eliminate the “Your score is X/Y”?
Advanced mode – Properties tab – Advanced – HEAD. Paste this code there:
<style>.ListaIdevice .score{display:none!important}</style>
I hope it helps.
How to edit the styles
Which iDevice are you using?
Some iDevices let you define a different feedback for each case (right / wrong), but not all of them. Unfortunately, in some cases there’s no specific CSS class for each message, so there’s no way to change the presentation without overwriting some JavaScript functions. We hope that this will change soon.
-
29 marzo, 2020 at 10:11 in reply to: Edit DropDown iDevice to eliminate "Your score is" message? #33354
Advanced mode – Properties tab – Advanced – HEAD. Paste this code there:
<style>.ListaIdevice .score{display:none!important}</style>
I hope it helps.
-
Activa el “Modo avanzado” y ve a Estilos – Gestor de estilos. Luego sigue los pasos descritos en el manual (el paso 3).
Espero que te sirva.
-
Aquí encontrarás instrucciones. Como es muy posible que con el iDevice Applet haya problemas (temas de seguridad, versiones de Java, etc.), te recomiendo que intentes subirlo a alguna web e incluyas un IFRAME. Encontrarás más información sobre los problemas de jClic en Java en zonaClic.
Otra opción es que incluyas un IFRAME con un fichero HTML (sería el fichero HTML de tu actividad jClic), y que después de exportar incluyas en la carpeta generada tu actividad jClic, pisando ese fichero. Es decir: exportas un contenido sin la actividad, y luego incluyes la actividad. Pero si es Java, los problemas mencionados seguirán estando ahí.
Espero que te sirva.
-
You have to paste that code in the text iDevice, where the text with a background image will be. See the attached example. I hope it works.
-
Muchas gracias por el aviso. Tomamos nota del problema para intentar solucionarlo en la próxima versión.
-
30 marzo, 2020 at 15:14 in reply to: PLEASE HELP – simple edits to interactive iDevice responses #33374
Hi,
1. Would it be feasible to add this via style designer under content.css, so that it shows in all .elps with same style?
Yes! Just paste that code in the advanced tab, and it’ll be at the end of content.css.
Should this work similarly for the Cloze Activity? […]
No, because it doesn’t have the “score” CSS class. Please use this until it has it:
.ClozeIdevice div[id^=”clozeScore”]{display:none!important}
3. I’m afraid that True-False and Multi-Choice don’t have the code you’ll need to control that in an easy way. We’ll try to fix that. The Scrambled list already has two different messages (right / wrong answer) with different presentation.
-
The Styles are in two places: The “style” folder in the directory where eXe’s installed and /Users/YourUserName/.exe/style. The custom Styles should be in the second one.
Overwriting Base’s JS file and creating a new Style should work.
You can’t import a Style if it has folders in it: eXe looks for the required files (like content.css) in the root folder of the zip file, and if the zip file has a folder in it, and the files are there, it won’t work.
I hope that you could fix it anyway. Thanks again for reporting that issue! -
AuthorEntradas