You need to ensure that the application uses RunLogRoleProvider custom role provider.
How should you modify the web.config file? (To answer, drag the appropriate line of code to the correct location or locations. Each line of code may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Answer :
You need to implement the Views\RunLog\_CalculatePace.cshtml partial view from
Views\Runlog \GetLog.cshtml to display the runner's average mile pace.
How should you implement the view? (To answer, drag the appropriate code segments to the correct location or locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Answer :
You need to implement the map of the runners' paths.
How should you build the video viewer? (To answer, select the appropriate options in the answer area.)
Answer :
You need to extend the edit functionality of RunLogController.
Which code segment should you use?
Answer : C
You need to make the "Distance" header of the table bold in the
Views/RunLog/GetLog.cshtml view.
Which code segment should you use?
Answer : D