{"id":669,"date":"2018-02-18T07:00:26","date_gmt":"2018-02-18T07:00:26","guid":{"rendered":"http:\/\/www.flowactivo.org\/?p=669"},"modified":"2018-02-18T07:00:26","modified_gmt":"2018-02-18T07:00:26","slug":"functions-procedures-source-code-quiz-apps","status":"publish","type":"post","link":"https:\/\/flowactivo.org\/de\/functions-procedures-source-code-quiz-apps\/","title":{"rendered":"What are Functions or Procedures of Source code Quiz Apps?"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Quiz app is created as a project; it is like <\/span><strong><a href=\"http:\/\/appngamereskin.com\" rel=\"nofollow noopener\" target=\"_blank\">Mobile App<\/a><\/strong><span style=\"font-weight: 400;\"> that is implementing in Android platform. This app and guidelines are used to develop code. ERD, SRD and other software needs for quiz app are mentioned in the report file. \u00a0Android main and mini-project are also available with <\/span><a href=\"http:\/\/appngamereskin.com\/downloads\/quiz-social-multiplayer-quiz-app\/\" rel=\"nofollow noopener\" target=\"_blank\"><b>Source Code Quiz App<\/b><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><br \/>\n<img decoding=\"async\" class=\"aligncenter size-full wp-image-671 lazyload\" data-src=\"http:\/\/www.flowactivo.org\/wp-content\/uploads\/2018\/02\/What-are-Functions-or-Procedures-of-Source-code-Quiz-Apps.png\" alt=\"What are Functions or Procedures of Source code Quiz Apps\" width=\"760\" height=\"480\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 760px; --smush-placeholder-aspect-ratio: 760\/480;\" \/><\/p>\n<p class=\"c30\"><strong><span class=\"c26 c12 c6\">Simple example to explain source code quiz apps<\/span><\/strong><\/p>\n<p class=\"c30\"><span class=\"c12 c9 c6\">In this blog post, I have to bring some quiz example. We\u2019ve explained source code. This app is in single layout.<\/span><\/p>\n<ol class=\"c28 lst-kix_list_3-0 start\" start=\"1\">\n<li class=\"c19\"><strong><span class=\"c12 c9 c6\">Create a project<\/span><\/strong><\/li>\n<\/ol>\n<p class=\"c29\"><span class=\"c12 c9 c6\">As you\u2019re already familiar with drill system! You should create project with basic configurations. We have created it with some variables or attributes as mentioned below:-<\/span><\/p>\n<p class=\"c29\"><span class=\"c12 c9 c6\">Name of Project \u2013 TrivialApp<\/span><\/p>\n<p class=\"c29\"><span class=\"c12 c9 c6\">Name of App- TrivialApp<\/span><\/p>\n<p class=\"c29\"><span class=\"c12 c9 c6\">Name of Package- com.example.TrivialApp<\/span><\/p>\n<p class=\"c29\"><span class=\"c12 c9 c6\">Name of Acitvity- Quiz<\/span><\/p>\n<ol class=\"c28 lst-kix_list_3-0\" start=\"2\">\n<li class=\"c19\"><strong><span class=\"c12 c9 c6\">Now you must define a class to mention questions with list of answers<\/span><\/strong><\/li>\n<\/ol>\n<p class=\"c29\"><span class=\"c12 c9 c6\">We\u2019ve defined a class with questions due to important factors, each time we can mention these question, it is also easy to mention an object than set of characters or string.<\/span><\/p>\n<p class=\"c20\"><span class=\"c1 c12\">package<\/span><span class=\"c0 c12 c6\">\u00a0<\/span><span class=\"c0 c12 c18\">com.examplea.triviality<\/span><span class=\"c0 c12 c2\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c1 c12\">SETTING UP VARIABLES<\/span><\/p>\n<p class=\"c20\"><span class=\"c1 c12\">public<\/span><span class=\"c0 c12 c6\">\u00a0Question<\/span><span class=\"c0 c12 c13\">()<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c13\">{<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c6\">IDa<\/span><span class=\"c0 c12 c2\">=<\/span><span class=\"c0 c12 c17\">0<\/span><span class=\"c0 c2 c12\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c6\">QUESTIONa<\/span><span class=\"c0 c12 c2\">=<\/span><span class=\"c0 c12 c5\">&#8220;&#8221;<\/span><span class=\"c0 c12 c2\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c6\">OPTAa<\/span><span class=\"c0 c12 c2\">=<\/span><span class=\"c0 c12 c5\">&#8220;&#8221;<\/span><span class=\"c0 c12 c2\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c6\">OPTBa<\/span><span class=\"c0 c12 c2\">=<\/span><span class=\"c0 c12 c5\">&#8220;&#8221;<\/span><span class=\"c0 c12 c2\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c6\">OPTCa<\/span><span class=\"c0 c12 c2\">=<\/span><span class=\"c0 c12 c5\">&#8220;&#8221;<\/span><span class=\"c0 c12 c2\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c6\">ANSWERa<\/span><span class=\"c0 c12 c2\">=<\/span><span class=\"c0 c12 c5\">&#8220;&#8221;<\/span><span class=\"c0 c12 c2\">;<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c13\">}<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c1 c12\">public<\/span><span class=\"c0 c12 c6\">\u00a0Question<\/span><span class=\"c0 c12 c13\">(<\/span><span class=\"c0 c12 c7\">String<\/span><span class=\"c0 c12 c6\">\u00a0qUESTIONa,\u00a0<\/span><span class=\"c0 c12 c7\">String<\/span><span class=\"c0 c12 c6\">\u00a0oPTAa,\u00a0<\/span><span class=\"c0 c12 c7\">String<\/span><span class=\"c0 c12 c6\">\u00a0oPTBa,\u00a0<\/span><span class=\"c0 c12 c7\">String<\/span><span class=\"c0 c12 c6\">\u00a0oPTCa,<\/span><span class=\"c12 c8 c6\"><br \/>\n<\/span><span class=\"c0 c12 c7\">String<\/span><span class=\"c0 c12 c6\">\u00a0aNSWERa<\/span><span class=\"c0 c12 c13\">)<\/span><span class=\"c0 c12 c6\">\u00a0<\/span><span class=\"c0 c12 c13\">{<\/span><\/p>\n<p class=\"c20\"><span class=\"c4 c6\">QUESTION\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0qUESTIONa<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\nOPTA\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0oPTAa<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\nOPTB\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0oPTBa<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\nOPTC\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0oPTCa<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\nANSWER\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0aNSWERa<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">int<\/span><span class=\"c4 c6\">\u00a0getIDa<\/span><span class=\"c4 c13\">()<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c6 c11\">return<\/span><span class=\"c4 c6\">\u00a0ID<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0getQUESTIONa<\/span><span class=\"c4 c13\">()<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">return<\/span><span class=\"c4 c6\">\u00a0QUESTION<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0getOPTAa<\/span><span class=\"c4 c13\">()<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">return<\/span><span class=\"c4 c6\">\u00a0OPTA<\/span><span class=\"c2 c4\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0getOPTBa<\/span><span class=\"c4 c13\">()<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">return<\/span><span class=\"c4 c6\">\u00a0OPTB<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0getOPTCa<\/span><span class=\"c4 c13\">()<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">return<\/span><span class=\"c4 c6\">\u00a0OPTC<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0getANSWERa<\/span><span class=\"c4 c13\">()<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">return<\/span><span class=\"c4 c6\">\u00a0ANSWER<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">void<\/span><span class=\"c4 c6\">\u00a0setIDa<\/span><span class=\"c4 c13\">(<\/span><span class=\"c11 c16\">int<\/span><span class=\"c4 c6\">\u00a0id<\/span><span class=\"c4 c13\">)<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\nID<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">id<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">void<\/span><span class=\"c4 c6\">\u00a0setQUESTIONa<\/span><span class=\"c4 c13\">(<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0qUESTION<\/span><span class=\"c4 c13\">)<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\nQUESTION\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0qUESTION<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">void<\/span><span class=\"c4 c6\">\u00a0setOPTAa<\/span><span class=\"c4 c13\">(<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0oPTA<\/span><span class=\"c4 c13\">)<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\nOPTA\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0oPTA<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">void<\/span><span class=\"c4 c6\">\u00a0setOPTBa<\/span><span class=\"c4 c13\">(<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0oPTB<\/span><span class=\"c4 c13\">)<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\nOPTB\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0oPTB<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">void<\/span><span class=\"c4 c6\">\u00a0setOPTCa<\/span><span class=\"c4 c13\">(<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0oPTC<\/span><span class=\"c4 c13\">)<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\nOPTC\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0oPTC<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c11 c6\">public<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c11 c16\">void<\/span><span class=\"c4 c6\">\u00a0setANSWERa<\/span><span class=\"c4 c13\">(<\/span><span class=\"c4 c7\">String<\/span><span class=\"c4 c6\">\u00a0aNSWER<\/span><span class=\"c4 c13\">)<\/span><span class=\"c4 c6\">\u00a0<\/span><span class=\"c4 c13\">{<\/span><span class=\"c4 c6\"><br \/>\nANSWER\u00a0<\/span><span class=\"c4 c2\">=<\/span><span class=\"c4 c6\">\u00a0aNSWER<\/span><span class=\"c4 c2\">;<\/span><span class=\"c4 c6\"><br \/>\n<\/span><span class=\"c4 c13\">}}<\/span><\/p>\n<p><strong>3.<\/strong> Now you may recall the database helper as it was introduced through me due to previous list. As DB helper is used as Quiz-helper. It has functions to make a database, tables and insert queries. You need to delete or modify questions when required. The source code is for DB-helper. I have passed it quickly as we have explained in this article.<br \/>\npackage com.example.triviality;<br \/>\nimport java.util.ArrayList;<br \/>\nimport java.util.List;<br \/>\nimport android.content.ContentValues;<br \/>\nimport android.content.Context;<br \/>\nimport android.database.Cursor;<br \/>\nimport android.database.sqlite.SQLiteDatabase;<br \/>\nimport android.database.sqlite.SQLiteOpenHelper;<br \/>\npublic class DbHelper extends SQLiteOpenHelper {<br \/>\nprivate static final int DATABASE_VERSION = 1;<br \/>\nprivate static final String DATABASE_NAME = &#8220;triviaQuiz&#8221;;<br \/>\nprivate static final String TABLE_QUEST = &#8220;quest&#8221;;<br \/>\nprivate static final String KEY_ID = &#8220;id&#8221;;<br \/>\nprivate static final String KEY_QUES = &#8220;question&#8221;;<br \/>\nprivate static final String KEY_ANSWER = &#8220;answer&#8221;; private static final String KEY_OPTA= &#8220;opta&#8221;; \/\/option a<br \/>\nprivate static final String KEY_OPTB= &#8220;optb&#8221;; \/\/option b<br \/>\nprivate static final String KEY_OPTC= &#8220;optc&#8221;; \/\/option c<br \/>\nprivate SQLiteDatabase dbase;<br \/>\npublic DbHelper(Context context) {<br \/>\nsuper(context, DATABASE_NAME, null, DATABASE_VERSION);<br \/>\n}<br \/>\n@Override<br \/>\npublic void onCreate(SQLiteDatabase db) {<br \/>\ndbase=db;<br \/>\nString sql = &#8220;CREATE TABLE IF NOT EXISTS &#8221; + TABLE_QUEST + &#8221; ( &#8221;<br \/>\n+ KEY_ID + &#8221; INTEGER PRIMARY KEY AUTOINCREMENT, &#8221; + KEY_QUES<br \/>\n+ &#8221; TEXT, &#8221; + KEY_ANSWER+ &#8221; TEXT, &#8220;+KEY_OPTA +&#8221; TEXT, &#8221;<br \/>\n+KEY_OPTB +&#8221; TEXT, &#8220;+KEY_OPTC+&#8221; TEXT)&#8221;;<br \/>\ndb.execSQL(sql);<br \/>\naddQuestions();<br \/>\n\/\/db.close();<br \/>\n}<br \/>\nprivate void addQuestions()<br \/>\n{<br \/>\n}<br \/>\n@Override<br \/>\npublic void onUpgrade(SQLiteDatabase db, int oldV, int newV) {<br \/>\ndb.execSQL(&#8220;DROP TABLE IF EXISTS &#8221; + TABLE_QUEST);<br \/>\nonCreate(db);<br \/>\n}<br \/>\npublic void addQuestion(Question quest) {<br \/>\ndefine variables }<br \/>\npublic List&lt;Question&gt; getAllQuestions() {<br \/>\nList&lt;Question&gt; quesList = new ArrayList&lt;Question&gt;();<br \/>\nString selectQuery = &#8220;SELECT * FROM &#8221; + TABLE_QUEST;<br \/>\ndbase=this.getReadableDatabase();<br \/>\nCursor cursor = dbase.rawQuery(selectQuery, null);<br \/>\nif (cursor.moveToFirst()) {<br \/>\ndo {<br \/>\nQuestion quest = new Question();<br \/>\nquest.setID(cursor.getInt(0));<br \/>\n} while (cursor.moveToNext());<br \/>\n}<br \/>\n\/\/ return quest list<br \/>\nreturn quesList;<br \/>\n}<br \/>\npublic int rowcount()<br \/>\n{<br \/>\nint row=0;<br \/>\nString selectQuery = &#8220;SELECT * FROM &#8221; + TABLE_QUEST;<br \/>\nSQLiteDatabase db = this.getWritableDatabase();<br \/>\nCursor cursor = db.rawQuery(selectQuery, null);<br \/>\nrow=cursor.getCount();<br \/>\nreturn row;<br \/>\n}<br \/>\n} Now add queries to database<\/p>","protected":false},"excerpt":{"rendered":"<p>Quiz app is created as a project; it is like Mobile App that is implementing in Android platform. This app and guidelines are used to develop code. ERD, SRD and other software needs for quiz app are mentioned in the report file. \u00a0Android main and mini-project are also available with Source Code Quiz App.\u00a0 Simple [&hellip;]<\/p>\n","protected":false},"author":36,"featured_media":4220,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"http:\/\/drive.google.com\/uc?id=1WLvNnpj26hvt1-iaC_ZP4t1ITX94SUxO","fifu_image_alt":"Source code Quiz App","footnotes":""},"categories":[120,77,45],"tags":[252,253,254,255],"class_list":["post-669","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-marketing","category-mobile","category-technology","tag-apps","tag-mobile-app","tag-quiz-apps","tag-source-code-quiz-apps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What are Functions or Procedures of Source code Quiz Apps? - Flowactivo<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/flowactivo.org\/de\/functions-procedures-source-code-quiz-apps\/\" \/>\n<meta property=\"og:locale\" content=\"da_DK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are Functions or Procedures of Source code Quiz Apps?\" \/>\n<meta property=\"og:description\" content=\"Quiz app is created as a project; it is like Mobile App that is implementing in Android platform. This app and guidelines are used to develop code. ERD, SRD and other software needs for quiz app are mentioned in the report file. \u00a0Android main and mini-project are also available with Source Code Quiz App.\u00a0 Simple [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/flowactivo.org\/de\/functions-procedures-source-code-quiz-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Flowactivo\" \/>\n<meta property=\"article:author\" content=\"http:\/\/www.facebook.com\/ervivekkumarsinghnamo\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-18T07:00:26+00:00\" \/>\n<meta name=\"author\" content=\"Vivek Kumar Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"What are Functions or Procedures of Source code Quiz Apps?\" \/>\n<meta name=\"twitter:image\" content=\"http:\/\/www.flowactivo.org\/wp-content\/uploads\/2018\/02\/What-are-Functions-or-Procedures-of-Source-code-Quiz-Apps.png\" \/>\n<meta name=\"twitter:creator\" content=\"@http:\/\/twitter.com\/vivek8314\" \/>\n<meta name=\"twitter:label1\" content=\"Skrevet af\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vivek Kumar Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimeret l\u00e6setid\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/\"},\"author\":{\"name\":\"Vivek Kumar Singh\",\"@id\":\"https:\/\/flowactivo.org\/#\/schema\/person\/fa4864393465c5b537ecc8e6e37887d6\"},\"headline\":\"What are Functions or Procedures of Source code Quiz Apps?\",\"datePublished\":\"2018-02-18T07:00:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/\"},\"wordCount\":636,\"publisher\":{\"@id\":\"https:\/\/flowactivo.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage\"},\"thumbnailUrl\":\"\",\"keywords\":[\"Apps\",\"Mobile App\",\"Quiz Apps\",\"Source code Quiz Apps\"],\"articleSection\":[\"Digital Marketing\",\"Mobile\",\"Technology\"],\"inLanguage\":\"da-DK\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/\",\"url\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/\",\"name\":\"What are Functions or Procedures of Source code Quiz Apps? - Flowactivo\",\"isPartOf\":{\"@id\":\"https:\/\/flowactivo.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2018-02-18T07:00:26+00:00\",\"inLanguage\":\"da-DK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/flowactivo.org\/#website\",\"url\":\"https:\/\/flowactivo.org\/\",\"name\":\"Flowactivo\",\"description\":\"Stay Updated with the Latest Insights\",\"publisher\":{\"@id\":\"https:\/\/flowactivo.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/flowactivo.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"da-DK\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/flowactivo.org\/#organization\",\"name\":\"Flowactivo\",\"url\":\"https:\/\/flowactivo.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\/\/flowactivo.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/flowactivo.org\/wp-content\/uploads\/2021\/01\/favicon-16x16-1.png\",\"contentUrl\":\"https:\/\/flowactivo.org\/wp-content\/uploads\/2021\/01\/favicon-16x16-1.png\",\"width\":16,\"height\":16,\"caption\":\"Flowactivo\"},\"image\":{\"@id\":\"https:\/\/flowactivo.org\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/flowactivo.org\/#\/schema\/person\/fa4864393465c5b537ecc8e6e37887d6\",\"name\":\"Vivek Kumar Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/bf5945a3e421852f04fbc4f525231dc1534a5839bfb0f9b7d3d8d056cec98752?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bf5945a3e421852f04fbc4f525231dc1534a5839bfb0f9b7d3d8d056cec98752?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bf5945a3e421852f04fbc4f525231dc1534a5839bfb0f9b7d3d8d056cec98752?s=96&d=mm&r=g\",\"caption\":\"Vivek Kumar Singh\"},\"description\":\"Vivek Kumar Singh(Google AdWords and Analytics Certified) is a Co-Founder of Wholepost.com and a digital marketing specialist. Vivek specializes in search engine optimization and content strategy. Writes about all things digital marketing, including search, social media, email, mobile, Analytics, health, automation, technology, And Lifestyle. I Worked in Digital Marketing industry with 5 years experience and handled more than 70 projects in this period. A guest blogger from Chandigarh. I\u2019m having a bachelor degree in computers Engineering. My core passions are the content creation and small business strategy.\",\"sameAs\":[\"http:\/\/wholepost.com\",\"http:\/\/www.facebook.com\/ervivekkumarsinghnamo\",\"https:\/\/x.com\/http:\/\/twitter.com\/vivek8314\"],\"url\":\"https:\/\/flowactivo.org\/de\/author\/vivek\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are Functions or Procedures of Source code Quiz Apps? - Flowactivo","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/flowactivo.org\/de\/functions-procedures-source-code-quiz-apps\/","og_locale":"da_DK","og_type":"article","og_title":"What are Functions or Procedures of Source code Quiz Apps?","og_description":"Quiz app is created as a project; it is like Mobile App that is implementing in Android platform. This app and guidelines are used to develop code. ERD, SRD and other software needs for quiz app are mentioned in the report file. \u00a0Android main and mini-project are also available with Source Code Quiz App.\u00a0 Simple [&hellip;]","og_url":"https:\/\/flowactivo.org\/de\/functions-procedures-source-code-quiz-apps\/","og_site_name":"Flowactivo","article_author":"http:\/\/www.facebook.com\/ervivekkumarsinghnamo","article_published_time":"2018-02-18T07:00:26+00:00","author":"Vivek Kumar Singh","twitter_card":"summary_large_image","twitter_title":"What are Functions or Procedures of Source code Quiz Apps?","twitter_image":"http:\/\/www.flowactivo.org\/wp-content\/uploads\/2018\/02\/What-are-Functions-or-Procedures-of-Source-code-Quiz-Apps.png","twitter_creator":"@http:\/\/twitter.com\/vivek8314","twitter_misc":{"Skrevet af":"Vivek Kumar Singh","Estimeret l\u00e6setid":"3 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#article","isPartOf":{"@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/"},"author":{"name":"Vivek Kumar Singh","@id":"https:\/\/flowactivo.org\/#\/schema\/person\/fa4864393465c5b537ecc8e6e37887d6"},"headline":"What are Functions or Procedures of Source code Quiz Apps?","datePublished":"2018-02-18T07:00:26+00:00","mainEntityOfPage":{"@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/"},"wordCount":636,"publisher":{"@id":"https:\/\/flowactivo.org\/#organization"},"image":{"@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage"},"thumbnailUrl":"","keywords":["Apps","Mobile App","Quiz Apps","Source code Quiz Apps"],"articleSection":["Digital Marketing","Mobile","Technology"],"inLanguage":"da-DK"},{"@type":"WebPage","@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/","url":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/","name":"What are Functions or Procedures of Source code Quiz Apps? - Flowactivo","isPartOf":{"@id":"https:\/\/flowactivo.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage"},"image":{"@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage"},"thumbnailUrl":"","datePublished":"2018-02-18T07:00:26+00:00","inLanguage":"da-DK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/"]}]},{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/flowactivo.org\/functions-procedures-source-code-quiz-apps\/#primaryimage","url":"","contentUrl":""},{"@type":"WebSite","@id":"https:\/\/flowactivo.org\/#website","url":"https:\/\/flowactivo.org\/","name":"Flowactivo","description":"Hold dig opdateret med de nyeste indsigter","publisher":{"@id":"https:\/\/flowactivo.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/flowactivo.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"da-DK"},{"@type":"Organization","@id":"https:\/\/flowactivo.org\/#organization","name":"Flowactivo","url":"https:\/\/flowactivo.org\/","logo":{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/flowactivo.org\/#\/schema\/logo\/image\/","url":"https:\/\/flowactivo.org\/wp-content\/uploads\/2021\/01\/favicon-16x16-1.png","contentUrl":"https:\/\/flowactivo.org\/wp-content\/uploads\/2021\/01\/favicon-16x16-1.png","width":16,"height":16,"caption":"Flowactivo"},"image":{"@id":"https:\/\/flowactivo.org\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/flowactivo.org\/#\/schema\/person\/fa4864393465c5b537ecc8e6e37887d6","name":"Vivek Kumar Singh","image":{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/secure.gravatar.com\/avatar\/bf5945a3e421852f04fbc4f525231dc1534a5839bfb0f9b7d3d8d056cec98752?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bf5945a3e421852f04fbc4f525231dc1534a5839bfb0f9b7d3d8d056cec98752?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bf5945a3e421852f04fbc4f525231dc1534a5839bfb0f9b7d3d8d056cec98752?s=96&d=mm&r=g","caption":"Vivek Kumar Singh"},"description":"Vivek Kumar Singh(Google AdWords and Analytics Certified) is a Co-Founder of Wholepost.com and a digital marketing specialist. Vivek specializes in search engine optimization and content strategy. Writes about all things digital marketing, including search, social media, email, mobile, Analytics, health, automation, technology, And Lifestyle. I Worked in Digital Marketing industry with 5 years experience and handled more than 70 projects in this period. A guest blogger from Chandigarh. I\u2019m having a bachelor degree in computers Engineering. My core passions are the content creation and small business strategy.","sameAs":["http:\/\/wholepost.com","http:\/\/www.facebook.com\/ervivekkumarsinghnamo","https:\/\/x.com\/http:\/\/twitter.com\/vivek8314"],"url":"https:\/\/flowactivo.org\/de\/author\/vivek\/"}]}},"_links":{"self":[{"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/posts\/669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/users\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/comments?post=669"}],"version-history":[{"count":0,"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/posts\/669\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/flowactivo.org\/de\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/media?parent=669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/categories?post=669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/flowactivo.org\/de\/wp-json\/wp\/v2\/tags?post=669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}