This Is A New Project

SECTION 1: Introduction

Congratulations! If you can see this file you have probably successfully run the runestone init command. If you are looking at this as a source file you should now run runestone build to generate html files. Once you have run the build command you can run runestone serve and then view this in your browser at http://localhost:8000

This is just a sample of what you can do. The index.rst file is the table of contents for your entire project. You can put all of your writing in the index, or you can include additional rst files. Those files may even be in subdirectories that you can reference using a relative path.

.. toctree::
   :maxdepth: 2

   some/path/myfile.rst

SECTION 3: Sample Directives

ActiveCode

Multiple Choice

    Q-1: Which colors might be found in a rainbow? (choose all that are correct)
  • red
  • Red is a definitely on of the colors.
  • yellow
  • Yes, yellow is correct.
  • black
  • Remember the acronym...ROY G BIV. B stands for blue.
  • green
  • Yes, green is one of the colors.

These are just two of the many interactive components for writing online course materials. You can see examples of all of them On our Example Page

Now feel free to modify this file to start creating your own interactive page.