Skip to content

Commit e8b2068

Browse files
Merge pull request #5 from virtual-labs/testing
Testing
2 parents d80f527 + 76c9f23 commit e8b2068

File tree

319 files changed

+94772
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+94772
-155
lines changed

README.md

+23-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
1+
12
## Introduction
23

4+
<div align="center">
5+
<img src="experiment/images/iitkgp.png" width="10%">
6+
</div>
37

4-
<b>Discipline | <b>Fill your discipline name here
8+
### About the Experiment
9+
<b>Discipline | <b> Mechanical Engineering
510
:--|:--|
6-
<b> Lab | <b> Fill your lab name here
7-
<b> Experiment| <b> Fill your experiment name and number here
11+
<b> Lab | <b> **Kinematics and Dynamics of Mechanisms**
12+
<b> Experiment| <b> **Simple Drawing Board and Experiment 1**
13+
814

9-
### About the Experiment
15+
### Subject Matter Expert
1016

11-
Fill a brief description of this experiment here
17+
<!--Fill a brief description of this experiment here-->
1218

13-
<b>Name of Developer | <b> Fill the name of experiment owner here
19+
<b>Name of Developer | <b> **Dr. Kingshook Bhattacharyya**
1420
:--|:--|
15-
<b> Institute | <b>
16-
<b> Email id| <b>
17-
<b> Department |
21+
<b> Institute | <b> **Indian Institute of Technology Kharagpur**
22+
<b> Email id| <b> **king@mech.iitkgp.ernet.in**
23+
<b> Department | **Department of Mechanical Engineering**
24+
<b>Webpage| <b> [http://www.iitkgp.ac.in/department/ME/faculty/me-king](http://www.iitkgp.ac.in/cv/me-king)
25+
1826

1927
### Contributors List
2028

21-
SrNo | Name | Faculty or Student | Department| Institute | Email id
29+
SrNo | Name | VLabs Developer or Integration Engineer | Designation | Department| Institute
2230
:--|:--|:--|:--|:--|:--|
23-
1 | . | . | . | . | .
24-
2 | . | . | . | . | .
31+
1 | **Mitrajit Samanta** | Developer and Integration | Senior Project Officer | Department of Mechanical Engineering | IIT Kharagpur |
32+
2 | **Pabitra Kumar Jana** | Developer and Integration | Senior Project Officer | Department of Mechanical Engineering | IIT Kharagpur |
33+
3 | **Sujata Madke** | Integration | Research Engineer | Department of Mechanical Engineering | IIT Kharagpur |
34+
4 | **Prakriti Dhang** | Integration | Project Scientist | Department of Mechanical Engineering | IIT Kharagpur |
35+

experiment/README.md

+2-40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## README
2-
1+
## README &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <img src="images/iitkgp.png" width="3%" />
2+
33
## Quiz
44
### 1. Introduction
55
This part of the experiment is specifically for assessment purposes. This allows for the creation of a quiz with multiple choice single answer questions.
@@ -114,44 +114,6 @@ To mimic the functionality of multi correct questions, one can add options as pa
114114
```
115115
An example for the same can be found here: source | website
116116

117-
3. Image Support
118-
You can add images to both question and answers, there can be multiple cases of the same. The following examples can be followed.
119-
* **Image in question** : Add img tag in question.
120-
```
121-
"questions" : [
122-
{
123-
"question" : "<img src="./images/example.png" alt="question image">",
124-
"answers" :
125-
{
126-
"a" : 1,
127-
"b" : 2,
128-
"c" : 3,
129-
"d" : 4
130-
},
131-
"correctAnswer" : c
132-
}
133-
]
134-
```
135-
136-
* **Image and Text in question** : Add br tag and img tag in question after text.
137-
```
138-
"questions" : [
139-
{
140-
"question" : "This is an example question <br><img src="./images/example.png" alt="question image">",
141-
"answers" :
142-
{
143-
"a" : 1,
144-
"b" : 2,
145-
"c" : 3,
146-
"d" : 4
147-
},
148-
"correctAnswer" : c
149-
}
150-
]
151-
```
152-
> The same two cases apply for answers too.
153-
**Make sure the image aspect ratio remains constant and good to maintain the structure**
154-
155117
### 6. Manual Validation of Quiz Json (wrt version 2.0)
156118
This is till the automatic validation is set up.
157119
* The first field has to be version with 2 or 2.0 as value.

experiment/aim.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
### Aim of the experiment
1+
## Aim of the experiment
2+
To Study the Simple Drawing Board
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
4+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
5+
<meta name="format-detection" content="telephone=no">
6+
<meta name="apple-mobile-web-app-capable" content="yes">
7+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta name="msapplication-tap-highlight" content="no" />
10+
<title>Update your Web browser</title>
11+
<style>
12+
body {
13+
background: #fff;
14+
}
15+
16+
.container {
17+
background: url(html5.png) no-repeat;
18+
position: absolute;
19+
width: 405px;
20+
height: 100px;
21+
22+
top: 50%;
23+
margin-top: -102px;
24+
left: 50%;
25+
margin-left: -231px;
26+
}
27+
28+
.title {
29+
left: 111px;
30+
width: 290px;
31+
height: 20px;
32+
font-family: Arial;
33+
font-size: 30px;
34+
color: #000;
35+
position: absolute;
36+
line-height: 28px;
37+
top: -1px;
38+
}
39+
40+
.message {
41+
font-family: Arial;
42+
font-size: 12px;
43+
color: #4b4b4b;
44+
line-height: 16px;
45+
padding-top: 15px;
46+
padding-left: 1px;
47+
}
48+
</style>
49+
</head>
50+
<body>
51+
<div class="container" id="container">
52+
<div class="title">Unsupported browser
53+
<div class="message">The HTML5 content is not supported by<br>the web browser you're currently using.</div>
54+
</div>
55+
</div>
56+
</div>
57+
</body>
58+
</html>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)