子ページ
  • Development -How to Create CHiLO Book-

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

Also, it is essential to enter video-id of  each video you uploaded to the CHiLO Producer Spreadsheet, so you have to keep records of the uploaded video.

 

情報tip
https://www.youtube.com/watch?t=5&v=YrAdO44ezh8 →  → "YrAdO44ezh8" is the video-id for YouTube.


2.2 Add badges

The badge issued for each CHiLO Book is called a "small badge", and the badge issued after earning all the badges of the series or badges of specified CHiLO Books is called a "big badge".

...

To learn more about Moodle course badge, and site badge, click the following URL:

 

情報

https://docs.moodle.org/29/en/Using_badges#Adding_a_course_badge

 

2.3 Create Learning Community

...

"About the Author" page in Addendum section is created by referring to the [author.xlsx] sheet. This spreadsheet will be referred to by all the CHiLO Books created under the chiloPro folder.

 

情報note

Match the sheet name with the one entered in "creator" of the [series-infomation] sheet of structure-books.xlsx.

 

4) Output CHiLO Book

CHiLO Producer can output two types of CHiLO Books: EPUB3 format EPUB3 CHiLO Book and HTML format Web CHiLO Book.

Run the following Java command utilizing command prompt.

情報

Once you issue a command, the former CHiLO Book will be overwritten, so save it if necessary.

When you failed to output CHiLO Book, refer to Common errors.

...

 

コード ブロック
themeMidnight
run.bat -c name_of_your_folder *Windows sh

...

 
run.sh -c name_of_your_folder *Unix-like

...

 OS 

Output in

...

Outputin chilo-producer-master/OutputBase/name of your folder/epub3 

▶ Web CHiLO Book

run-html.bat -c name_of_your_folder *Windows sh 

run-html.sh -c name_of_your_folder *Unix-like OS

...

html 

 

注意

Once you issue a command, the former CHiLO Book will be overwritten, so save it if necessary.

When you failed to output CHiLO Book, refer to Common errors.

 

5) Check the output CHiLO Book

▶ EPUB3 CHiLO Book

The contents of the output EPUB3 CHiLO Book may be confirmed using the following ebook reader. However, CHiLO Community, meaning the link to SNS, may not be confirmed. Follow the steps to deploy, explained in the next chapter and confirm it by using CHiLO Reader.

    • For iOS,Mac OS: iBooks
    • For Android: Gitden EPUB3 Book Reader
    • For Windows,Linux: Readium

▶ Web CHiLO Book 

 vol-x/nav.html of the OutputBase/name of your folder/html is the contents page of the web CHiLO Book. Confirm using the Web browser.

You will not be able to check Web CHiLO Book in local environment in the following cases:

    • When explanation videos are videos uploaded to YouTube
    • When there is an input on fb-app-id of [series-infomation] sheet of chiloPro/SeriesName/structure-books.xlsx

In these cases, check by uploading Web CHiLO Book files to the remote server or run the web server in local environment.

...