Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Bangladesh Inter university Nationals Debate Format #37

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion v1/formats.json
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to update this file—I have GitHub workflows to do this automatically, which is preferable because it copies information from the XML file 😊 Would you please remove it from the PR?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for late review . I was busy with something ? Will I remove this PR right now ?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Taraldinn You don't owe an apology for attending to something here three days later! Absolutely no deadlines in this repository, I'd be in such a glass house if I tried to imply any. It's just a spare-time project 😀

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,30 @@
}
}
},

{
{
"filename": "BDIV.xml",
"url": "https://formats.debatekeeper.czlee.nz/v1/formats/BDIV.xml",
"version": 1.00,
"info": {

"": {
"name": "Bangladesh Inter Versity Debate",
"regions": [
"Bangladesh",
"Asia"
],
"levels": [
"High school/University"
],
"used-ats": [
"Inter Versity nationals"
],
"description": "3 vs 3, 5-minute speeches, 3-minute replies, POIS,POO,POP allowed"
}
}
},
{
"filename": "apda.xml",
"url": "https://formats.debatekeeper.czlee.nz/v1/formats/apda.xml",
Expand Down Expand Up @@ -697,4 +721,4 @@
}
}
]
}
}
50 changes: 50 additions & 0 deletions v1/formats/BDIV.xml
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file name needs to be lower case, so bdiv.xml.

Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version='1.0' encoding='UTF-8'?>
<debate-format schema-version="2.2">
<name>Bangladeshi Asian Parlimentary</name>
<version>1.00</version>
Taraldinn marked this conversation as resolved.
Show resolved Hide resolved
<info>
<region>Bangladesh</region>
<level>University</level>
<used-at>National IV</used-at>
Taraldinn marked this conversation as resolved.
Show resolved Hide resolved
<description>3 vs 3, 5-minute speeches, 3-minute replies, POIS,POO,POP allowed</description>
</info>
<prep-time length="15:00"/>
<speech-types>
<speech-type ref="substantive" length="5:00" first-period="normal">
<bell time="1:00" number="1" next-period="pois-allowed"/>

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this blank line

<bell time="4:00" number="2" next-period="warning"/>
<bell time="finish" number="3" next-period="overtime"/>
</speech-type>
<speech-type ref="reply" length="4:00" first-period="normal">
<bell time="2:00" number="1" next-period="warning"/>
<bell time="finish" number="2" next-period="overtime"/>
</speech-type>
</speech-types>
<speeches>
<speech type="substantive">
<name>1st Affirmative</name>
</speech>
<speech type="substantive">
<name>1st Negative</name>
</speech>
<speech type="substantive">
<name>2nd Affirmative</name>
</speech>
<speech type="substantive">
<name>2nd Negative</name>
</speech>
<speech type="substantive">
<name>3rd Affirmative</name>
</speech>
<speech type="substantive">
<name>3rd Negative</name>
</speech>
<speech type="reply">
<name>Negative Reply</name>
</speech>
<speech type="reply">
<name>Affirmative Reply</name>
</speech>
</speeches>
</debate-format>
Loading