简体   繁体   English

关于如何使我的用户在不同测验类型之间导航的想法

[英]Ideas On How Can I Make My Users To Navigate Between Different Quiz Type

First of all I will not post some code here because there is no idea to start with.

I'm planning on creating a quiz type app on android with different quiz type like 

identification, multiple choie, matching, fill-in-the-blanks, true/false etc. And divide 

them into different parts of the quiz for e.g. for Test I. Identification, Test II. Multiple

 Choice and so on.. I will also give the user the capability of going back to previous parts 

of the exam for e.g. I'm currently on Test III. and suddenly I got an answer for a question 

from Test I., I can easily go back to that question and answer it.

Current ideas so far: 目前的想法:

1. Create an app that implements ViewPager. Different quiz type on each pages?

2. Create a ListView put all the questions in there but all the questions are stil on their respective group first few questions is from Test I., Test II., etc. in their respective order.

Current problems encountered for the ideas above:

1. How can I submit the different forms from different pages on the ViewPager?

2. When the data contains a lot of questions the ListView will have a lot of scrolling 

between each questions. To solve this, I may create a floating-like navigation(I don't 

really have any idea on what to do with this) on the right side of the screen so that I can

 scroll instantly to Test I. with a click of a button.

*Please consider the ideas above noob-ish, I don't really know if some of the ideas that 

I'm talking about is possible or not, and please you may post the exact terminology on what

 you are talking about so that I can search it up.

Ok I've decided to go with ViewPager in creating this app. 好的,我决定在创建此应用程序时使用ViewPager。

ViewPager ViewPager

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android上“匹配”两个不同的用户并发送相同的值(测验应用程序)? - How can I “match” two different users and send the same value (a quiz app) on Android? 当我在 android 应用程序中使用底部导航导航到不同的片段时,如何保持计时器运行? - How can I keep the timer running when I navigate to different fragment with bottom navigation in my android app? 如何为 gridview 的每个元素制作不同的墨水池(点击)以导航到单独的页面? - how can i make different inkwell's (on tap) for each element of the gridview, to navigate to separate pages? 如何在我的Android测验应用程序上设置计时器? - How to make a timer on my Android quiz application? 如何在不同类中建立 retrofit 和 RxJava 之间的连接? - How can I make connection between retrofit and RxJava in different classes? 如何使我的列表视图行的高度不同 - How can I make my listview rows different heights 如何在 PhoneGap 应用程序内的页面之间导航? - How can I navigate between pages inside a PhoneGap application? 我怎样才能让这些组件导航到另一个屏幕做出反应? - How can I make these components navigate to another screen in react? 如何在单个Activity中的不同布局之间导航 - How to navigate between different layout in single Activity 对于我的测验应用程序,如果答案正确,我如何匹配答案并增加计数? - For my quiz app how I can I match the answer and increase the count if it is correct?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM