Effortlessly craft a personalized calendar within minutes, providing you with a seamless solution to manage and monitor dates and events in your application.
Click the “Sheet” button to change the “Source” and choose the “Tbl_Questions” Table.
Change the “Enter Details Drilldown Screen” to “Enter When Selected”
Click on the “More” tab.
Under the List Screen, change the “Template for Each Item” to the “QuestionsItemLayout” sheet.
Under the “Details Drilldown Screen”, change the “Details Template” to “QuestionsDetailsLayout” screen.
Click on the “Field Rules”
Set the “Question ID” field to “Restrict User Input” and choose “Auto-Increment”
Under Experimental Content:
Select “Add Nested Child”
Change the title to “Answers”
Set the Source to the “Tbl_Answers” table
Set the ID to “A (Question ID)”
Click “Close”
Set the ID Field on the main sidebar to “A (Question ID)”
Click Save
Click the Back Arrow
Create a Text Page
Click “Add Page” and select “Text”.
Set the Title to “Win”
Set the Text to “Correct!”
Click Save
Click the Back Arrow
Create a Text Page
Click “Add Page” and select “Text”.
Set the Title to “Lose”
Set the Text to “Wrong!”
Click Save
Click the Back Arrow
Create a List Management Page
Click “Add Page” and select “List-Management”.
Set the Title to “Test”
Set the Source to the “Tbl_Test” Table
Click on the “More” tab
Under the “Details Drilldown Screen”, change the “Details Template” to the “TestDetailsLayout” sheet
Click on “Field Rules”
Add a rule to the “TestID” and select “Restrict User Input”. Select “Auto-Increment” from the dropdown menu.
Add a Rule to “QuestionID” and select “Fill on Save”. In the first dropdown menu, select “Fill with value computed by this formula” and input the formula: RANDBETWEEN(MIN(Tbl_Questions[Question ID]),MAX(Tbl_Questions[Question ID])) into the input box. Select “Add” from the second dropdown menu.
Add a rule to “Submitted” and select “Fill on Save”. Select “Logical” from the first dropdown menu, choose “FALSE”, and select “Add” from the second dropdown menu.
Add a rule to “Submitted” and select “Fill on Save”. Select “Logical” from the first dropdown menu, choose “TRUE”, and select “EDIT” from the second dropdown menu.
Click on “None” next to “Redirect or Refresh” and select “If Form Successfully Submitted”
Choose “Custom Formula”
Add the formula: IF(CASTLASTVALUELOCATION(Tbl_Test[Submitted]),IF(CASTLASTVALUELOCATION(Tbl_Test[Correct]),CASTPAGELINK(,CastPages[Win]),CASTPAGELINK(,CastPages[Lose])),CASTPAGELINK(,CastPages[Test])) to the input box.
Click “Save”
Click the Back Arrow
Add a Menu Page
Click “Add Page” and select “Menu”.
Change your Source and select “Auto Create New”
Remove all of the values from the MenuLayout sheet except “Daily Trivia” and “Questions”