-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
PHP - Q86 answer, Q98 typo, Q99 syntax, Q99 answer, and new question #6478
Comments
Q86 - Answer Correction: The answer was modified to the first option to accurately represent the behavior of the toString() method in PHP. Q98 - Typo: Identified a typographical issue in the question description and recommended a revision for clarity and accuracy. Q99 - Syntax Correction: There were syntax issues in the code examples provided for this question. All answer choices now have corrected syntax by removing the extra ')' before function parameters. Additionally, the answer was updated to the first option, which contains the correct code for file upload in PHP. New Question Ebazhanov#6478 - A new question `Q106` was added to the PHP quiz. Please review and verify its accuracy.
Fix Ebazhanov#6478: Updated php-quiz.md
@Ebazhanov kindly add the hacktober-accepted label and close it, as it is already been solved and merged. |
Hey @Ebazhanov this issue seems to be resolved. But it's okay then i can add few more PHP based preparation questions with reference link to contribute. So assign me this task with #hacktoberfest label. |
@Ebazhanov Thanks for this another opportunity. Looking forward to work on it. |
Hey @Ebazhanov, I have added 23 quiz questions in the php section (total 130 now). Have a look if it is fine or I've to make any other adjustments. |
I'm submitting an ISSUE: please check one with "x"
Q86 - correct answer should be the first one.
Q98 - description is duplicate.
Q99 - code syntax is wrong - all answers have extra ')' before function parameters.
Q99 - correct answer should be the first one.
The text was updated successfully, but these errors were encountered: