You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Questionnaire main page where we display all the types of questionnaires as you can see below screenshot, as part of this issue one needs to perform the following tasks:
Create a UI page that lists all types of Questionnaire
To maintain consistency with the previous user interface, consider including an "add/plus" action button for all questionnaire items. Although the function of this button is not yet determined, create an empty function that will activate upon clicking the button. Consider adding a console log message to verify that the click function is operating correctly.
When a user clicks on any of the listed items, it should expand and show the data, as you can see in the 'Assignment Survey' Questionnaire below
Add a checkbox that says, "Display my items only" (which means not to display page after page of "public" items). It should be checked by default.
You will also be responsible for adding the action for expanded entries though these buttons will only have an empty function behind having just a log statement.
Note: Feel free to exercise your creativity when designing the user interface for this page, as long as it remains simple and easy to navigate.
Old Questionnaire Page:
The text was updated successfully, but these errors were encountered:
* Initial commit
* added rotes
* Making the base for questionnaire page
* added css for questionnaire page
* Sorting using the name of questionnaire item
* UI Changes
* replaced icons
---------
Co-authored-by: kmalick <[email protected]>
Co-authored-by: Riya <[email protected]>
Co-authored-by: kalyan-karnati <[email protected]>
Create a Questionnaire main page where we display all the types of questionnaires as you can see below screenshot, as part of this issue one needs to perform the following tasks:
Note: Feel free to exercise your creativity when designing the user interface for this page, as long as it remains simple and easy to navigate.
Old Questionnaire Page:
The text was updated successfully, but these errors were encountered: