2016-09-14 7 views
-2

私はAndroidアプリケーションを開発していますが、マニュアルを追加する必要がありますが、私は設計が悪いです。あらかじめサンプル画像を提供していただき、ありがとうございます。マニュアルを効果的に表示するにはどうすればよいですか?

私が作ったマニュアルのいくつかの部分:WebViewのを使用して、このようなケースでは

<center><b>Appendix A<br> 
 
Brief Instruction Manual</b> 
 
</center> 
 
<ol type="I"> 
 
    <li>Creating a Quiz with All Three Question Formats Present</li> 
 
    <br> 
 
    <ol> 
 
    <li> 
 
     Click the <i>Plus/Positive symbol</i> at the upper right corner of the Home screen. The user will be redirected to the <i>Create Quiz</i> module. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Supply the necessary quiz <i>title</i>. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Supply the necessary quiz <i>duration</i>. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Supply the necessary quiz <i>description</i>. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Press the <i>SUBMIT</i> button to conclude the process. This submits all the information for recording and it will redirect the user to the <i>Home</i> module. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Locate and click the quiz title of the newly created quiz. It will redirect the user to the <i>Create Questionnaire</i> module. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Once inside the <i>Create Questionnaire</i> module, click the spinner to select a particular quiz format and then press the <i>ADD SECTION</i> button. The chosen format will appear at the space below the <i>ADD SECTION</i> button. 
 
     <br> 
 
     <br>Repeat the step until all three quiz formats have been selected. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Click the <i>Identification</i> section to commence creating identification questions. The user will be redirected to the <i>Identification Question/s</i> module. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Once inside the <i>Identification Question/s</i> module, click the <i>ADD QUESTION</i> button at the lower right corner of the screen. Clicking the <i>ADD QUESTION</i> button will redirect the user to the <i>Create Identification Question</i> module. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Supply the necessary identification question statement. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Supply the correct answer to the question statement. 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Click the <i>DONE</i> button to conclude the process. Clicking the <i>Done</i> button will redirect the user back to the <i>Identification Question/s</i> module allowing him to create additional identification questions, update an existing identification 
 
     question statement/s, or delete a particular question statement. 
 
     <ol type="a"> 
 
     <br> 
 
     <li> 
 
      Creating additional identification question. The user needs to repeat the routine starting from Step no. 9. 
 
     </li> 
 
     <br> 
 
     <li> 
 
      Updating an existing question. 
 
      <ol type="i"> 
 
      <br><li> 
 
       Click the question statement of the particular question that needs to be updated. It will redirect the user back to the <i>Create Identification Question</i> module where he can update the contents. 
 
      </li><br> 
 
      <li> 
 
       Click the UPDATE button to conclude the process. The user will be redirected back to the Identification Question/s module. 
 
      </li> 
 
      </ol> 
 
     </li> 
 
     </ol> 
 
    </li> 
 
    <br> 
 
    <li> 
 
     Once done creating identification questions, click the <i>Back</i> button<i>/arrow pointing to the left</i> at the upper-leftmost corner of the <i>Identification Question/s</i> module. It will redirect the user back to the <i>Create Questionnaire</i> module. 
 
    </li><br> 
 
    <li> 
 
    Click the <i>True or False</i> section to commence creating true or false questions. It will redirect the user to the <i>True or False Question/s</i> module. 
 
    </li><br> 
 
    <li> 
 
    Once inside the <i>True or False Question/s</i> module, click the <i>ADD QUESTION</i> button at the lower right corner of the screen. It will redirect the user to the <i>Create True or False Question</i> module. 
 
    </li><br> 
 
    
 
    </ol> 
 

 
    <li>Taking A Particular Quiz with All Three Question Formats Present</li> 
 
    <li>Viewing Scores 
 
    <ol> 
 
     <li> 
 
     Locate and click the particular quiz at the Home module. It will redirect the user to the <i>Quiz</i> module. 
 
     </li> 
 
     <li> 
 
     Once inside, click the <i>SCORES</i> button. It will redirect the user to the <i>Score</i> module where all the scores of that particular quiz are listed. 
 
     </li> 
 
    </ol> 
 
    </li> 
 
    
 
    <li>Deleting a Quiz</li> 
 
</ol>

答えて

0

が、あなたは、この

<string name="about_text"> 
    <![CDATA[ 
    Author: Name<br/><br/>Description text, changelog, licences etc... ]]> 
</string> 
+0

Webビューを使用して、これを持っていけない場合は?あなたはもっと精巧にできますか?私はAndroidで新しいです、そのCDATAは何をしていますか? –

+0

Webページのみのマニュアルがある場合は、WebViewを使用する必要があります。 – Hayk

+0

ああ、私のマニュアルはテキストだけです、私はちょうどそれが私の言葉のオフィスでどのように見えるかを示すためにHTMLに入れました。あなたが私のマニュアルをよりよく見せるために私にペイントサンプルを見せることができるかどうか疑問に思っていました。私には私の創造力はほとんどありません。 –

関連する問題