Index: lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/Eadventure.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/Eadventure.java,v diff -u -r1.3 -r1.4 --- lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/Eadventure.java 11 Dec 2011 21:30:29 -0000 1.3 +++ lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/Eadventure.java 14 Dec 2013 15:20:30 -0000 1.4 @@ -40,7 +40,7 @@ /** * Eadventure * @author Dapeng Ni - * @author �ngel del Blanco + * @author ángel del Blanco * * @hibernate.class table="tl_eueadv10_eadventure" * Index: lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/EadventureVars.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/EadventureVars.java,v diff -u -r1.4 -r1.5 --- lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/EadventureVars.java 11 Dec 2011 21:30:30 -0000 1.4 +++ lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/model/EadventureVars.java 14 Dec 2013 15:20:30 -0000 1.5 @@ -44,7 +44,7 @@ private String name; private String type; private String value; - //TODO necesito tener el visitLog entero o solo el uid??�?�?? + //TODO necesito tener el visitLog entero o solo el uid??¡?¿?? private EadventureItemVisitLog visitLog; public EadventureVars(){ @@ -186,4 +186,4 @@ } - \ No newline at end of file + Index: lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringAction.java,v diff -u -r1.5 -r1.6 --- lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringAction.java 25 Jul 2013 05:55:12 -0000 1.5 +++ lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringAction.java 14 Dec 2013 15:20:30 -0000 1.6 @@ -586,7 +586,7 @@ ToolAccessMode mode = getAccessMode(request); - //TODO mirar si merece la pena llevar el form por sessionMap?�?�? + //TODO mirar si merece la pena llevar el form por sessionMap?¿?¿? //Eadventure eadventure = eadventureForm.getEadventure(); Eadventure eadventure = ((EadventureForm)sessionMap.get(EadventureConstants.ATTR_RESOURCE_FORM)).getEadventure(); //TODO fix this... Index: lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringEadventureConditionAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringEadventureConditionAction.java,v diff -u -r1.5 -r1.6 --- lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringEadventureConditionAction.java 23 Jul 2012 19:25:29 -0000 1.5 +++ lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/action/AuthoringEadventureConditionAction.java 14 Dec 2013 15:20:30 -0000 1.6 @@ -166,7 +166,7 @@ String sessionMapID = WebUtil.readStrParam(request, EadventureConstants.ATTR_SESSION_MAP_ID); SessionMap sessionMap = (SessionMap) request.getSession().getAttribute(sessionMapID); - //TODO ver lo de recargar la p�gina + //TODO ver lo de recargar la página //sessionMap.put(EadventureConstants., value) return mapping.findForward(EadventureConstants.SUCCESS); } @@ -190,7 +190,7 @@ sessionMap.put(EadventureConstants.ATTR_EXPRESSION_LIST, null); // check if some edventure game has been added - // it is not necessary, anulo el boton con javascript� + // it is not necessary, anulo el boton con javascriptç //TODO se puede quitar /*ActionErrors errors = new ActionErrors(); String hasFile = (String)sessionMap.get(EadventureConstants.ATTR_HAS_FILE); @@ -600,7 +600,7 @@ // add to delList List delList = getDeletedEadventureExpressionList(sessionMap); delList.add(expression); - // TODO preguntar si esto es necesario, quiz�s no interesa si no lo damos a salvar!!!!!!!!!!!!!!!!!!! + // TODO preguntar si esto es necesario, quizás no interesa si no lo damos a salvar!!!!!!!!!!!!!!!!!!! //check if we need delete this expression from a condition in conditions list /* boolean isConditionEdit = Boolean.getBoolean((String)sessionMap.get(EadventureConstants.ATTR_EDIT_CONDITION)); if (isConditionEdit){ @@ -751,7 +751,7 @@ expressionList.clear(); expressionList.addAll(rList); - // TODO comprobar si esto es necesario, quiz�s no interesa si no le doy a salvar!!!!!!!!!!!!!!!!!!!!!!!!!! + // TODO comprobar si esto es necesario, quizás no interesa si no le doy a salvar!!!!!!!!!!!!!!!!!!!!!!!!!! //check if we need delete this expression from a condition in conditions list /* boolean isConditionEdit = Boolean.getBoolean((String)sessionMap.get(EadventureConstants.ATTR_EDIT_CONDITION)); if (isConditionEdit){ @@ -828,7 +828,7 @@ */ private String[] prepareListOfParams(List list, String type, String name){ // Initialise the LabelValueBeans in the possibleOptions array. - //TODO como para el caso de un tipo espec�fico no sabemos cual va a ser el tama�o del array, mejor usa run arrayListparcial y luego + //TODO como para el caso de un tipo específico no sabemos cual va a ser el tamaño del array, mejor usa run arrayListparcial y luego // pasarlo a array normal ArrayList paramAux = new ArrayList(); @@ -1273,4 +1273,4 @@ } - \ No newline at end of file + Index: lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/servlet/ExportServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/servlet/ExportServlet.java,v diff -u -r1.3 -r1.4 --- lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/servlet/ExportServlet.java 11 Dec 2011 21:30:32 -0000 1.3 +++ lams_tool_eadventure/src/java/org/eucm/lams/tool/eadventure/web/servlet/ExportServlet.java 14 Dec 2013 15:19:56 -0000 1.4 @@ -230,7 +230,7 @@ private String saveFileToLocal(List list, String directoryName) { handler = getToolContentHandler(); - //TODO revisar exportaci�n + //TODO revisar exportación String localURL = null; for (Summary summary : list) { try{ Index: lams_tool_imscc/src/java/org/imsglobal/basiclti/BasicLTIConstants.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/src/java/org/imsglobal/basiclti/BasicLTIConstants.java,v diff -u -r1.1 -r1.2 --- lams_tool_imscc/src/java/org/imsglobal/basiclti/BasicLTIConstants.java 28 May 2011 18:03:36 -0000 1.1 +++ lams_tool_imscc/src/java/org/imsglobal/basiclti/BasicLTIConstants.java 14 Dec 2013 15:22:11 -0000 1.2 @@ -185,7 +185,7 @@ *

* This field contains the LIS identifier for the user account that is * performing this launch. The example syntax of "school:user" - * is not the required format � lis_person_sourcedid is simply a + * is not the required format – lis_person_sourcedid is simply a * globally unique identifier (i.e., a normalized string). This field * is optional and its content and meaning are defined by LIS. */ @@ -248,9 +248,9 @@ public static final String RESOURCE_LINK_TITLE = "resource_link_title"; /** - * resource_link_description=� + * resource_link_description=… *

- * A plain text description of the link�s destination, suitable for + * A plain text description of the link’s destination, suitable for * display alongside the link. Typically no more than several lines * long. This parameter is optional. */ @@ -343,4 +343,4 @@ TOOL_CONSUMER_INSTANCE_CONTACT_EMAIL, TOOL_CONSUMER_INSTANCE_DESCRIPTION, TOOL_CONSUMER_INSTANCE_GUID, TOOL_CONSUMER_INSTANCE_NAME, TOOL_CONSUMER_INSTANCE_URL, USER_ID }; -} \ No newline at end of file +}