diff options
author | hardythe1 | 2014-02-11 14:51:37 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-11 14:51:37 +0530 |
commit | b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0 (patch) | |
tree | 6bcbac3460a05e8807c83f5684a9903c01bb39a0 /tbc/static/templates/faqs.html | |
parent | cd5dab0b2f69ca3f1227485e237af2c1b1056dc8 (diff) | |
download | Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.tar.gz Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.tar.bz2 Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.zip |
adding static pages for about TBC
Diffstat (limited to 'tbc/static/templates/faqs.html')
-rw-r--r-- | tbc/static/templates/faqs.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/tbc/static/templates/faqs.html b/tbc/static/templates/faqs.html new file mode 100644 index 0000000..b7a2064 --- /dev/null +++ b/tbc/static/templates/faqs.html @@ -0,0 +1,57 @@ +<p> + <ul> + <p> + <li> + What is the last date to finish my textbook? + <br><b>Ans: </b>Time duration shall be provided by the reviewer.<br> + </li> + </p> + <p> + <li> + If I am unable to finish within the time frame, can I continue ? + <br><b>Ans: </b>In such cases, you are required to contact the reviewer as early as possible. <br> + </li> + </p> + <p> + <li> + Is this only for Computer Science students and their textbooks? + <br><b>Ans: </b>No! Any course that needs computational tasks to be performed, is under our purview.<br> + </li> + </p> + <p> + <li> + I want to convert only a few chapters. Is that OK? + <br><b>Ans: </b>No, a contributor has to finish the entire textbook alloted to him/her.<br> + </li> + </p> + <p> + <li> + I have no idea of any of the opensource tools mentioned. Is that OK? + <br><b>Ans: </b>Absolutely, the whole idea is to spread the goodness of these tools. You can pick up the basics during an initial workshop and learn more as you go along.<br> + </li> + </p> + <p> + <li> + Can I take a textbook from another department? + <br><b>Ans: </b>Yes, surely you can.<br> + </li> + </p> + <p> + <li> + I am a freshman. Can I be a part of this? + <br><b>Ans: </b>Yeah! The earlier you get hold of these tools the better.<br> + </li> + </p> + <p> + <li> + Which textbooks do we need to code? + <br><b>Ans: </b>Any book that needs computational tasks.<br> + </li> + </p> + <p> + <li>Can I use C/C++ or Java? + <br><b>Ans: </b>No, this activity strictly aims to promote use of Python.<br> + </li> + </p> + </ul> + </p> |