.png)
Wix Test
Questions 1-3: True or False - Please choose either True or False
1. True or False:
​
In the "Contact" collection, if you have a field name "Email" and field key "email", this is how you would call the Contact collection:
​
wixData.query("Contact")
.eq("Email", "johndoe@gmail.com")
.find()
.then(results()=>{
console.log(results);
})
2. True or False:
​
The easiest way to display data from the database is by using Velo and not using repeaters
3. True or False:
​
I can easily transfer my Wix website to another Wix account
Questions 4-14: Multiple Choice - Please choose the best answer
4. I am testing my Wix repeater in preview mode. I see all the data populated correctly. However, when I go to the live site, the data is not there! Why is that?
5. In the menu bar, I have a contact us button. It is connected to an anchor on the same page. What will happen when I click the button?
6. I am using a repeater that has a $item('#clickMe').onClick() function. What will happen when I click this item?
7. I want to display ratings on my site. How do I do this?
8. If I want a user to edit information previously entered in a repeater, what dataset mode should I use?
9. I want the user to be redirected to another page after clicking a button. What do I use?
10. I just installed a lightbox into Wix. Now I see the lightbox on every page I go to in the site. What is going on?
11. I am using {session} on my site. How long does this last for?
12. I need to create a layout that can be easily transferable to the mobile view. What is the best way to do this?
13. I need add an image to the header that's bigger than the header. Is this possible?
14. Can I start writing Velo code when the site is created?
Questions 5-18: Fill in the blank - please write down your answers
is a full-stack development platform that empowers you to rapidly build, manage and deploy professional web apps
15.
16.
are used when you want to repeat content
17. The
function is used when the user enters the viewport.
18. If a user needs a login and password to enter the site, then the user is a
Questions 19-20: Check all that apply - please choose all that apply
19. These are the default fields when you first create a Collection:
20. These are the types of pages you can create:
Your content has been submitted
An error occurred. Try again later
