Presentación

El Aprendizaje-Servicio es una metodología educativa que combina el currículo académico con el servicio comunitario, frecuentemente juvenil.

Como metodología pedagógica entra dentro de la filosofía de la educación experiencial; más específicamente integra el servicio comunitario con la educación y el autoconocimiento como vía para enriquecer la experiencia educativa, enseñar civismo, animar a una implicación social durante toda la vida, y fortalecer el bien común de las comunidades. Se suelen abreviar con las siglas ApS (aprendizaje-servicio) o AySS (aprendizaje y servicio solidario).

  • 60 Buenas Prácticas de Aprendizaje-Servicio. Inventario de experiencias educativas con finalidad social
  • Premio Aprendizaje-Servicio 2018
  • Red Española de Aprendizaje-Servicio
  • Fundación Zerbikas
  • Se ha producido un error al procesar la plantilla.
    The following has evaluated to null or missing:
    ==> viewURL  [in template "20099#20125#1170255" at line 9, column 12]
    
    ----
    Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
    ----
    
    ----
    FTL stack trace ("~" means nesting-related):
    	- Failed at: ${viewURL}  [in template "20099#20125#1170255" at line 9, column 10]
    ----
    1<#if (EnlaceAPgina.data?has_content && EnlaceAPgina.data != '{}')> 
    2				<#assign viewURL = EnlaceAPgina.getFriendlyUrl() /> 
    3				<#assign target = "_self" /> 
    4<#elseif (enlaceExterno.getData()?? && enlaceExterno.getData() != "")> 
    5				<#assign viewURL = enlaceExterno.getData() /> 
    6				<#assign target = "_blank" /> 
    7</#if> 
    8<i class="fas fa-caret-right icon-green"></i> 
    9<a href="${viewURL}" target="${target}"> 
    10	<#if (tituloVisible.getData())?? && tituloVisible.getData() != ""> 
    11		${tituloVisible.getData()}</a> 
    12	</#if> 
    13</a>