About the result screen
You can configure various settings on the result screen.
Hide the "Again" button
Click "Again" button [Display version
The "Again" button (hidden version)
Please add the specification of #restartable:false to the header part.
Hide the summary section
You can hide "Number of correct answers", "Score", and "Judgment (Pass/Fail)" on the result screen.
Please add the specification of #hide_result_summary:true to the header part.
Hide details
You can hide "Answers for each question" and "Judgment" on the result screen.
Please add the specification of #hide_result_detail:true to the header part.
Display the message
A message is set to be placed on the result screen when you pass and when you fail, respectively.
Please add the following specification (after #) to the header part.
[Title when passed] #messages_passed_title: (Text to be displayed)
[Text when passed] #messages_passed_body: (Text to be displayed)
[Title at failure] #messages_failed_title: (Text to be displayed)
[Text at failure] #messages_failed_body: (Text to be displayed)