Diferencia entre revisiones de «Auto-enlace»

De MoodleDocs
(added page)
 
(tidy up)
Línea 2: Línea 2:
{{Filtros}}
{{Filtros}}
[[Image:glossary autolinking.png|right]]
[[Image:glossary autolinking.png|right]]
Autolinking is a feature of Moodle by which words or phrases used within a Moodle site are automatically linked (by highlighting in grey by default) to a glossary and database entries, and activity and resources within the course with the same name.
El auto-enlace (''autolinking'') es una característica de Moodle por medio de la cual las palabras o frases usadas en un sitio Moodle son automáticamente enlazadas a (al resaltarse en color gris por defecto) hacia entradas en un glosario o BasedeDatos, y hacia [[Actividades]] y [[Recursos]] dentro del curso con el mismo nombre.


Autolinking can be managed at different levels in Moodle:
El auto-enlazado puede manejarse a diferentes niveles en Moodle:


*Site wide: it can be switched on/off by going to ''Settings > Site Administration > Plugins > Filters > Manage Filters.''
*En todo el sitio: se puede activar o desactivar al ir a '' Configuraciones > Administración del sitio > Plugins > Filtros > Gestionar filtros.''


*Moodle courses: it can be managed within individual courses from ''Settings > Course Administration > Filters''
*Cursos Moodle: se puede gestionar dentro de cursos individuales desde '' Configuraciones > Administración del curso > Filtros ''


*Resources & Activities within a Moodle course: it can also be managed from within an activity or resource from ''Settings > [Activity name] Administration > Filters''. This is useful for turning off auto-linking to glossaries for example in a quiz, when you don't want the answer to be revealed to the student via an auto-linked glossary term being present in a question.
*[[Recursos]] y [[Actividades]] dentro de un curso Moodle: it can also be managed from within an activity or resource from ''Settings > [Activity name] Administration > Filters''. This is useful for turning off auto-linking to glossaries for example in a quiz, when you don't want the answer to be revealed to the student via an auto-linked glossary term being present in a question.


*Specific text : Within activities and resources certain text can have the auto-linking disabled by highlighting the text in question and clicking on the ''Prevent automatic linking'' button (chain with a red cross through it). Alternatively, if you are viewing the text in HTML markup mode, links can be prevented by adding <nowiki><nolink> ... </nolink></nowiki> tags around the relevant content.
*Texto específico : Within activities and resources certain text can have the auto-linking disabled by highlighting the text in question and clicking on the ''Prevent automatic linking'' button (chain with a red cross through it). Alternatively, if you are viewing the text in HTML markup mode, links can be prevented by adding <nowiki><nolink> ... </nolink></nowiki> tags around the relevant content.
Another way to force autolinking on/off in HTML markup mode is to use:
Another way to force autolinking on/off in HTML markup mode is to use:
* <nowiki><span class="link">text</span></nowiki>
* <nowiki><span class="link">text</span></nowiki>
* <nowiki><span class="nolink">text</span></nowiki>
* <nowiki><span class="nolink">text</span></nowiki>


For more information on autolinking, see [[Filtros|Filtros]].
Para más información sobre auto-enlazado, vea [[Filtros|Filtros]].




 
==Vea también==
==See also==


*[[Gestionando filtros]]
*[[Gestionando filtros]]


[[en:Autolinking]]
[[en:Autolinking]]

Revisión del 15:36 27 abr 2016


glossary autolinking.png

El auto-enlace (autolinking) es una característica de Moodle por medio de la cual las palabras o frases usadas en un sitio Moodle son automáticamente enlazadas a (al resaltarse en color gris por defecto) hacia entradas en un glosario o BasedeDatos, y hacia Actividades y Recursos dentro del curso con el mismo nombre.

El auto-enlazado puede manejarse a diferentes niveles en Moodle:

  • En todo el sitio: se puede activar o desactivar al ir a Configuraciones > Administración del sitio > Plugins > Filtros > Gestionar filtros.
  • Cursos Moodle: se puede gestionar dentro de cursos individuales desde Configuraciones > Administración del curso > Filtros
  • Recursos y Actividades dentro de un curso Moodle: it can also be managed from within an activity or resource from Settings > [Activity name] Administration > Filters. This is useful for turning off auto-linking to glossaries for example in a quiz, when you don't want the answer to be revealed to the student via an auto-linked glossary term being present in a question.
  • Texto específico : Within activities and resources certain text can have the auto-linking disabled by highlighting the text in question and clicking on the Prevent automatic linking button (chain with a red cross through it). Alternatively, if you are viewing the text in HTML markup mode, links can be prevented by adding <nolink> ... </nolink> tags around the relevant content.

Another way to force autolinking on/off in HTML markup mode is to use:

  • <span class="link">text</span>
  • <span class="nolink">text</span>

Para más información sobre auto-enlazado, vea Filtros.


Vea también