From 13d7953ac049da911036fc14ddef10fbba94813e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Cunha?= Date: Tue, 30 Oct 2018 12:54:19 -0300 Subject: [PATCH] add question hello --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 80822ee..7fbbeb4 100644 --- a/data.json +++ b/data.json @@ -163,6 +163,15 @@ {"texto": "Espaços após `?>` iniciam o envio do corpo da requisição", "correta": true}, {"texto": "Espaços após `?>` encerram o envio do corpo da requisição"} ] + }, + { + "pergunta": "Indique o resultado da seguinte expressão: \n\n block```$hello = 'world'; $world = 'hello'; echo $$$hello;```block", + "alternativas": [ + { "texto" : "Dá erro: Undefined variable" }, + {"texto": "hello"}, + {"texto": "world", "correta": true}, + {"texto": "helloworld"} + ] } ] }