# How to deliver the IA (once you have more than a couple of PDFs) _This is a part of a series of notes on IB Computer Science Internal Assessment. This is meant for the last(s) deliveries of the IA. **Last assessment 2026. (old syllabus)**_ We need a zip file with 2 folders (Product and Documentation) Something like this ![image](https://hackmd.io/_uploads/H1RFgQvhR.png) _image from W11_ The name of the zip file should be [Student name and surname] - CS IA - [date of the delivery].zip Being the date of the delivery the month and year (september 2024, october 2024, january 2025, etc). This is the only place in your whole project where you put your name. :::danger The maximum size of the zip file is **500MB** (including everything, video, product etc). If you have trouble (unity projects ie) let me know. ::: ## Documentation folder In this folder we will put the pdfs that we need. By the end you should have the following files: 1) Criterion A.pdf 2) Criterion B.pdf 3) Record of Tasks.pdf (the template filled) 4) Criterion C.pdf 5) Criterion D.mp4 (the video) 6) Criterion E.pdf 7) Appendixes as needed. Appendixes include Evidence of consultation for criterion A and criterion E :::info :information_source: If for an intermediate deadline you don't have all the files I suggest create mock pdfs so you can check if the links are working and then change the files for the proper ones. **But remember to send the correct files!** ::: ## Product folder In this folder we will have up to 2 folders * Executable (if applicable). For projects that can be executed (in mac/windows/OS) with a readme file for the installation. * Source code of the project. If you have several source codes you can separate them. :::info :warning: **Objective of these files** :warning: These files are not assessed per se, **they are proof of your work**. ::: ### Examples #### Website/web application You need the server executable and the instructions (with npm for example) in the folder Executable and the source code in the folder source code. In case that your framework has the source code included link it in the README file #### Robotics/microcontrollers You need to upload the files in source code and reference them properly in the README file. Also include the schematics (What is needed and how is it plugged) #### Games with engines (pygame, godot) You need to export a executable file that will be in the Executable and the source code in the source code. #### Mobile applications You need to export the file that could be executed in iOS or android in the `EXECUTABLE` folder and the source code in the `SOURCE CODE` folder. #### Java application You need to export the file that could be executed in the `EXECUTABLE` folder and the source code in the `SOURCE CODE` folder. #### Browser extension You need to export the file that could be installed in the `EXECUTABLE` folder with their instruccions and the source code in the `SOURCE CODE` folder. #### Chatbot (discord or telegram) You need the instructions to install the bot in your server/telegram `EXECUTABLE` folder with their instruccions and the source code in the `SOURCE CODE` folder. ## Cover-page.htm This is a file that links to everything else. Here there is a cover-page-generator that you can use and modify. https://www.n7.education/tools/ib-dp-cs-ia-cover-page-generator Also you can use this as a template and modify it after the spoiler :::spoiler ```htmlembedded <html> <head> <title>IB DP CS IA cover page</title> </head> <body lang="EN-GB" link="blue" vlink="purple"> <h2 style="text-align:center"> IB DP Computer Science Solution (IA) cover page </h2> <p><b>Solution title:&nbsp;</b>Tomato juice</p> <br /> <h3>Product</h3> <ul> <li> <b>Product files:&nbsp;</b><a href="Product">Product files</a> </li> <li><b>Product instructions:&nbsp;</b>Bring the tomato</li> </ul> <h3>Documentation</h3> <p>Links to documentation are below</p> <ul> <li> <p> <b>Planning:&nbsp;</b ><a href="Documentation/Crit_A_Planning.pdf" >Planning</a ><br /> </p> </li> <li> <p><b>Design:</b></p> <ul> <li> <a href="Documentation/Crit_B_Record_of_tasks.pdf" >Record of tasks</a > (use form) </li> <li> <a href="Documentation/Crit_B_Design.pdf" >Design</a > </li> </ul> </li> <li> <p> <b>Planning:&nbsp;</b ><a href="Documentation/Crit_C_Development.pdf" >Development</a > </p> </li> <li> <p> <b>Functionality:&nbsp;</b ><a href="Documentation/Crit_D_Video.mp4" >Video of product</a > </p> </li> <li> <p> <b>Evaluation:&nbsp;</b ><a href="Documentation/Crit_E_Evaluation.pdf" >Evaluation</a > </p> </li> <li> <p> <b>Appendix:&nbsp;</b ><a href="Documentation/Appendix.pdf">Appendix</a> </p> </li> <li> <p><b>WORD COUNT:&nbsp;</b>1500</p> </li> </ul> </body> </html> ``` ::: :::warning There is another template that includes candidate name and school. These deliveries have to be as anonymous as possible (Except for the name of the zip file) ::: ### Check list This the same check list that I'm going to check (apart from the criteria) - Does the cover page work? - Do the links in the cover page work? - Is the product in its folder? - Are there instructions for the execution of the product in the cover-page.htm? - Is the source code included in its folder? - Are you bellow 2000 words? - Is the delivery anonymous and without any trace of the name of the student? (except the name of the zip file)?