Graded A+
which of the following is a wysiwyg editor? - answer studio
to send feedback on a particular Mendix app, you need to - answer submit it via the
feedback icon
where's the best place to find hints and tips as well as the latest information on creating
a great UX in mendix? - answer check the newest updates at the atlas ui site
which of the following is a place where you can share a blog about a cool project you
have been working on with mendix? - answer the mendix community blog
how can you get the latest studio pro? - answer by downloading it for free from the
mendix appstore
you want to create a button that has conditional visibility. Where do you configure this? -
answer in the properties of the button
you want to use your app from your mobile phone. For that you need to create a mobile
specific version of your app - answer False
you want trainees to only have access to certain features of the mobile-specific app.
what do you need to do? - answer set the project security accordingly
A working copy is - answer a local copy of the project where you can make changes
without affecting the repository until you commit them
The Project Explorer is - answer ......
The Team Server is - answer ......
While committing your work, mendix reports a number of errors. what does this means?
- answer studio error messages remind you to check and fix things you may have
missed before committing
what is parameter? - answer data that serves as input for a microflow
what is delete behaviour? - answer it defines what happens to an associated object
when an object is deleted.
where can you add validation in mendix? - answer Domain model, Microflows, Pages