Bug #438
Integrate Glossary into exercises and learning path
90%
Description
Integrate the glossary feature into exercises and learning path, so that:
- every exercise or question text (title, description) is marked as a term if there is an equivalent glossary term * every learning path that contains HTML should be marked as well, in the content section (does not include the table of contents), even if SCORM. Non-HTML content will not be marked. * integrate changes into mercurial for Free
Implement on devmsf.dokeos.com and take feedback
Files
History
Updated by Arthur Portugal about 11 years ago
Actualizado por Yannick Warnier hace alrededor de 1 mes
- Asignado a set to Isaac Flores
#2
Actualizado por Isaac Flores hace alrededor de 1 mes
- Fichero progress-with-glossary-scorm.png añadido
Comment
First progress of glossary into scorm...see image
#3
Actualizado por Isaac Flores hace alrededor de 1 mes
- Fichero second-progress-of-scorm-with-glossary.png añadido
Comment
Second progress of glossary into scorm...see image
#4
Actualizado por Isaac Flores hace alrededor de 1 mes
Comment
This feature has been implemented
#5
Actualizado por Isaac Flores hace alrededor de 1 mes
- Estado changed from New to Requires testing * % Realizado changed from 0 to 80
#6
Actualizado por Julio Montoya hace alrededor de 1 mes
- Asignado a changed from Isaac Flores to Arthur Portugal
Comment
PLease Arthur check this issue..
#7
Actualizado por Arthur Portugal hace alrededor de 1 mes
Comment Edit
When developing an exercise, the tooltips appear (glossary), but they don't appear in the answers, only in the questions. Another thing is that when I finish developing the exercise as a student, in the final report, you can't see the tooltips, but if you do the same in the courses (learning path), you can see them in all components. I'm adding screenshots. The rest is alright. Also tried in IE7 and IE6.
#8
Actualizado por Arthur Portugal hace alrededor de 1 mes
Comment Edit
It has to be fixed in courses (lp) using IE6/7. Today I had problems in there.
#9
Actualizado por Arthur Portugal hace alrededor de 1 mes
- Fichero con_scorm.png añadido * Fichero dentro_de_gradebook.png añadido * Fichero lecciones_si_se_ve.png añadido * Fichero ejercicios.png añadido * Estado changed from Requires testing to Solved * % Realizado changed from 80 to 100
Comment Edit
The last tests I did passed correctly in Mozilla Firefox and on Windows in IE7. I'm attaching a screenshot from a Windows.
#10
Actualizado por Julio Montoya hace alrededor de 1 mes
- Asignado a changed from Arthur Portugal to Isaac Flores
Comment
There are any # of revision here??
#11
Actualizado por Isaac Flores hace alrededor de 1 mes
Comment
Hi julio,
These are the files modified by me :
- main/install/dokeos_main.sql
- main/install/dokeos_main.sqlmigrate-db-1.8.6.1-1.8.6.2-pre.sql
- main/newscorm/scorm_api.php - It should be modified
- main/exercice/exercice_submit.php - It should be modified
- main/exercice/exercise.lib - It should be modified
- main/inc/lib/javascript/jquery.highlight.js - It should be added
- main/inc/lib/javascript/glossary.js - It should be added
Updated by Arthur Portugal about 11 years ago
Actualizado por Yannick Warnier hace alrededor de 1 mes
- Categoría set to Development * Asignado a set to Julio Montoya
#2
Actualizado por Yannick Warnier hace alrededor de 1 mes
Comment
Julio, can you take this one in charge now that the prerequisite is finished? Beware of the change implemented manually on top of 1.8.6.1
#3
Actualizado por Julio Montoya hace alrededor de 1 mes
- % Realizado changed from 0 to 20
Comment
I have some troubles with the jquery instances that I found in devsmf.dokeos.com. Yannick is asking by email some feedback.
These are the files:
http://devmsf.dokeos.com/js/ui/js/jquery-1.3.2.min.js
http://devmsf.dokeos.com/js/ui/js/jquery-ui-1.7.2.custom.min.js
#4
Actualizado por Julio Montoya hace alrededor de 1 mes
- Fichero screen2.png añadido * Fichero jquery.png añadido * % Realizado changed from 20 to 80
Comment
I replaced the jquery-1.3.2 to the jquery-1.2.6 since the glossary.js + jquery-highlight.js plugin works with that version.
I don't know where to test the feature that uses the jquery-1.3.2.
#5
Actualizado por Arnaud Brenez hace alrededor de 1 mes
Comment
Julio Montoya wrote:
I replaced the jquery-1.3.2 to the jquery-1.2.6 since the glossary.js + jquery-highlight.js plugin works with that version. I don't know where to test the feature that uses the jquery-1.3.2.
Features (Direct Feedback & Show/Hide in tests) that worked with jQuery 1.3.2 don't work anymore since the update (1.2.6).
#6
Actualizado por Thomas De Praetere hace alrededor de 1 mes
- Fichero FeedbackNotInPopupAnymore.png añadido * % Realizado changed from 80 to 90
Comment
Hi Arnaud,
Julio and Yannick,
This morning 9am on devmsf.dokeos.com James case I still have
- 2 validate buttons instead of one and
- Feedback end of page and not in popup.
See attachment.
Migration to production portal is Monday.
#7
Actualizado por Julio Montoya hace alrededor de 1 mes
- Fichero capture.png añadido
Comment
I made some modifications and it seems to works to me right now see attachment
Arnaud Brenez wrote:
Julio Montoya wrote:
I replaced the jquery-1.3.2 to the jquery-1.2.6 since the glossary.js + jquery-highlight.js plugin works with that version. I don't know where to test the feature that uses the jquery-1.3.2.
Features (Direct Feedback & Show/Hide in tests) that worked with jQuery 1.3.2 don't work anymore since the update (1.2.6).
#8
Actualizado por Arnaud Brenez hace alrededor de 1 mes
Comment
Julio Montoya wrote:
I made some modifications and it seems to works to me right now see attachment
Arnaud Brenez wrote:
Julio Montoya wrote:
I replaced the jquery-1.3.2 to the jquery-1.2.6 since the glossary.js + jquery-highlight.js plugin works with that version. I don't know where to test the feature that uses the jquery-1.3.2.
Features (Direct Feedback & Show/Hide in tests) that worked with jQuery 1.3.2 don't work anymore since the update (1.2.6).
All the "1.3.2." jQuery features works fine !
Great.
#9
Actualizado por Julio Montoya hace 11 días
Comment
Je viens de régler 2 problèmes et mettre à jour devmsf.dokeos.com
I found a new bug, when I have this string:
"Test ATFC Example TFC Test ATFC"
The glossary tool searchs for all occurrences of "TFC" and will treat the "ATFC" word like a "TFC" match which is incorrect.
So I fixed the jquery.highlight.js for an strict word search.
1. Si je fais un test avec le mot clé sfc : le glossaire s'affiche partout donc ça marche
2. Si j'introduis ce test dans un parcours, le glossaire ne s'active pas
Fixé
3. Si je crée un document qui inclut une vidéo dont le nom contient "asfc" le lien vers l'embed de la vidéo est brisé car le glossaire s'active sur "sfc"
Fixé
#10
Actualizado por Thomas De Praetere hace 11 días
Comment
ok merci julio
peux tu mettre à jour msf.dokeos.com également, le projet est déjà commencé et le client est sur son serveur de production à présent
Updated by Julio Montoya about 11 years ago
- Assignee changed from Julio Montoya to Arthur Portugal
- Target version set to 1.8.6.2 stable
- % Done changed from 0 to 90
Can you test this task? This is already fixed.
Updated by Carlos Vargas about 11 years ago
The meaning of the glossary should be displayed on a square of a fixed size.
El significado del glosario debe mostrarse en un cuadrado de un tamaño fijo.
Updated by Arthur Portugal about 11 years ago
- Assignee changed from Arthur Portugal to Carlos Vargas
Updated by Arthur Portugal about 11 years ago
- Assignee changed from Carlos Vargas to Julio Montoya
Bug when made click in one element type document than have glossary term, this not show the link with the content. (learnpath)
Updated by Arthur Portugal about 11 years ago
In window IE, the content the term in a document is showing but using scroll (inside a learnpath).
Updated by Arthur Portugal about 11 years ago
In a learnpath the exercises not have the same format when show the content.
Updated by Julio Montoya about 11 years ago
- Status changed from Assigned to Needs testing
- Assignee changed from Julio Montoya to Arthur Portugal
- SCRUM pts - complexity changed from ? to 5
Those 3 bugs should be fixed with:
http://code.google.com/p/chamilo/source/detail?r=01938e9e015375645ff10e0816fee976c9a2c902&repo=classic
http://code.google.com/p/chamilo/source/detail?r=be68880bf067c4777ca56a3f3baa58f50972d735&repo=classic
Requires testing
Updated by Arthur Portugal almost 11 years ago
- File Pantallazo-1.png Pantallazo-1.png added
- Status changed from Needs testing to Assigned
- Assignee changed from Arthur Portugal to Julio Montoya
- Target version changed from 1.8.6.2 stable to 11
- % Done changed from 90 to 80
When the term is to the final of the line, the term can not show well the term because there are not space enable to show the content.
Updated by Julio Montoya over 10 years ago
- Status changed from Assigned to Feature implemented
- % Done changed from 80 to 90
I do not consider a "priority" bug, if the glossary tool tip is really big means that there is something wrong with the the person who wrote it. Feel free to re-open.