summaryrefslogtreecommitdiff
path: root/tbc/static/templates/faqs.html
blob: b7a20648d28716718c9f010eace93e1df5c6a3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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>