New game
Download
Get Academic Plan
Share game
Quiz
Quiz

React_Quiz

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

React_Quiz

Quiz

(2)
Played 13

About this activity

React Quiz

Created by

India

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
React_Quiz
 

React_QuizOnline version

React Quiz

by Birendra Singh
1

Which ECMAScript feature allows extracting values from objects or arrays into variables?

2

What is the main advantage of React’s Virtual DOM?

3

Which of the following is NOT a React feature?

4

How do you define a class component in React?

5

What will be the output of the following ECMAScript code? const user = { name: "Amit", age: 25 }; const { name } = user; console.log(name);

6

What does the following JSX compile to?

Choose one or more answers

7

What happens if render() does not return JSX?

8

Which keyword is mandatory to access props in a class component?

9

What is the output of the following code? class Test extends React.Component { render() { return

{this.props.name}

; } } When rendered as:
10

Which statement about state in class components is TRUE?

11

What is a controlled component?

12

Identify the component type:

13

Which validation approach is correct in React forms?

14

Which statement about CSS Modules is TRUE?

15

Which library allows writing CSS inside JavaScript files?

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.