From 6b21b91deee5fbe3dc81b034c165884e595e3006 Mon Sep 17 00:00:00 2001 From: Jean pasqualini Date: Sun, 15 Nov 2015 18:10:44 +0100 Subject: [PATCH] Bugfix bad key 'valuse' in questions.yml --- data/questions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/questions.yml b/data/questions.yml index f20c5aa..a01a411 100644 --- a/data/questions.yml +++ b/data/questions.yml @@ -196,11 +196,11 @@ questions: - question: 'What are the three access modifiers that you can use in PHP objects?' answers: - - {valuse: 'protected', correct: true} - - {valuse: 'public', correct: true} - - {valuse: 'static', correct: false} - - {valuse: 'private', correct: true} - - {valuse: 'final', correct: false} + - {value: 'protected', correct: true} + - {value: 'public', correct: true} + - {value: 'static', correct: false} + - {value: 'private', correct: true} + - {value: 'final', correct: false} - question: 'When checking to see if two variables contain the same instance of an object, which of the following comparisons should be used?' answers: