complete solution
which of the following is a place where you can share a blog about a cool project
you have been working on with mendix
the mendix community blog
WHERE'S THE BEST PLACE TO FIND HINTS AND TIPS AS WELL AS THE LATEST
INFORMATION ON CREATING A GREAT UX IN MENDIX?
check the newest updates at the atlAS UI site
WHICH OF THE FOLLOWING IS A wysiwyg EDITor
STUDIO
To send feedback on a particular mendix app you need to
submit it via the feedback icon
when can you start a new sprint?
when the time box for the previous sprint is over for example 2 weeks
What is the typical durations of a mendix sprint?
1-2 weeks
which is the methodology to which mendix subscribes?
agile
When working with scrum, who is responsible for making sure a project is
successful?
the scrum team
which tool can you USE FOR DOING ONLINE PROJECT MANAGEMENT IN
MENDIX?
THE MENDIX DEVELOPER PORTAL
you invited some members to join your mendix team, but they don't want to be
part of the project anymore, what can you do?
ask the scrum master to remove them from the project
you can preview the pages of the app on all devices without publishing
true
what is the second phase of the application lifecycle
develop
the "card action" is
a building block
which of the following is not on click action for a button?
custom
what is a good name for a page?
the information this page will show and what kind of page it is
what provides structure to your data?
the domain model
When is it necessary to extend the domain model?
when new dynamic data is needed in the app
where do feedback items show up when they are submitted by an end user?
in the developer portal
, If team can have only one home sttadium and a home stadium can have only one
team, which association needs to be craeted between team and home stadium?
one-to-one association
what is an object?
(not) an element of microflows
you can use a nmicroflow to create
an object
you want to add a button to your course overview page that will create a new
training event. for that you need to create a microflow that
creates a trainingevent object and opens the training event details page
a red bulletin a microflow indicates
an end point of the microflow
which activity will you need if you use a microflow to schedule a new
trainingevent?
create object
what is a good name for a microflow that allows you to schedule a new
trainingevent from your homepage?
act_trainingevent_createnew
a working copy is
a local copy of the project where you can make changes without affecting the repository
until you commit them
the project explorer is
a type of regular expression
in studio pro, you see a yellow bullet in the changes pane, what does it mean?
you modified this item (meaning a document, folder, or module
when you create a new app from within the developer portal, the team server is
automatically enabled
true
what is a parameter?
Data that serves as input for a microflow
which microflow expression, used in an exclusive split, shows that a course has
been selected?
$TrainingEvent/TrainingEvent_course!=empty
Which activity is used to change the value of an attribute?
(not change value) (NOT CHANGE ATTRIVUTE)(possibly change object)
where can you write some code to create custom logic in your app?
in the express editor
what happens when a before commit event returns a false boolean?
the commity won't be executed
what can you write in the expression editor?
a microflow expression
where can you add validation in mendix?
Domain model, microflows, pages
When validation is triggered on page, where there's no input widget for the
attribute that doesn't pass validation check, where can you expect to find the
validation feedback message?