!--a11y-->
Creating Basic Application Parts 
You create the basic parts of a Web Dynpro application, which can be addressed in the Web browser. Within the Web Dynpro project, these parts include the Web Dynpro application in the project and the root component used by the application (Web Dynpro component).

For detailed information about the creation of these parts, refer to Creating a Simple Web Dynpro Application.
...
1. Open the SAP NetWeaver Developer Studio and create a new Web Dynpro project using the NewProject Wizard. Call it WebDynpro_Quiz, for example.
2. Create a new Web Dynpro application QuizApp called . Enter the package name com.sap.tc.webdynpro.tutorials.quiz, for example, as the Package.
3. In the window Referenced Web Dynpro Components, check the checkbox Create new component.
4. Enter Quiz as the name for the new Web Dynpro component. Accept the suggested package name Component Package.

Within more complex Web Dynpro projects, we recommend that you store several Web Dynpro components and Web Dynpro applications of the project in individual packages to separate them logically and structurally.
Before you start developing new views and
their user interface designs, you must define the overall visual appearance of
the quiz application in the Web browser. This view modeling
comprises the specification of the view composition at design time using a
view set and the definition of the navigation structure.
