Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMPORTANTE: se pueden agregar bolitas al tablero aún cuando la configuración dice que no #175

Closed
fidel-ml opened this issue Jun 26, 2017 · 3 comments
Labels

Comments

@fidel-ml
Copy link

Si esto está permitido, la mayoría de los estudiantes NO hace el programa, sino que pone las bolitas cliqueando... Feo.

@fidel-ml fidel-ml added the bug label Jun 26, 2017
@afska afska added the ready label Jun 29, 2017
@afska
Copy link
Member

afska commented Jul 7, 2017

@fidel-ml

Agarré el "Simulando repartir caramelos" y cambié el json para permitirle ver los botones pero no editar el tablero. El json quedó:

{
  "name": "Simulando repartir caramelos",
  "library": {
    "visible": false
  },
  "board": {
    "active": 1,
    "initial_board_source": "selected",
    "visible_edition": true,
    "user_permissions": {
      "can_change_source": false,
      "can_edit_board": false
    }
  },
  "execution_speed": {
    "active": "medium",
    "user_permissions": {
      "can_change_speed": true
    }
  },
  "attire": {
    "active": "Repartiendo caramelos",
    "visible": true,
    "user_permissions": {
      "can_toggle_visibility": true
    }
  },
  "blocks": {
	"visible": ["Poner"],
	"disabled": ["Poner"]
  }
}

Después probé esto (https://www.youtube.com/watch?v=w0F54DkYkuw) y no me dejó modificar el tablero.

Sigue pasando / podrás pasar la prueba que hiciste vos?

@fidel-ml
Copy link
Author

fidel-ml commented Jul 7, 2017 via email

@afska
Copy link
Member

afska commented Jul 7, 2017

(OJO: en "Simulando repartir caramelos" NO debería poderse quitar la
vestimenta...)

Sí, eso fue una modificación mía.

Ok, pruebo con ese.

@afska afska removed the NEEDS INFO label Jul 7, 2017
@afska afska closed this as completed Jul 7, 2017
@afska afska removed the ready label Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants