The Complete Strapi™ Course with Plugins and Deployment - Creating a Test Project

The Complete Strapi™ Course with Plugins and Deployment - Creating a Test Project

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses adding a new functionality to the admin client to check if a project has been created for each repository. This is achieved by extending the existing logic to include a project ID property. A manual test setup is created to verify this feature. The tutorial also addresses issues with character exports from GitHub and suggests possible solutions. The lesson concludes with a preview of the next steps, where the feature will be fully implemented.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What additional functionality is being added to the admin client?

Deleting repositories

Checking if a project exists for each repository

Listing all users

Creating new repositories

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the new 'project ID' property used in the repository object?

To store the repository's owner

To store the repository's creation date

To store the repository's size

To store the ID of the associated project

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of manually creating an entry for the project during testing?

To verify the project ID is correctly populated

To delete existing projects

To update the repository URL

To change the repository owner

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What issue is mentioned regarding the exportation of characters from GitHub readme files?

Characters are in the wrong order

Characters are not properly interpreted by the markdown editor

Characters are missing

Characters are duplicated

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can users do if they encounter issues with the exported project information?

Contact support

Manually edit the information

Delete the project

Ignore the issues